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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 29 kStroke_Style,
69 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
  /external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp 32 case SkPaint::kStroke_Style:
66 return fStrokeAndFill ? kStrokeAndFill_Style : kStroke_Style;
SkDrawProcs.h 89 if (SkPaint::kStroke_Style != paint.getStyle()) {
  /external/skia/include/core/
SkStrokeRec.h 29 kStroke_Style,
69 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
  /external/skia/src/core/
SkStrokeRec.cpp 32 case SkPaint::kStroke_Style:
66 return fStrokeAndFill ? kStrokeAndFill_Style : kStroke_Style;
SkDrawProcs.h 89 if (SkPaint::kStroke_Style != paint.getStyle()) {
  /external/skia/gm/
strokerect.cpp 18 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style);
25 paint.setStyle(SkPaint::kStroke_Style);
62 paint.setStyle(SkPaint::kStroke_Style);
arcofzorro.cpp 38 p.setStyle(SkPaint::kStroke_Style);
dashcubics.cpp 50 paint.setStyle(SkPaint::kStroke_Style);
fatpathfill.cpp 46 paint.setStyle(SkPaint::kStroke_Style);
73 paint.setStyle(SkPaint::kStroke_Style);
texteffects.cpp 20 p.setStyle(SkPaint::kStroke_Style);
35 p.setStyle(SkPaint::kStroke_Style);
45 p.setStyle(SkPaint::kStroke_Style);
52 p.setStyle(SkPaint::kStroke_Style);
123 p.setStyle(SkPaint::kStroke_Style);
140 p.setStyle(SkPaint::kStroke_Style);
rects.cpp 114 p.setStyle(SkPaint::kStroke_Style);
124 p.setStyle(SkPaint::kStroke_Style);
135 p.setStyle(SkPaint::kStroke_Style);
146 p.setStyle(SkPaint::kStroke_Style);
155 p.setStyle(SkPaint::kStroke_Style);
inversepaths.cpp 42 SkPaint::kStroke_Style,
91 clipPaint.setStyle(SkPaint::kStroke_Style);
96 outlinePaint.setStyle(SkPaint::kStroke_Style);
drawlooper.cpp 68 { SK_ColorWHITE, SkPaint::kStroke_Style, SkIntToScalar(1)*3/4, 0, 0 },
69 { SK_ColorRED, SkPaint::kStroke_Style, SkIntToScalar(4), 0, 0 },
emptypath.cpp 59 {SkPaint::kStroke_Style, "Stroke"},
100 rectPaint.setStyle(SkPaint::kStroke_Style);
bitmaprecttest.cpp 25 paint.setStyle(SkPaint::kStroke_Style);
stringart.cpp 56 paint.setStyle(SkPaint::kStroke_Style);
thinstrokedrects.cpp 32 paint.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/ash/accelerators/
debug_commands.cc 29 paint.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/ui/views/
round_rect_painter.cc 28 paint.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_background.cc 46 paint.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.cpp 64 paint->setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/ui/views/controls/
focusable_border.cc 44 paint.setStyle(SkPaint::kStroke_Style);
  /external/skia/bench/
LineBench.cpp 49 paint.setStyle(SkPaint::kStroke_Style);
  /external/skia/tests/
StrokeTest.cpp 26 paint.setStyle(SkPaint::kStroke_Style);

Completed in 175 milliseconds

1 2 3 4 5 6 7