Searched refs:tmpGlyph (Results 1 – 2 of 2) sorted by relevance
503 SkGlyph tmpGlyph; in getImage() local506 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()
1012 LEGlyphID tmpGlyph = glyphStorage.getGlyphID(i,success); in finalReordering() local1014 …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()