Lines Matching defs:fill
706 "Could not set fill brush for image brush central path.");
1090 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill,
1098 return this->createXpsQuad(points, stroke, fill, xpsRect);
1101 BOOL stroke, BOOL fill,
1137 HRM((*xpsQuad)->SetIsFilled(fill), "Could not set quad fill.");
1155 //If trying to paint with a stroke, ignore that and fill.
1212 BOOL fill = 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,
1285 HRM(figure->SetIsFilled(fill), "Could not set path fill.");
1294 BOOL stroke, BOOL fill, const SkPath& path) {
1308 stroke, fill,
1374 stroke, fill,
1452 BOOL* fill, BOOL* stroke) {
1453 *fill = FALSE;
1464 *fill = TRUE;
1468 "Could not set fill for shaded path.");
1523 bool fill = paint->getFillPath(*skeletalPath, fillablePath);
1527 if (fill) {
1559 BOOL fill;
1564 &fill,
1622 //Set the fill rule.
1661 "Could not set fill rule for shaded path.");
1683 stroke, fill, *devicePath));
1724 "Could not set fill rule.");
1853 "Could not set fill brush.");