Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.cpp451 void SkScalerContext::getImage(const SkGlyph& origGlyph) { in getImage() argument
452 const SkGlyph* glyph = &origGlyph; in getImage()
463 SkMask::kARGB32_Format != origGlyph.fMaskFormat); in getImage()
466 tmpGlyph.initWithGlyphID(origGlyph.getPackedID()); in getImage()
474 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth); in getImage()
475 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight); in getImage()
477 if (tmpGlyph.fMaskFormat == origGlyph.fMaskFormat) { in getImage()
478 tmpGlyph.fImage = origGlyph.fImage; in getImage()
538 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width()); in getImage()
539 int height = SkFastMin32(origGlyph.fHeight, dstM.fBounds.height()); in getImage()
[all …]