Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGrFontScaler.cpp86 GrMaskFormat SkGrFontScaler::getMaskFormat() { in getMaskFormat() function in SkGrFontScaler
87 SkMask::Format format = fStrike->getMaskFormat(); in getMaskFormat()
144 if (SkMask::kBW_Format == fStrike->getMaskFormat()) { in getPackedGlyphImage()
156 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat()); in getPackedGlyphImage()
/external/skia/src/core/
DSkGlyphCache.h101 SkMask::Format getMaskFormat() const { in getMaskFormat() function
102 return fScalerContext->getMaskFormat(); in getMaskFormat()
/external/skia/gpu/include/
DGrFontScaler.h36 virtual GrMaskFormat getMaskFormat() = 0;
DGrAtlas.h35 GrMaskFormat getMaskFormat() const { return fMaskFormat; } in getMaskFormat() function
DGrTextStrike.h44 GrMaskFormat getMaskFormat() const { return fMaskFormat; } in getMaskFormat() function
/external/skia/gpu/src/
DGrTextStrike.cpp45 scaler->getMaskFormat(), fAtlasMgr); in generateStrike()
DGrAtlas.cpp161 GrAssert(NULL == atlas || atlas->getMaskFormat() == format); in addToAtlas()
/external/skia/include/gpu/
DSkGr.h219 virtual GrMaskFormat getMaskFormat();
/external/skia/include/core/
DSkScalerContext.h229 SkMask::Format getMaskFormat() const { in getMaskFormat() function