HomeSort by relevance Sort by last modified time
    Searched refs:kStrokeAndFill_Style (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 30 kStrokeAndFill_Style
69 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
SkPaint.h 335 kStrokeAndFill_Style, //!< fill and stroke the geometry
338 kStyleCount = kStrokeAndFill_Style + 1
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp 36 case SkPaint::kStrokeAndFill_Style:
66 return fStrokeAndFill ? kStrokeAndFill_Style : kStroke_Style;
  /external/skia/include/core/
SkStrokeRec.h 30 kStrokeAndFill_Style
69 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
SkPaint.h 335 kStrokeAndFill_Style, //!< fill and stroke the geometry
338 kStyleCount = kStrokeAndFill_Style + 1
    [all...]
  /external/skia/src/core/
SkStrokeRec.cpp 36 case SkPaint::kStrokeAndFill_Style:
66 return fStrokeAndFill ? kStrokeAndFill_Style : kStroke_Style;
  /external/skia/gm/
strokerect.cpp 18 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style);
102 paint.setStyle(SkPaint::kStrokeAndFill_Style);
emptypath.cpp 60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
nonclosedpaths.cpp 77 SkPaint::kStroke_Style, SkPaint::kStrokeAndFill_Style
strokefill.cpp 56 paint.setStyle(SkPaint::kStrokeAndFill_Style);
circles.cpp 116 p.setStyle(SkPaint::kStrokeAndFill_Style);
inversepaths.cpp 43 SkPaint::kStrokeAndFill_Style,
polygons.cpp 134 SkPaint::kStrokeAndFill_Style, SkPaint::kFill_Style
linepaths.cpp 60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
201 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
quadpaths.cpp 60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
202 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
cubicpaths.cpp 99 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
242 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
ovals.cpp 72 p.setStyle(SkPaint::kStrokeAndFill_Style);
rects.cpp 165 p.setStyle(SkPaint::kStrokeAndFill_Style);
texteffects.cpp 41 p.setStyle(SkPaint::kStrokeAndFill_Style);
roundrects.cpp 73 p.setStyle(SkPaint::kStrokeAndFill_Style);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFUtils.cpp 197 } else if (style == SkPaint::kStrokeAndFill_Style) {
  /external/skia/src/pdf/
SkPDFUtils.cpp 197 } else if (style == SkPaint::kStrokeAndFill_Style) {
  /external/skia/tests/
EmptyPathTest.cpp 84 SkPaint::kStrokeAndFill_Style
PaintTest.cpp 141 paint.setStyle(SkPaint::kStrokeAndFill_Style);
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 257 case SkPaint::kStrokeAndFill_Style: {
625 case SkPaint::kStrokeAndFill_Style:

Completed in 528 milliseconds

1 2