Searched refs:tmpGlyph (Results 1 – 2 of 2) sorted by relevance
472 SkGlyph tmpGlyph; in getImage() local485 tmpGlyph.initGlyphIdFrom(origGlyph); in getImage()490 this->getMetrics(&tmpGlyph); in getImage()494 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth); in getImage()495 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight); in getImage()497 if (tmpGlyph.fMaskFormat == origGlyph.fMaskFormat) { in getImage()498 tmpGlyph.fImage = origGlyph.fImage; in getImage()500 tmpGlyphImageStorage.reset(tmpGlyph.computeImageSize()); in getImage()501 tmpGlyph.fImage = tmpGlyphImageStorage.get(); in getImage()503 glyph = &tmpGlyph; in getImage()
1017 LEGlyphID tmpGlyph = glyphStorage.getGlyphID(i,success); in finalReordering() local1019 …if ( ( tmpGlyph != NO_GLYPH ) && (tmpAuxData & rephConsonantMask) && !(tmpAuxData & repositionedGl… in finalReordering()1026 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success); in finalReordering()1041 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success); in finalReordering()1042 if ( tmpGlyph != NO_GLYPH ) { in finalReordering()