Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBlurUtils.cpp61 SkStrokeRec::InitStyle fillOrHairline) { in sw_draw_with_mask_filter() argument
64 SkMask::kComputeBoundsAndRenderImage_CreateMode, fillOrHairline)) { in sw_draw_with_mask_filter()
108 SkStrokeRec::InitStyle fillOrHairline, in create_mask_GPU() argument
137 GrStyle(fillOrHairline)); in create_mask_GPU()
158 SkStrokeRec::InitStyle fillOrHairline; in draw_path_with_mask_filter() local
163 if (0 == scale || !style.applyToPath(tmpPath.init(), &fillOrHairline, *path, scale)) { in draw_path_with_mask_filter()
169 fillOrHairline = SkStrokeRec::kHairline_InitStyle; in draw_path_with_mask_filter()
172 fillOrHairline = SkStrokeRec::kFill_InitStyle; in draw_path_with_mask_filter()
212 SkStrokeRec(fillOrHairline), in draw_path_with_mask_filter()
222 fillOrHairline, in draw_path_with_mask_filter()
[all …]
DGrShape.cpp314 SkStrokeRec::InitStyle fillOrHairline; in GrShape() local
317 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline, in GrShape()
320 fillOrHairline = SkStrokeRec::kFill_InitStyle; in GrShape()
323 fillOrHairline = SkStrokeRec::kHairline_InitStyle; in GrShape()
325 fStyle.resetToInitStyle(fillOrHairline); in GrShape()
338 SkStrokeRec::InitStyle fillOrHairline; in GrShape() local
341 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle, in GrShape()
343 fStyle.resetToInitStyle(fillOrHairline); in GrShape()
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,
/external/skia/tests/
DGrShapeTest.cpp380 SkStrokeRec::InitStyle fillOrHairline; in init() local
381 if (fBase.style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
393 GrShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle); in init()
397 if (fillOrHairline == SkStrokeRec::kFill_InitStyle) { in init()