Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkStrokeRec.h34 static constexpr int kStyleCount = kStrokeAndFill_Style + 1; variable
DSkPaint.h223 static constexpr int kStyleCount = kStrokeAndFill_Style + 1; variable
/external/skqp/include/core/
DSkStrokeRec.h34 static constexpr int kStyleCount = kStrokeAndFill_Style + 1; variable
DSkPaint.h217 static constexpr int kStyleCount = kStrokeAndFill_Style + 1; variable
/external/skqp/src/gpu/
DGrStyle.cpp73 GR_STATIC_ASSERT(SkStrokeRec::kStyleCount <= (1 << kStyleBits)); in WriteKey()
/external/skia/src/gpu/
DGrStyle.cpp73 static_assert(SkStrokeRec::kStyleCount <= (1 << kStyleBits)); in WriteKey()
/external/skia/src/core/
DSkPaint.cpp100 if ((unsigned)style < kStyleCount) { in setStyle()
/external/skqp/src/core/
DSkPaint.cpp169 if ((unsigned)style < kStyleCount) { in setStyle()
/external/skqp/docs/
DSkPaint_Reference.bmh1024 #Const kStyleCount 3
/external/skqp/site/user/api/
DSkPaint_Reference.md64 …static constexpr int <a href='#SkPaint_kStyleCount'>kStyleCount</a> = <a href='#SkPaint_kStrokeAnd…
1874 …static constexpr int <a href='#SkPaint_kStyleCount'>kStyleCount</a> = <a href='#SkPaint_kStrokeAnd…
1922 …d #dddddd; padding: 8px; '><a name='SkPaint_kStyleCount'><code>SkPaint::kStyleCount</code></a></td>