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

  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 507 SkGlyph tmpGlyph;
520 tmpGlyph.init(origGlyph.fID);
525 this->getMetrics(&tmpGlyph);
529 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth);
530 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight);
532 if (tmpGlyph.fMaskFormat == origGlyph.fMaskFormat) {
533 tmpGlyph.fImage = origGlyph.fImage;
535 tmpGlyphImageStorage.reset(tmpGlyph.computeImageSize());
536 tmpGlyph.fImage = tmpGlyphImageStorage.get();
538 glyph = &tmpGlyph;
    [all...]
  /external/icu/icu4c/source/layout/
IndicReordering.cpp     [all...]

Completed in 173 milliseconds