Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrFontScaler.cpp62 GrMaskFormat GrFontScaler::getMaskFormat() const { in getMaskFormat() function in GrFontScaler
63 SkMask::Format format = fStrike->getMaskFormat(); in getMaskFormat()
171 switch (this->getMaskFormat()) { in getPackedGlyphImage()
188 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat()); in getPackedGlyphImage()
DGrFontScaler.h69 GrMaskFormat getMaskFormat() const;
/external/skia/src/core/
DSkGlyphCache.h99 SkMask::Format getMaskFormat() const { in getMaskFormat() function
100 return fScalerContext->getMaskFormat(); in getMaskFormat()
DSkScalerContext.h194 SkMask::Format getMaskFormat() const { in getMaskFormat() function