Home
last modified time | relevance | path

Searched defs:SkZip (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkZip.h24 class SkZip { class
54 constexpr SkZip() : fPointers{nullify<Ts>...}, fSize{0} {} in SkZip() function in SkZip
56 constexpr SkZip(size_t size, Ts*... ts) in SkZip() function in SkZip
70 constexpr SkZip(const SkZip<Us...>& that) SkZip() function in SkZip
103 constexpr SkZip(size_t n, const std::tuple<Ts*...>& pointers) SkZip() function in SkZip
[all...]
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp273 GrSubRunOwner PathSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make() argument
527 GrSubRunOwner DirectMaskSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make() argument
923 GrSubRunOwner TransformedMaskSubRun::Make(const SkZip<SkGlyphVarian argument
1195 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, const SkFont& runFont, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, GrTextBlob* blob, GrSubRunAllocator* alloc) Make() argument
1586 addMultiMaskFormat( AddSingleMaskFormat addSingle, const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale) addMultiMaskFormat() argument
1632 processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike) processDeviceMasks() argument
1638 processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables, const SkFont& runFont, SkScalar strikeToSourceScale) processSourcePaths() argument
1648 processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, const SkFont& runFont, SkScalar minScale, SkScalar maxScale) processSourceSDFT() argument
1661 processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale) processSourceMasks() argument
1729 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, GrMaskFormat format, GrSubRunAllocator* alloc) Make() argument
1977 Make( const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, GrMaskFormat format, GrSubRunAllocator* alloc) Make() argument
2211 Make( const SkZip<SkGlyphVariant, SkPoint>& drawables, const SkFont& runFont, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, GrSubRunAllocator* alloc) Make() argument
2340 processDeviceMasks( const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike) processDeviceMasks() argument
2364 processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale) processSourceMasks() argument
2394 processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables, const SkFont& runFont, SkScalar strikeToSourceScale) processSourcePaths() argument
2446 processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, const SkFont& runFont, SkScalar minScale, SkScalar maxScale) processSourceSDFT() argument
[all...]

Completed in 5 milliseconds