Searched refs:fillOrHairline (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ |
D | GrStyle.h | 102 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,
|
D | GrShape.cpp | 469 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()
|
D | GrBlurUtils.cpp | 77 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/ |
D | GrStyle.h | 102 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,
|
D | GrShape.cpp | 469 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()
|
D | GrBlurUtils.cpp | 77 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/tests/ |
D | GrShapeTest.cpp | 655 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/skqp/tests/ |
D | GrShapeTest.cpp | 655 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()
|