Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkStrike.h101 return fIsSubpixel; in isSubpixel()
107 return SkIPoint::Make((!fIsSubpixel || fAxisAlignment == kY_SkAxisAlignment) ? 0 : ~0, in subpixelMask()
108 (!fIsSubpixel || fAxisAlignment == kX_SkAxisAlignment) ? 0 : ~0); in subpixelMask()
207 const bool fIsSubpixel; variable
DSkStrike.cpp26 , fIsSubpixel{fScalerContext->isSubpixel()}
62 const SkFixed maskX = (!fIsSubpixel || fAxisAlignment == kY_SkAxisAlignment) ? 0 : ~0; in glyph()
63 const SkFixed maskY = (!fIsSubpixel || fAxisAlignment == kX_SkAxisAlignment) ? 0 : ~0; in glyph()
164 return SkStrikeCommon::PixelRounding(fIsSubpixel, fAxisAlignment); in rounding()
DSkRemoteGlyphCache.cpp208 bool isSubpixel() const { return fIsSubpixel; } in isSubpixel()
219 return SkIPoint::Make((!fIsSubpixel || fAxisAlignment == kY_SkAxisAlignment) ? 0 : ~0u, in subpixelMask()
220 (!fIsSubpixel || fAxisAlignment == kX_SkAxisAlignment) ? 0 : ~0u); in subpixelMask()
255 const bool fIsSubpixel; member in SkStrikeServer::SkGlyphCacheState
289 , fIsSubpixel{context->isSubpixel()}
640 return SkStrikeCommon::PixelRounding(fIsSubpixel, fAxisAlignment); in rounding()