Home
last modified time | relevance | path

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

/external/skia/legacy/src/core/
DSkScalerContext.cpp521 SkGlyph tmpGlyph; in getImage() local
524 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()
/external/skia/src/core/
DSkScalerContext.cpp514 SkGlyph tmpGlyph; in getImage() local
517 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()
/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()