Searched refs:aBgCol (Results 1 – 4 of 4) sorted by relevance
66 const Color aBgCol(0); in implTestEmpty() local67 rDevice->clear(aBgCol); in implTestEmpty()84 rDevice->clear(aBgCol); in implTestEmpty()101 const Color aBgCol(0); in implTestHairline() local102 rDevice->clear(aBgCol); in implTestHairline()119 rDevice->clear(aBgCol); in implTestHairline()134 rDevice->clear(aBgCol); in implTestHairline()151 const Color aBgCol(0); in implTestPolyPoly() local152 rDevice->clear(aBgCol); in implTestPolyPoly()171 const Color aBgCol(0); in implTestPolyPolyClip() local[all …]
66 const Color aBgCol(0); in implTestPixelClip() local67 rDevice->clear(aBgCol); in implTestPixelClip()72 ASSERT_TRUE(rDevice->getPixel(aPt) == aBgCol) << "get/setPixel clip #1"; in implTestPixelClip()76 ASSERT_TRUE(rDevice->getPixel(aPt2) == aBgCol) << "get/setPixel clip #2"; in implTestPixelClip()80 ASSERT_TRUE(rDevice->getPixel(aPt1) != aBgCol) << "get/setPixel clip #3"; in implTestPixelClip()84 ASSERT_TRUE(rDevice->getPixel(aPt3) != aBgCol) << "get/setPixel clip #4"; in implTestPixelClip()89 const Color aBgCol(0); in implTestLineClip() local90 rDevice->clear(aBgCol); in implTestLineClip()98 ASSERT_TRUE(rDevice->getPixel(aPt3) != aBgCol) << "get line pixel"; in implTestLineClip()
113 Color aBgCol( rOutDev.GetBackground().GetColor() ); in Impl_GetColor() local115 aBgCol = ((Window &) rOutDev).GetDisplayBackground().GetColor(); in Impl_GetColor()120 if (aBgCol.IsDark() && aTmpColor.IsDark()) in Impl_GetColor()122 else if (aBgCol.IsBright() && aTmpColor.IsBright()) in Impl_GetColor()
225 Color aBgCol; member1454 p->aBgCol=aAttr.aPatBgCol; in ReadOrder()1481 ChangeBrush(p->aCol,p->aBgCol,p->bFill); in ReadOrder()
Completed in 38 milliseconds