Searched refs:doFill (Results 1 - 10 of 10) sorted by relevance

/external/skia/gm/
H A Dstrokerect.cpp15 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);
14 draw_path(SkCanvas* canvas, const SkPath& path, const SkRect& rect, SkPaint::Join join, int doFill) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.h37 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } argument
H A DSkDraw.cpp1035 bool doFill = true; local
1094 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr);
1118 SkPaint::Style style = doFill ? SkPaint::kFill_Style :
1127 if (fBounder && !fBounder->doPath(*devPathPtr, *paint, doFill)) {
1132 if (doFill) {
2708 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) { argument
2712 if (doFill) {
/external/skia/src/core/
H A DSkStroke.h37 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } argument
H A DSkDraw.cpp1081 bool doFill = true; local
1140 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr);
1164 SkPaint::Style style = doFill ? SkPaint::kFill_Style :
1173 if (fBounder && !fBounder->doPath(*devPathPtr, *paint, doFill)) {
1178 if (doFill) {
2754 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) { argument
2758 if (doFill) {
/external/chromium_org/third_party/skia/src/effects/
H A DSkDiscretePathEffect.cpp30 bool doFill = rec->isFillStyle(); local
32 SkPathMeasure meas(src, doFill);
42 if (fSegLength * (2 + doFill) > length) {
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp30 bool doFill = rec->isFillStyle(); local
32 SkPathMeasure meas(src, doFill);
42 if (fSegLength * (2 + doFill) > length) {
/external/chromium_org/third_party/skia/include/core/
H A DSkBounder.h80 bool doPath(const SkPath&, const SkPaint&, bool doFill);
/external/skia/include/core/
H A DSkBounder.h80 bool doPath(const SkPath&, const SkPaint&, bool doFill);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 544 milliseconds