Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.cpp472 SkGlyph tmpGlyph; in getImage() local
485 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()
/external/icu/icu4c/source/layout/
DIndicReordering.cpp1017 LEGlyphID tmpGlyph = glyphStorage.getGlyphID(i,success); in finalReordering() local
1019 …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()