Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.cpp165 SkGlyph* glyphPtr; in allocateNewGlyph() local
169 glyphPtr = fGlyphMap.set(glyph); in allocateNewGlyph()
173 fScalerContext->getAdvance(glyphPtr); in allocateNewGlyph()
176 fScalerContext->getMetrics(glyphPtr); in allocateNewGlyph()
179 SkASSERT(glyphPtr->fID != SkPackedGlyphID()); in allocateNewGlyph()
180 return glyphPtr; in allocateNewGlyph()