Home
last modified time | relevance | path

Searched refs:tempColor (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/animator/
DSkDrawPaint.cpp100 SkDrawColor* tempColor = color; in deepCopy() local
103 color = tempColor; in deepCopy()
104 tempColor = (SkDrawColor*) color->deepCopy(maker); in deepCopy()
105 tempColor->setParent(copy); in deepCopy()
106 tempColor->add(); in deepCopy()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c380 COLORREF tempColor; in wglUseFontBitmaps_FX() local
394 tempColor = GetBkColor(bitDevice); in wglUseFontBitmaps_FX()
396 SetTextColor(bitDevice, tempColor); in wglUseFontBitmaps_FX()