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

1 2 3 45 6 7

  /external/skia/bench/
ChartBench.cpp 144 plotPaint.setStyle(SkPaint::kStroke_Style);
HairlinePathBench.cpp 36 fPaint.setStyle(SkPaint::kStroke_Style);
  /external/skia/gm/
bitmaprect.cpp 60 paint.setStyle(SkPaint::kStroke_Style);
bitmapscroll.cpp 25 pLine.setStyle(SkPaint::kStroke_Style);
complexclip2.cpp 109 rectPaint.setStyle(SkPaint::kStroke_Style);
drawbitmaprect.cpp 142 blackPaint.setStyle(SkPaint::kStroke_Style);
dropshadowimagefilter.cpp 110 paint.setStyle(SkPaint::kStroke_Style);
hairlines.cpp 192 paint.setStyle(SkPaint::kStroke_Style);
image.cpp 58 paint.setStyle(SkPaint::kStroke_Style);
imagefiltersbase.cpp 168 paint.setStyle(SkPaint::kStroke_Style);
imagefilterscropped.cpp 116 paint.setStyle(SkPaint::kStroke_Style);
pathfill.cpp 18 paint.setStyle(SkPaint::kStroke_Style);
rrect.cpp 102 paint.setStyle(SkPaint::kStroke_Style);
xfermodes2.cpp 68 p.setStyle(SkPaint::kStroke_Style);
degeneratesegments.cpp 273 {SkPaint::kStroke_Style, "Stroke 10"},
342 rectPaint.setStyle(SkPaint::kStroke_Style);
  /external/skia/src/pdf/
SkPDFDeviceFlattener.cpp 103 paintFlatten.setStyle(SkPaint::kStroke_Style);
  /external/skia/src/utils/
SkLayer.cpp 214 p.setStyle(SkPaint::kStroke_Style);
  /external/skia/tests/
EmptyPathTest.cpp 83 SkPaint::kStroke_Style,
PaintTest.cpp 209 paint.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 526 bool isStroked = (SkStrokeRec::kStroke_Style == style || SkStrokeRec::kHairline_Style == style);
633 bool isStroked = (SkStrokeRec::kStroke_Style == style || SkStrokeRec::kHairline_Style == style);
746 DIEllipseEdgeEffect::Mode mode = (SkStrokeRec::kStroke_Style == style) ?
775 if (SkStrokeRec::kStroke_Style == style) {
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_base.cc 332 paint.setStyle(SkPaint::kStroke_Style);
488 paint.setStyle(SkPaint::kStroke_Style);
595 paint.setStyle(SkPaint::kStroke_Style);
681 paint.setStyle(SkPaint::kStroke_Style);
704 stroke_paint.setStyle(SkPaint::kStroke_Style);
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 526 bool isStroked = (SkStrokeRec::kStroke_Style == style || SkStrokeRec::kHairline_Style == style);
633 bool isStroked = (SkStrokeRec::kStroke_Style == style || SkStrokeRec::kHairline_Style == style);
746 DIEllipseEdgeEffect::Mode mode = (SkStrokeRec::kStroke_Style == style) ?
775 if (SkStrokeRec::kStroke_Style == style) {
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_masks.cc 31 paint.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/third_party/skia/src/animator/
SkDrawPaint.cpp 226 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 33 p.setStyle(SkPaint::kStroke_Style);

Completed in 182 milliseconds

1 2 3 45 6 7