Searched refs:fillOrHairline (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ |
D | GrStyle.h | 103 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,
|
D | GrBlurUtils.cpp | 120 SkStrokeRec::InitStyle fillOrHairline = shape.style().isSimpleHairline() in sw_create_filtered_mask() local 134 SkMask::kComputeBoundsAndRenderImage_CreateMode, fillOrHairline)) { in sw_create_filtered_mask()
|
/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/geometry/ |
D | GrStyledShape.cpp | 384 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()
|
/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()
|
/external/skia/tests/ |
D | GrStyledShapeTest.cpp | 665 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()
|