Searched refs:kFill_Style (Results 1 - 25 of 256) sorted by relevance

1234567891011

/external/chromium_org/cc/test/
H A Dsolid_color_content_layer_client.cc19 paint.setStyle(SkPaint::kFill_Style);
H A Dfake_scrollbar.cc69 paint.setStyle(SkPaint::kFill_Style);
/external/chromium_org/chrome/renderer/
H A Dwebview_color_overlay.cc32 paint.setStyle(SkPaint::kFill_Style);
/external/chromium_org/third_party/skia/include/core/
H A DSkStrokeRec.h29 kFill_Style, enumerator in enum:SkStrokeRec::Style
48 return kFill_Style == this->getStyle();
/external/skia/include/core/
H A DSkStrokeRec.h29 kFill_Style, enumerator in enum:SkStrokeRec::Style
45 return kFill_Style == this->getStyle();
/external/chromium_org/content/renderer/
H A Dsad_plugin.cc29 paint.setStyle(SkPaint::kFill_Style);
/external/chromium_org/third_party/skia/gm/
H A Dselftest.cpp33 paint.setStyle(SkPaint::kFill_Style);
H A Ddrawlooper.cpp72 { SK_ColorBLUE, SkPaint::kFill_Style, 0, 0, 0 },
73 { 0x88000000, SkPaint::kFill_Style, 0, SkIntToScalar(10), SkIntToScalar(3) }
/external/chromium_org/third_party/skia/samplecode/
H A DSampleBox.cpp33 paint.setStyle(SkPaint::kFill_Style);
H A DSampleFuzz.cpp242 paint.setStyle(SkPaint::kFill_Style);
257 paint.setStyle(SkPaint::kFill_Style);
276 paint.setStyle(SkPaint::kFill_Style);
283 paint.setStyle(SkPaint::kFill_Style);
H A DSamplePathClip.cpp63 p.setStyle(SkPaint::kFill_Style);
H A DSampleSpiral.cpp33 paint.setStyle(SkPaint::kFill_Style);
/external/skia/gm/
H A Dselftest.cpp33 paint.setStyle(SkPaint::kFill_Style);
H A Ddrawlooper.cpp75 { SK_ColorBLUE, SkPaint::kFill_Style, 0, 0, 0 },
76 { 0x88000000, SkPaint::kFill_Style, 0, SkIntToScalar(10), SkIntToScalar(3) }
/external/skia/samplecode/
H A DSampleBox.cpp33 paint.setStyle(SkPaint::kFill_Style);
H A DSampleFuzz.cpp242 paint.setStyle(SkPaint::kFill_Style);
257 paint.setStyle(SkPaint::kFill_Style);
276 paint.setStyle(SkPaint::kFill_Style);
283 paint.setStyle(SkPaint::kFill_Style);
H A DSamplePathClip.cpp63 p.setStyle(SkPaint::kFill_Style);
H A DSampleSpiral.cpp33 paint.setStyle(SkPaint::kFill_Style);
/external/chromium_org/third_party/skia/src/core/
H A DSkStrokeRec.cpp36 case SkPaint::kFill_Style:
70 return kFill_Style;
H A DSkRasterizer.cpp47 SkPaint::kFill_Style);
/external/skia/src/core/
H A DSkStrokeRec.cpp36 case SkPaint::kFill_Style:
70 return kFill_Style;
H A DSkRasterizer.cpp47 SkPaint::kFill_Style);
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_background.cc36 paint.setStyle(SkPaint::kFill_Style);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.cpp50 return SkStrokeRec::kFill_Style;
/external/skia/tools/
H A Dskpmaker.cpp33 paint.setStyle(SkPaint::kFill_Style);

Completed in 1063 milliseconds

1234567891011