Searched defs:acceptedBuffer (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/skia/src/core/ |
H A D | SkGlyphRunPainter.cpp | 61 SkZip<const SkGlyph*, SkPoint> acceptedBuffer, in prepare_for_path_drawing() 92 SkZip<const SkGlyph*, SkPoint> acceptedBuffer, in prepare_for_drawable_drawing() 122 SkZip<const SkGlyph*, SkPoint> acceptedBuffer, in prepare_for_direct_mask_drawing() 185 const auto acceptedBuffer = SkMakeZip(acceptedPackedGlyphIDs, acceptedPositions); in drawForBitmapDevice() local
|
/aosp_15_r20/external/skia/src/text/gpu/ |
H A D | SubRunContainer.cpp | 1449 SkZip<SkPackedGlyphID, SkPoint> acceptedBuffer, in prepare_for_SDFT_drawing() 1495 SkZip<SkPackedGlyphID, SkPoint, SkMask::Format> acceptedBuffer, in prepare_for_direct_mask_drawing() 1546 SkZip<SkPackedGlyphID, SkPoint, SkMask::Format> acceptedBuffer, in prepare_for_mask_drawing() 1584 SkZip<SkGlyphID, SkPoint> acceptedBuffer, in prepare_for_path_drawing() 1612 SkZip<SkGlyphID, SkPoint> acceptedBuffer, in prepare_for_drawable_drawing() 1772 auto acceptedBuffer = SkMakeZip(acceptedPackedGlyphIDs, acceptedPositions); in MakeInAlloc() local 1803 auto acceptedBuffer = SkMakeZip(acceptedPackedGlyphIDs, in MakeInAlloc() local 1837 auto acceptedBuffer = SkMakeZip(acceptedGlyphIDs, acceptedPositions); in MakeInAlloc() local 1862 auto acceptedBuffer = SkMakeZip(acceptedGlyphIDs, acceptedPositions); in MakeInAlloc() local 1950 auto acceptedBuffer = in MakeInAlloc() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkStrikeTest.cpp | 77 SkZip<SkPackedGlyphID, SkPoint> acceptedBuffer, in prepare_for_mask_drawing() 154 const auto acceptedBuffer = SkMakeZip(acceptedPackedGlyphIDs, acceptedPositions); in DEF_TEST() local
|