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

  /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; }
  /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 760 milliseconds