Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrStyle.h102 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) { in resetToInitStyle() argument
105 if (SkStrokeRec::kFill_InitStyle == fillOrHairline) { in resetToInitStyle()
168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
DGrShape.cpp469 SkStrokeRec::InitStyle fillOrHairline; in GrShape() local
472 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline, in GrShape()
475 fillOrHairline = SkStrokeRec::kFill_InitStyle; in GrShape()
478 fillOrHairline = SkStrokeRec::kHairline_InitStyle; in GrShape()
480 fStyle.resetToInitStyle(fillOrHairline); in GrShape()
493 SkStrokeRec::InitStyle fillOrHairline; in GrShape() local
496 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle, in GrShape()
498 fStyle.resetToInitStyle(fillOrHairline); in GrShape()
DGrBlurUtils.cpp77 SkStrokeRec::InitStyle fillOrHairline = shape.style().isSimpleHairline() in sw_draw_with_mask_filter() local
120 SkMask::kComputeBoundsAndRenderImage_CreateMode, fillOrHairline)) { in sw_draw_with_mask_filter()
/external/skia/src/gpu/
DGrStyle.h102 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) { in resetToInitStyle() argument
105 if (SkStrokeRec::kFill_InitStyle == fillOrHairline) { in resetToInitStyle()
168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
DGrShape.cpp469 SkStrokeRec::InitStyle fillOrHairline; in GrShape() local
472 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline, in GrShape()
475 fillOrHairline = SkStrokeRec::kFill_InitStyle; in GrShape()
478 fillOrHairline = SkStrokeRec::kHairline_InitStyle; in GrShape()
480 fStyle.resetToInitStyle(fillOrHairline); in GrShape()
493 SkStrokeRec::InitStyle fillOrHairline; in GrShape() local
496 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle, in GrShape()
498 fStyle.resetToInitStyle(fillOrHairline); in GrShape()
DGrBlurUtils.cpp77 SkStrokeRec::InitStyle fillOrHairline = shape.style().isSimpleHairline() in sw_draw_with_mask_filter() local
120 SkMask::kComputeBoundsAndRenderImage_CreateMode, fillOrHairline)) { in sw_draw_with_mask_filter()
/external/skqp/tests/
DGrShapeTest.cpp655 SkStrokeRec::InitStyle fillOrHairline; in init() local
656 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
668 GrShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle); in init()
672 if (fillOrHairline == SkStrokeRec::kFill_InitStyle) { in init()
/external/skia/tests/
DGrShapeTest.cpp655 SkStrokeRec::InitStyle fillOrHairline; in init() local
656 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
668 GrShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle); in init()
672 if (fillOrHairline == SkStrokeRec::kFill_InitStyle) { in init()