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

  /external/skia/include/gpu/
GrFontScaler.h 28 virtual GrMaskFormat getMaskFormat() = 0;
SkGr.h 114 virtual GrMaskFormat getMaskFormat();
  /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/skia/src/gpu/
SkGrFontScaler.cpp 80 GrMaskFormat SkGrFontScaler::getMaskFormat() {
81 SkMask::Format format = fStrike->getMaskFormat();
171 switch (this->getMaskFormat()) {
193 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat());
GrTextStrike.h 36 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
GrTextStrike.cpp 79 GrMaskFormat format = scaler->getMaskFormat();
GrBitmapTextContext.cpp 109 switch (fStrike->getMaskFormat()) {
525 bool useColorVerts = kA8_GrMaskFormat == fStrike->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 462 milliseconds