Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGlyph.cpp96 fForceBW = from.fForceBW; in copyImageData()
DSkGlyph.h193 int8_t fForceBW = 0; variable
DSkRemoteGlyphCache.cpp450 serializer->write<int8_t>(glyph->fForceBW); in writeGlyph()
606 if (!deserializer->read<int8_t>(&glyph->fForceBW)) return false; in readGlyph()
/external/skia/src/core/
DSkGlyph.cpp115 fForceBW = from.fForceBW; in setMetricsAndImage()
DSkGlyph.h403 int8_t fForceBW = 0; variable
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp722 glyph->fForceBW = 1; in generateMetrics()
1097 if (glyph.fForceBW) { in generateImage()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp733 glyph->fForceBW = 1; in generateMetrics()
1123 if (glyph.fForceBW) { in generateImage()