Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h33 bool isSubpixel() const { return fIsSubpixel; } in isSubpixel()
79 const bool fIsSubpixel; variable
DSkStrike.h123 return fIsSubpixel; in isSubpixel()
232 const bool fIsSubpixel; variable
DSkStrike.cpp32 , fIsSubpixel{fScalerContext->isSubpixel()}
225 return SkStrikeCommon::PixelRounding(fIsSubpixel, fAxisAlignment); in rounding()
229 if (!fIsSubpixel) { in getGlyphMetrics()
DSkRemoteGlyphCache.cpp413 , fIsSubpixel{context->isSubpixel()}
532 return SkStrikeCommon::PixelRounding(fIsSubpixel, fAxisAlignmentForHText); in rounding()
538 SkPackedGlyphID packedGlyphID = fIsSubpixel ? SkPackedGlyphID{glyphID, lookupPoint} in getGlyphMetrics()