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

  /external/skia/src/gpu/
SkGrFontScaler.cpp 71 fStrike = strike;
80 SkMask::Format format = fStrike->getMaskFormat();
98 fKey = new SkGrDescKey(fStrike->getDescriptor());
105 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
128 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
133 const void* src = fStrike->findImage(glyph);
139 if (SkMask::kBW_Format == fStrike->getMaskFormat()) {
164 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(glyphID);
165 const SkPath* skPath = fStrike->findPath(glyph);
GrTextContext.cpp 79 fStrike = NULL;
178 if (NULL == fStrike) {
179 fStrike = fContext->getFontCache()->getStrike(scaler);
182 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
205 if (fStrike->getGlyphAtlas(glyph, scaler)) {
214 fContext->getFontCache()->purgeExceptFor(fStrike);
215 if (fStrike->getGlyphAtlas(glyph, scaler)) {
  /external/skia/include/gpu/
GrTextContext.h 44 GrTextStrike* fStrike;
SkGr.h 191 SkGlyphCache* fStrike;

Completed in 1108 milliseconds