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

  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 31 kStrokeAndFill_Style
70 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
SkPaint.h 342 kStrokeAndFill_Style, //!< fill and stroke the geometry
345 kStyleCount = kStrokeAndFill_Style + 1
    [all...]
  /external/skia/include/core/
SkStrokeRec.h 31 kStrokeAndFill_Style
70 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
SkPaint.h 342 kStrokeAndFill_Style, //!< fill and stroke the geometry
345 kStyleCount = kStrokeAndFill_Style + 1
    [all...]

Completed in 304 milliseconds