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

  /external/chromium_org/third_party/skia/include/gpu/
GrFontScaler.h 69 GrMaskFormat getMaskFormat();
  /external/chromium_org/third_party/skia/src/gpu/
GrFontScaler.cpp 62 GrMaskFormat GrFontScaler::getMaskFormat() {
63 SkMask::Format format = fStrike->getMaskFormat();
153 switch (this->getMaskFormat()) {
175 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat());
GrTextStrike.h 36 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
GrBitmapTextContext.cpp 109 switch (fStrike->getMaskFormat()) {
525 bool useColorVerts = kA8_GrMaskFormat == fStrike->getMaskFormat();
GrTextStrike.cpp 82 GrMaskFormat format = scaler->getMaskFormat();
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.h 100 SkMask::Format getMaskFormat() const {
101 return fScalerContext->getMaskFormat();
SkScalerContext.h 150 SkMask::Format getMaskFormat() const {

Completed in 3710 milliseconds