Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DGrStyledShapeTest.cpp342 virtual bool strokeAndFillIsConvertedToFill(const SkPaint&) const { return false; } in strokeAndFillIsConvertedToFill() function in __anon19017::Geo
361 bool strokeAndFillIsConvertedToFill(const SkPaint& paint) const override {
387 bool strokeAndFillIsConvertedToFill(const SkPaint& paint) const override {
390 return RectGeo(fRRect.rect()).strokeAndFillIsConvertedToFill(paint);
459 bool strokeAndFillIsConvertedToFill(const SkPaint& paint) const override {
469 return RectGeo(rect).strokeAndFillIsConvertedToFill(paint);
928 if (geo.strokeAndFillIsConvertedToFill(strokeAndFillDash)) { in test_scale()
985 if (geo.strokeAndFillIsConvertedToFill(strokeAndFillA) || in test_stroke_param_impl()
986 geo.strokeAndFillIsConvertedToFill(strokeAndFillB)) { in test_stroke_param_impl()

Completed in 4 milliseconds