Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.cpp180 SkGlyph* glyphPtr; in allocateNewGlyph() local
184 glyphPtr = fGlyphMap.set(glyph); in allocateNewGlyph()
188 fScalerContext->getAdvance(glyphPtr); in allocateNewGlyph()
191 fScalerContext->getMetrics(glyphPtr); in allocateNewGlyph()
194 SkASSERT(glyphPtr->fID != SkGlyph::kImpossibleID); in allocateNewGlyph()
195 return glyphPtr; in allocateNewGlyph()