Home
last modified time | relevance | path

Searched refs:fillOrHairline (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrStyle.h103 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) { in resetToInitStyle() argument
106 if (SkStrokeRec::kFill_InitStyle == fillOrHairline) { in resetToInitStyle()
169 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
DGrBlurUtils.cpp123 SkStrokeRec::InitStyle fillOrHairline = shape.style().isSimpleHairline() in sw_create_filtered_mask() local
137 SkMask::kComputeBoundsAndRenderImage_CreateMode, fillOrHairline)) { in sw_create_filtered_mask()
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp384 SkStrokeRec::InitStyle fillOrHairline; in GrStyledShape() local
387 SkAssertResult(tmpParent.get()->style().applyToPath(&fShape.path(), &fillOrHairline, in GrStyledShape()
390 fillOrHairline = SkStrokeRec::kFill_InitStyle; in GrStyledShape()
393 fillOrHairline = SkStrokeRec::kHairline_InitStyle; in GrStyledShape()
395 fStyle.resetToInitStyle(fillOrHairline); in GrStyledShape()
408 SkStrokeRec::InitStyle fillOrHairline; in GrStyledShape() local
411 SkAssertResult(parent.fStyle.applyToPath(&fShape.path(), &fillOrHairline, in GrStyledShape()
413 fStyle.resetToInitStyle(fillOrHairline); in GrStyledShape()
/third_party/skia/tests/
DGrStyledShapeTest.cpp665 SkStrokeRec::InitStyle fillOrHairline; in init() local
666 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
678 GrStyledShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle); in init()
682 if (fillOrHairline == SkStrokeRec::kFill_InitStyle) { in init()