HomeSort by relevance Sort by last modified time
    Searched refs:doFill (Results 1 - 10 of 10) sorted by null

  /external/skia/gm/
strokerect.cpp 15 SkPaint::Join join, int doFill) {
18 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style);
83 for (int doFill = 0; doFill <= 1; ++doFill) {
95 draw_path(canvas, fillPath, r, join, doFill);
  /external/chromium_org/third_party/skia/src/core/
SkStroke.h 37 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); }
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkStroke.h 37 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); }
SkDraw.cpp     [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkDiscretePathEffect.cpp 30 bool doFill = rec->isFillStyle();
32 SkPathMeasure meas(src, doFill);
42 if (fSegLength * (2 + doFill) > length) {
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 30 bool doFill = rec->isFillStyle();
32 SkPathMeasure meas(src, doFill);
42 if (fSegLength * (2 + doFill) > length) {
  /external/chromium_org/third_party/skia/include/core/
SkBounder.h 80 bool doPath(const SkPath&, const SkPaint&, bool doFill);
  /external/skia/include/core/
SkBounder.h 80 bool doPath(const SkPath&, const SkPaint&, bool doFill);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 1010 milliseconds