Searched refs:SkGlyphVariant (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkGlyphBuffer.h | 85 class SkGlyphVariant { 87 SkGlyphVariant() : fV{nullptr} { } in SkGlyphVariant() function 88 SkGlyphVariant& operator= (SkPackedGlyphID packedID) { 93 SkGlyphVariant& operator= (SkGlyph* glyph) { 99 SkGlyphVariant& operator= (const SkPath* path) { 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> fMultiBuffer;
|
D | SkGlyphRunPainter.h | 138 virtual void processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, 141 virtual void processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, 144 virtual void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables, 148 virtual void processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables,
|
D | SkGlyphBuffer.cpp | 36 SkGlyphVariant* packedIDCursor = fMultiBuffer.get(); in startSource() 64 SkGlyphVariant* packedIDCursor = fMultiBuffer.get(); in startBitmapDevice() 106 : SkZip<SkGlyphVariant, SkPoint>{fInputSize, fMultiBuffer.get(), fPositions.get()}) { in dumpInput()
|
D | SkOverdrawCanvas.cpp | 57 SkGlyphVariant glyph; SkPoint pos; in paintMasks()
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.h | 245 const SkZip<SkGlyphVariant, SkPoint>& drawables, 249 void processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, 251 void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables, 254 void processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables, 259 void processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, 297 void processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, 299 void processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, 301 void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables, 303 void processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables,
|
D | GrTextBlob.cpp | 183 static GrSubRunOwner Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, 271 GrSubRunOwner PathSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make() argument 312 const SkStrikeSpec& spec, SkSpan<SkGlyphVariant> glyphs, GrSubRunAllocator* alloc); 343 const SkStrikeSpec &spec, SkSpan<SkGlyphVariant> glyphs, GrSubRunAllocator* alloc) { in Make() 444 static GrSubRunOwner Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, 509 GrSubRunOwner DirectMaskSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make() argument 836 static GrSubRunOwner Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, 899 GrSubRunOwner TransformedMaskSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make() argument 1092 static GrSubRunOwner Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, 1168 GrSubRunOwner SDFTSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make() argument [all …]
|