Searched refs:kPathEffectAndStrokeRec (Results 1 – 16 of 16) sorted by relevance
/external/skqp/src/gpu/ |
D | GrPath.cpp | 13 GrStyle::WriteKey(key, style, GrStyle::Apply::kPathEffectAndStrokeRec, SK_Scalar1); in write_style_key() 19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() 39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo() 40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
|
D | GrStyle.h | 45 kPathEffectAndStrokeRec enumerator
|
D | GrStyle.cpp | 63 if (Apply::kPathEffectAndStrokeRec == apply && style.strokeRec().needToApply()) { in WriteKey()
|
D | GrBlurUtils.cpp | 270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
|
D | GrShape.cpp | 455 if (GrStyle::Apply::kPathEffectAndStrokeRec == apply && strokeRec.needToApply()) { in GrShape()
|
D | GrRenderTargetContext.cpp | 1874 tempShape = canDrawArgs.fShape->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, in drawShapeUsingPathRenderer()
|
/external/skia/src/gpu/ |
D | GrPath.cpp | 13 GrStyle::WriteKey(key, style, GrStyle::Apply::kPathEffectAndStrokeRec, SK_Scalar1); in write_style_key() 19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() 39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo() 40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
|
D | GrStyle.h | 45 kPathEffectAndStrokeRec enumerator
|
D | GrStyle.cpp | 63 if (Apply::kPathEffectAndStrokeRec == apply && style.strokeRec().needToApply()) { in WriteKey()
|
D | GrBlurUtils.cpp | 270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
|
D | GrShape.cpp | 455 if (GrStyle::Apply::kPathEffectAndStrokeRec == apply && strokeRec.needToApply()) { in GrShape()
|
D | GrRenderTargetContext.cpp | 1982 tempShape = canDrawArgs.fShape->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, in drawShapeUsingPathRenderer()
|
/external/skqp/tests/ |
D | PathRendererCacheTests.cpp | 45 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
|
D | GrShapeTest.cpp | 586 fAppliedPE->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init() 587 *fAppliedFull = fBase->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
|
/external/skia/tests/ |
D | PathRendererCacheTests.cpp | 45 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
|
D | GrShapeTest.cpp | 586 fAppliedPE->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init() 587 *fAppliedFull = fBase->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
|