HomeSort by relevance Sort by last modified time
    Searched refs:kStyleCount (Results 1 - 4 of 4) sorted by null

  /external/skia/include/core/
SkStrokeRec.h 33 kStyleCount = kStrokeAndFill_Style + 1
SkPaint.h 311 kStyleCount = kStrokeAndFill_Style + 1
    [all...]
  /external/skia/src/gpu/
GrStrokeInfo.cpp 55 static_assert(SkStrokeRec::kStyleCount <= (1 << kStyleBits), "style_shift_will_be_wrong");
  /external/skia/src/core/
SkPaint.cpp 299 if ((unsigned)style < kStyleCount) {
    [all...]

Completed in 629 milliseconds