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

  /external/skia/include/gpu/
GrFontScaler.h 31 virtual GrMaskFormat getMaskFormat() = 0;
SkGr.h 96 virtual GrMaskFormat getMaskFormat();
  /external/skia/src/gpu/
GrAtlas.h 27 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();
159 switch (this->getMaskFormat()) {
181 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat());
GrTextStrike.cpp 43 scaler->getMaskFormat(), fAtlasMgr));
GrAtlas.cpp 163 GrAssert(NULL == atlas || atlas->getMaskFormat() == format);
  /external/skia/legacy/src/core/
SkGlyphCache.h 101 SkMask::Format getMaskFormat() const {
102 return fScalerContext->getMaskFormat();
  /external/skia/src/core/
SkGlyphCache.h 104 SkMask::Format getMaskFormat() const {
105 return fScalerContext->getMaskFormat();
SkScalerContext.h 160 SkMask::Format getMaskFormat() const {
  /external/skia/legacy/include/core/
SkScalerContext.h 276 SkMask::Format getMaskFormat() const {

Completed in 151 milliseconds