Home
last modified time | relevance | path

Searched refs:aBgCol (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basebmp/test/
H A Dpolytest.cxx66 const Color aBgCol(0); in implTestEmpty() local
67 rDevice->clear(aBgCol); in implTestEmpty()
84 rDevice->clear(aBgCol); in implTestEmpty()
101 const Color aBgCol(0); in implTestHairline() local
102 rDevice->clear(aBgCol); in implTestHairline()
119 rDevice->clear(aBgCol); in implTestHairline()
134 rDevice->clear(aBgCol); in implTestHairline()
151 const Color aBgCol(0); in implTestPolyPoly() local
152 rDevice->clear(aBgCol); in implTestPolyPoly()
171 const Color aBgCol(0); in implTestPolyPolyClip() local
[all …]
H A Dcliptest.cxx66 const Color aBgCol(0); in implTestPixelClip() local
67 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() local
90 rDevice->clear(aBgCol); in implTestLineClip()
98 ASSERT_TRUE(rDevice->getPixel(aPt3) != aBgCol) << "get line pixel"; in implTestLineClip()
/trunk/main/starmath/source/
H A Dnode.cxx113 Color aBgCol( rOutDev.GetBackground().GetColor() ); in Impl_GetColor() local
115 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()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx225 Color aBgCol; member
1454 p->aBgCol=aAttr.aPatBgCol; in ReadOrder()
1481 ChangeBrush(p->aCol,p->aBgCol,p->bFill); in ReadOrder()

Completed in 53 milliseconds