Home
last modified time | relevance | path

Searched refs:kStyleCount (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/include/core/
DSkStrokeRec.h34 static constexpr int kStyleCount = kStrokeAndFill_Style + 1; variable
DSkPaint.h213 static constexpr int kStyleCount = kStrokeAndFill_Style + 1; variable
/third_party/skia/include/core/
DSkStrokeRec.h34 static constexpr int kStyleCount = kStrokeAndFill_Style + 1; variable
DSkPaint.h194 static constexpr int kStyleCount = kStrokeAndFill_Style + 1; variable
/third_party/flutter/skia/src/gpu/
DGrStyle.cpp73 GR_STATIC_ASSERT(SkStrokeRec::kStyleCount <= (1 << kStyleBits)); in WriteKey()
/third_party/skia/src/gpu/
DGrStyle.cpp73 static_assert(SkStrokeRec::kStyleCount <= (1 << kStyleBits)); in WriteKey()
/third_party/skia/src/core/
DSkPaint.cpp113 if ((unsigned)style < kStyleCount) { in setStyle()
/third_party/flutter/skia/src/core/
DSkPaint.cpp103 if ((unsigned)style < kStyleCount) { in setStyle()
/third_party/flutter/skia/site/user/api/
DSkPaint_Reference.md64 …static constexpr int <a href='#SkPaint_kStyleCount'>kStyleCount</a> = <a href='#SkPaint_kStrokeAnd…
1847 …static constexpr int <a href='#SkPaint_kStyleCount'>kStyleCount</a> = <a href='#SkPaint_kStrokeAnd…
1895 …d #dddddd; padding: 8px; '><a name='SkPaint_kStyleCount'><code>SkPaint::kStyleCount</code></a></td>