HomeSort by relevance Sort by last modified time
    Searched refs:tmpGlyph (Results 1 - 3 of 3) 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/skia/src/core/
SkScalerContext.cpp 681 SkGlyph tmpGlyph;
694 tmpGlyph.init(origGlyph.fID);
699 this->getMetrics(&tmpGlyph);
703 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth);
704 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight);
706 if (tmpGlyph.fMaskFormat == origGlyph.fMaskFormat) {
707 tmpGlyph.fImage = origGlyph.fImage;
709 tmpGlyphImageStorage.reset(tmpGlyph.computeImageSize());
710 tmpGlyph.fImage = tmpGlyphImageStorage.get();
712 glyph = &tmpGlyph;
    [all...]
  /external/icu/icu4c/source/layout/
IndicReordering.cpp     [all...]

Completed in 165 milliseconds