Searched refs:origGlyph (Results 1 – 1 of 1) sorted by relevance
452 void SkScalerContext::getImage(const SkGlyph& origGlyph) { in getImage() argument453 const SkGlyph* glyph = &origGlyph; in getImage()464 SkMask::kARGB32_Format != origGlyph.fMaskFormat); in getImage()467 tmpGlyph.initWithGlyphID(origGlyph.getPackedID()); in getImage()475 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth); in getImage()476 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight); in getImage()478 if (tmpGlyph.fMaskFormat == origGlyph.fMaskFormat) { in getImage()479 tmpGlyph.fImage = origGlyph.fImage; in getImage()539 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width()); in getImage()540 int height = SkFastMin32(origGlyph.fHeight, dstM.fBounds.height()); in getImage()[all …]