Searched refs:packedGlyphIDs (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 182 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()
|
D | SkRemoteGlyphCache.cpp | 225 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()
|
D | SkStrikeInterface.h | 68 prepareForDrawingRemoveEmpty(const SkPackedGlyphID packedGlyphIDs[],
|
D | SkStrike.cpp | 192 SkStrike::prepareForDrawingRemoveEmpty(const SkPackedGlyphID packedGlyphIDs[], in prepareForDrawingRemoveEmpty() argument 202 SkGlyph* glyphPtr = this->glyph(packedGlyphIDs[i]); in prepareForDrawingRemoveEmpty()
|
D | SkStrike.h | 122 SkSpan<const SkGlyphPos> prepareForDrawingRemoveEmpty(const SkPackedGlyphID packedGlyphIDs[],
|
D | SkStrikeCache.cpp | 40 prepareForDrawingRemoveEmpty(const SkPackedGlyphID packedGlyphIDs[], in prepareForDrawingRemoveEmpty() argument 46 return fStrike.prepareForDrawingRemoveEmpty(packedGlyphIDs, in prepareForDrawingRemoveEmpty()
|