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

  /external/skia/include/core/
SkStrokeRec.h 30 kStrokeAndFill_Style
33 kStyleCount = kStrokeAndFill_Style + 1
81 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
SkPaint.h 515 Use kStrokeAndFill_Style to avoid hitting the same pixels twice with a stroke draw and
542 kStrokeAndFill_Style,
549 kStyleCount = kStrokeAndFill_Style + 1,
554 @return one of:kFill_Style, kStroke_Style, kStrokeAndFill_Style
561 @param style one of: kFill_Style, kStroke_Style, kStrokeAndFill_Style
    [all...]
  /external/skqp/include/core/
SkStrokeRec.h 30 kStrokeAndFill_Style
33 kStyleCount = kStrokeAndFill_Style + 1
81 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
SkPaint.h 516 Use kStrokeAndFill_Style to avoid hitting the same pixels twice with a stroke draw and
543 kStrokeAndFill_Style,
550 kStyleCount = kStrokeAndFill_Style + 1,
555 @return one of:kFill_Style, kStroke_Style, kStrokeAndFill_Style
562 @param style one of: kFill_Style, kStroke_Style, kStrokeAndFill_Style
    [all...]

Completed in 668 milliseconds