Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.cpp503 SkGlyph tmpGlyph; in getImage() local
506 tmpGlyph.init(origGlyph.fID); in getImage()
511 this->getMetrics(&tmpGlyph); in getImage()
514 tmpGlyph.fImage = origGlyph.fImage; in getImage()
517 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth); in getImage()
518 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight); in getImage()
519 glyph = &tmpGlyph; in getImage()
/external/icu4c/layout/
DIndicReordering.cpp1012 LEGlyphID tmpGlyph = glyphStorage.getGlyphID(i,success); in finalReordering() local
1014 …if ( ( tmpGlyph != NO_GLYPH ) && (tmpAuxData & rephConsonantMask) && !(tmpAuxData & repositionedGl… in finalReordering()
1021 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success); in finalReordering()
1036 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success); in finalReordering()
1037 if ( tmpGlyph != NO_GLYPH ) { in finalReordering()