Lines Matching refs:stroke
1077 const bool stroke = (SkPaint::kFill_Style != paint.getStyle());
1081 (stroke && (
1090 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill,
1098 return this->createXpsQuad(points, stroke, fill, xpsRect);
1101 BOOL stroke, BOOL fill,
1126 stroke, stroke, stroke,
1136 HRM((*xpsQuad)->SetIsClosed(stroke), "Could not set quad close.");
1155 //If trying to paint with a stroke, ignore that and fill.
1213 BOOL stroke = FALSE;
1214 HRV(this->shadePath(shadedPath.get(), paint, this->localToDevice(), &fill, &stroke));
1241 HRV(this->createXpsQuad(points, stroke, fill, &rectFigure));
1266 BOOL stroke, BOOL fill,
1284 HRM(figure->SetIsClosed(stroke), "Could not set path closed.");
1294 BOOL stroke, BOOL fill, const SkPath& path) {
1308 stroke, fill,
1328 segmentStrokes.push_back(stroke);
1336 segmentStrokes.push_back(stroke);
1346 segmentStrokes.push_back(stroke);
1359 segmentStrokes.push_back(stroke);
1374 stroke, fill,
1452 BOOL* fill, BOOL* stroke) {
1454 *stroke = FALSE;
1472 *stroke = TRUE;
1476 "Could not set stroke brush for shaded path.");
1479 "Could not set shaded path stroke thickness.");
1560 BOOL stroke;
1565 &stroke));
1683 stroke, fill, *devicePath));