Searched refs:tmpGlyph (Results 1 – 3 of 3) sorted by relevance
521 SkGlyph tmpGlyph; in getImage() local524 tmpGlyph.init(origGlyph.fID); in getImage()529 this->getMetrics(&tmpGlyph); in getImage()532 tmpGlyph.fImage = origGlyph.fImage; in getImage()535 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth); in getImage()536 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight); in getImage()537 glyph = &tmpGlyph; in getImage()
514 SkGlyph tmpGlyph; in getImage() local517 tmpGlyph.init(origGlyph.fID); in getImage()522 this->getMetrics(&tmpGlyph); in getImage()525 tmpGlyph.fImage = origGlyph.fImage; in getImage()528 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth); in getImage()529 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight); in getImage()530 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()