Home
last modified time | relevance | path

Searched refs:fStrike (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DSkGrFontScaler.cpp78 fStrike = strike; in SkGrFontScaler()
87 SkMask::Format format = fStrike->getMaskFormat(); in getMaskFormat()
103 fKey = new SkGrDescKey(fStrike->getDescriptor()); in getKey()
110 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), in getPackedGlyphBounds()
133 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), in getPackedGlyphImage()
138 const void* src = fStrike->findImage(glyph); in getPackedGlyphImage()
144 if (SkMask::kBW_Format == fStrike->getMaskFormat()) { in getPackedGlyphImage()
169 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(glyphID); in getGlyphPath()
170 const SkPath* skPath = fStrike->findPath(glyph); in getGlyphPath()
/external/skia/gpu/src/
DGrTextContext.cpp88 fStrike = NULL; in GrTextContext()
165 if (NULL == fStrike) { in drawPackedGlyph()
166 fStrike = fContext->getFontCache()->getStrike(scaler); in drawPackedGlyph()
169 GrGlyph* glyph = fStrike->getGlyph(packed, scaler); in drawPackedGlyph()
192 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph()
201 fContext->getFontCache()->purgeExceptFor(fStrike); in drawPackedGlyph()
202 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph()
/external/skia/gpu/include/
DGrTextContext.h51 GrTextStrike* fStrike; variable
/external/skia/include/gpu/
DSkGr.h226 SkGlyphCache* fStrike;