Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp182 auto packedGlyphIDs = SourceSpacePackedGlyphIDs( in drawForBitmapDevice() local
191 packedGlyphIDs.data(), in drawForBitmapDevice()
234 auto packedGlyphIDs = DeviceSpacePackedGlyphIDs( in drawForBitmapDevice() local
245 packedGlyphIDs.data(), in drawForBitmapDevice()
419 auto packedGlyphIDs = SourceSpacePackedGlyphIDs( in processGlyphRunList() local
428 packedGlyphIDs.data(), in processGlyphRunList()
489 auto packedGlyphIDs = SourceSpacePackedGlyphIDs( in processGlyphRunList() local
498 packedGlyphIDs.data(), in processGlyphRunList()
538 auto packedGlyphIDs = DeviceSpacePackedGlyphIDs( in processGlyphRunList() local
550 packedGlyphIDs.data(), in processGlyphRunList()
DSkRemoteGlyphCache.cpp225 const SkPackedGlyphID packedGlyphIDs[],
661 const SkPackedGlyphID packedGlyphIDs[], in prepareForDrawingRemoveEmpty() argument
670 SkGlyph* glyphPtr = fGlyphMap.findOrNull(packedGlyphIDs[i]); in prepareForDrawingRemoveEmpty()
676 glyphPtr = fAlloc.make<SkGlyph>(packedGlyphIDs[i]); in prepareForDrawingRemoveEmpty()
698 fCachedGlyphImages.add(packedGlyphIDs[i]); in prepareForDrawingRemoveEmpty()
699 fPendingGlyphImages.push_back(packedGlyphIDs[i]); in prepareForDrawingRemoveEmpty()
DSkStrikeInterface.h68 prepareForDrawingRemoveEmpty(const SkPackedGlyphID packedGlyphIDs[],
DSkStrike.cpp192 SkStrike::prepareForDrawingRemoveEmpty(const SkPackedGlyphID packedGlyphIDs[], in prepareForDrawingRemoveEmpty() argument
202 SkGlyph* glyphPtr = this->glyph(packedGlyphIDs[i]); in prepareForDrawingRemoveEmpty()
DSkStrike.h122 SkSpan<const SkGlyphPos> prepareForDrawingRemoveEmpty(const SkPackedGlyphID packedGlyphIDs[],
DSkStrikeCache.cpp40 prepareForDrawingRemoveEmpty(const SkPackedGlyphID packedGlyphIDs[], in prepareForDrawingRemoveEmpty() argument
46 return fStrike.prepareForDrawingRemoveEmpty(packedGlyphIDs, in prepareForDrawingRemoveEmpty()