Searched refs:aBgCol (Results 1 – 4 of 4) sorted by relevance
68 const Color aBgCol(0); in implTestEmpty() local69 rDevice->clear(aBgCol); in implTestEmpty()86 rDevice->clear(aBgCol); in implTestEmpty()103 const Color aBgCol(0); in implTestHairline() local104 rDevice->clear(aBgCol); in implTestHairline()121 rDevice->clear(aBgCol); in implTestHairline()136 rDevice->clear(aBgCol); in implTestHairline()153 const Color aBgCol(0); in implTestPolyPoly() local154 rDevice->clear(aBgCol); in implTestPolyPoly()173 const Color aBgCol(0); in implTestPolyPolyClip() local[all …]
68 const Color aBgCol(0); in implTestPixelClip() local69 rDevice->clear(aBgCol); in implTestPixelClip()75 rDevice->getPixel(aPt) == aBgCol); in implTestPixelClip()80 rDevice->getPixel(aPt2) == aBgCol); in implTestPixelClip()85 rDevice->getPixel(aPt1) != aBgCol); in implTestPixelClip()90 rDevice->getPixel(aPt3) != aBgCol); in implTestPixelClip()95 const Color aBgCol(0); in implTestLineClip() local96 rDevice->clear(aBgCol); in implTestLineClip()105 rDevice->getPixel(aPt3) != aBgCol); 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 39 milliseconds