HomeSort by relevance Sort by last modified time
    Searched refs:tmpGlyph (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkScalerContext.cpp 472 SkGlyph tmpGlyph;
485 tmpGlyph.initGlyphIdFrom(origGlyph);
490 this->getMetrics(&tmpGlyph);
494 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth);
495 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight);
497 if (tmpGlyph.fMaskFormat == origGlyph.fMaskFormat) {
498 tmpGlyph.fImage = origGlyph.fImage;
500 tmpGlyphImageStorage.reset(tmpGlyph.computeImageSize());
501 tmpGlyph.fImage = tmpGlyphImageStorage.get();
503 glyph = &tmpGlyph;
    [all...]
  /external/icu/icu4c/source/layout/
IndicReordering.cpp     [all...]

Completed in 69 milliseconds