Home
last modified time | relevance | path

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

/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp277 bool fgColorIsWhite, CGGlyph glyphID, size_t* rowBytesPtr);
700 bool fgColorIsWhite, CGGlyph glyphID, size_t* rowBytesPtr) { in getCG() argument
754 fFgColorIsWhite = !fgColorIsWhite; in getCG()
765 if (fFgColorIsWhite != fgColorIsWhite) { in getCG()
766 CGContextSetGrayFillColor(fCG, fgColorIsWhite ? 1.0 : 0, 1.0); in getCG()
767 fFgColorIsWhite = fgColorIsWhite; in getCG()
775 uint32_t erase = fgColorIsWhite ? 0 : ~0; in getCG()
1231 bool fgColorIsWhite = true; in generateImage() local
1245 fgColorIsWhite = false; in generateImage()
1292 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, fgColorIsWhite, cgGlyph, in generateImage()