Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkScalerContext.cpp550 void SkScalerContext::getImage(const SkGlyph& origGlyph) { in getImage() argument
551 const SkGlyph* unfilteredGlyph = &origGlyph; in getImage()
553 // (i.e. larger) than what our caller allocated by looking at origGlyph. in getImage()
559 tmpGlyph = this->internalMakeGlyph(origGlyph.getPackedID(), fRec.fMaskFormat); in getImage()
562 // Use the origGlyph storage for the temporary unfiltered mask if it will fit. in getImage()
563 if (tmpGlyph.fMaskFormat == origGlyph.fMaskFormat && in getImage()
564 tmpGlyph.imageSize() <= origGlyph.imageSize()) in getImage()
566 tmpGlyph.fImage = origGlyph.fImage; in getImage()
584 SkASSERT(SkMask::kARGB32_Format != origGlyph.fMaskFormat); in getImage()
606 // Filter did nothing; unfiltered mask is independent of origGlyph in getImage()
[all...]

Completed in 3 milliseconds