HomeSort by relevance Sort by last modified time
    Searched defs:getMaskFormat (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrAtlas.h 28 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
GrTextStrike.h 37 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
SkGrFontScaler.cpp 79 GrMaskFormat SkGrFontScaler::getMaskFormat() {
80 SkMask::Format format = fStrike->getMaskFormat();
139 if (SkMask::kBW_Format == fStrike->getMaskFormat()) {
151 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat());
  /external/skia/src/core/
SkGlyphCache.h 101 SkMask::Format getMaskFormat() const {
102 return fScalerContext->getMaskFormat();
  /external/skia/include/core/
SkScalerContext.h 268 SkMask::Format getMaskFormat() const {

Completed in 203 milliseconds