Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkGlyphBuffer.h85 class SkGlyphVariant { class in SkSourceGlyphBuffer
87 SkGlyphVariant() : fV{nullptr} { } in SkGlyphVariant() function in SkSourceGlyphBuffer::SkGlyphVariant
88 SkGlyphVariant& operator= (SkPackedGlyphID packedID) { in operator =()
93 SkGlyphVariant& operator= (SkGlyph* glyph) { in operator =()
99 SkGlyphVariant& operator= (const SkPath* path) { in operator =()
178 SkZip<SkGlyphVariant, SkPoint> input() { in input()
181 return SkZip<SkGlyphVariant, SkPoint>{fInputSize, fMultiBuffer.get(), fPositions}; in input()
205 SkZip<SkGlyphVariant, SkPoint> drawable() { in drawable()
208 return SkZip<SkGlyphVariant, SkPoint>{fDrawableSize, fMultiBuffer.get(), fPositions}; in drawable()
229 SkAutoTArray<SkGlyphVariant> fMultiBuffe
[all...]
H A DSkGlyphRunPainter.h148 virtual void processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables,
151 virtual void processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables,
155 virtual void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables,
159 virtual void processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables,
H A DSkGlyphBuffer.cpp36 SkGlyphVariant* packedIDCursor = fMultiBuffer.get(); in startSource()
64 SkGlyphVariant* packedIDCursor = fMultiBuffer.get(); in startBitmapDevice()
106 : SkZip<SkGlyphVariant, SkPoint>{fInputSize, fMultiBuffer.get(), fPositions.get()}) { in dumpInput()
H A DSkOverdrawCanvas.cpp57 SkGlyphVariant glyph; SkPoint pos;
/third_party/skia/src/gpu/text/
H A DGrTextBlob.h251 const SkZip<SkGlyphVariant, SkPoint>& drawables,
256 void processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables,
258 void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables,
261 void processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables,
267 void processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables,
306 void processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables,
308 void processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables,
311 void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables,
314 void processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables,
H A DGrTextBlob.cpp186 static GrSubRunOwner Make(const SkZip<SkGlyphVariant, SkPoint>& drawables,
273 GrSubRunOwner PathSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
317 sk_sp<SkStrike>&& strike, SkSpan<SkGlyphVariant> glyphs, GrSubRunAllocator* alloc);
348 sk_sp<SkStrike>&& strike, SkSpan<SkGlyphVariant> glyphs, GrSubRunAllocator* alloc) { in Make()
461 static GrSubRunOwner Make(const SkZip<SkGlyphVariant, SkPoint>& drawables,
527 GrSubRunOwner DirectMaskSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
855 static GrSubRunOwner Make(const SkZip<SkGlyphVariant, SkPoint>& drawables,
923 GrSubRunOwner TransformedMaskSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
1114 static GrSubRunOwner Make(const SkZip<SkGlyphVariant, SkPoint>& drawables,
1195 GrSubRunOwner SDFTSubRun::Make(const SkZip<SkGlyphVariant, SkPoin
[all...]

Completed in 7 milliseconds