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

  /external/chromium_org/third_party/skia/include/gpu/
GrFontScaler.h 28 virtual GrMaskFormat getMaskFormat() = 0;
SkGr.h 87 virtual GrMaskFormat getMaskFormat();
  /external/skia/include/gpu/
GrFontScaler.h 28 virtual GrMaskFormat getMaskFormat() = 0;
SkGr.h 87 virtual GrMaskFormat getMaskFormat();
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 25 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());
GrAtlas.cpp 201 GrAssert(NULL == *atlas || (*atlas)->getMaskFormat() == format);
GrTextStrike.cpp 47 scaler->getMaskFormat(), fAtlasMgr));
  /external/skia/src/gpu/
GrAtlas.h 25 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());
GrAtlas.cpp 201 GrAssert(NULL == *atlas || (*atlas)->getMaskFormat() == format);
GrTextStrike.cpp 47 scaler->getMaskFormat(), fAtlasMgr));
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.h 104 SkMask::Format getMaskFormat() const {
105 return fScalerContext->getMaskFormat();
SkScalerContext.h 158 SkMask::Format getMaskFormat() const {
  /external/skia/src/core/
SkGlyphCache.h 104 SkMask::Format getMaskFormat() const {
105 return fScalerContext->getMaskFormat();
SkScalerContext.h 158 SkMask::Format getMaskFormat() const {

Completed in 5155 milliseconds