Lines Matching refs:SkZip
13 #include "src/core/SkZip.h"
25 void setSource(SkZip<const SkGlyphID, const SkPoint> source) {
52 SkZip<const SkGlyphID, const SkPoint> flipRejectsToSource() {
61 SkZip<const SkGlyphID, const SkPoint> source() const { return fSource; }
66 SkSourceGlyphBuffer(const SkZip<const SkGlyphID, const SkPoint>& source) {
73 SkZip<const SkGlyphID, const SkPoint> fSource;
77 SkZip<SkGlyphID, SkPoint> fRejects;
148 void startSource(const SkZip<const SkGlyphID, const SkPoint>& source);
152 const SkZip<const SkGlyphID, const SkPoint>& source,
171 const SkZip<const SkGlyphID, const SkPoint>& source,
178 SkZip<SkGlyphVariant, SkPoint> input() {
181 return SkZip<SkGlyphVariant, SkPoint>{fInputSize, fMultiBuffer.get(), fPositions};
205 SkZip<SkGlyphVariant, SkPoint> drawable() {
208 return SkZip<SkGlyphVariant, SkPoint>{fDrawableSize, fMultiBuffer.get(), fPositions};