HomeSort by relevance Sort by last modified time
    Searched defs:getMaskFormat (Results 1 - 8 of 8) 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/skia/src/gpu/
GrTextStrike.h 36 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
SkGrFontScaler.cpp 80 GrMaskFormat SkGrFontScaler::getMaskFormat() {
81 SkMask::Format format = fStrike->getMaskFormat();
171 switch (this->getMaskFormat()) {
193 const int bbp = GrMaskFormatBytesPerPixel(this->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 {
  /external/skia/src/core/
SkGlyphCache.h 108 SkMask::Format getMaskFormat() const {
109 return fScalerContext->getMaskFormat();
SkScalerContext.h 155 SkMask::Format getMaskFormat() const {

Completed in 538 milliseconds