| /third_party/skia/src/gpu/ |
| H A D | GrUtil.cpp | 71 const SkStrokeRec& stroke = style.strokeRec(); in GrIsStrokeHairlineOrEquivalent() local
|
| /third_party/skia/gm/ |
| H A D | crbug_996140.cpp | 59 SkPaint stroke; in DEF_SIMPLE_GM_BG() local
|
| H A D | croppedrects.cpp | 51 SkPaint stroke; variable
|
| H A D | pictureimagefilter.cpp | 118 SkPaint stroke; variable
|
| H A D | skbug_257.cpp | 133 SkPaint stroke; in DEF_SIMPLE_GM() local
|
| H A D | gpu_blur_utils.cpp | 324 SkPaint stroke; in run() local 337 SkPaint stroke; in run() local
|
| H A D | circulararcs.cpp | 261 SkPaint stroke = hairline; in DEF_SIMPLE_GM() local
|
| /third_party/skia/docs/examples/ |
| H A D | skpaint_xfer.cpp | 43 SkPaint stroke, src, dst; in REG_FIDDLE() local
|
| H A D | Color_Wheel.cpp | 6 const float stroke = scale * 3 / 64; in REG_FIDDLE() local
|
| /third_party/skia/experimental/c-api-example/ |
| H A D | skia-c-example.c | 48 sk_paint_t* stroke = sk_paint_new(); in draw() local
|
| /third_party/skia/tests/ |
| H A D | PaintTest.cpp | 51 SkPath path, stroke; in DEF_TEST() local
|
| /third_party/skia/src/gpu/tessellate/ |
| H A D | Tessellation.h | 92 static float GetJoinType(const SkStrokeRec& stroke) { in GetJoinType() argument
|
| H A D | StrokeIterator.h | 34 StrokeIterator(const SkPath& path, const SkStrokeRec* stroke, const SkMatrix* viewMatrix) in StrokeIterator() argument [all...] |
| /third_party/skia/modules/androidkit/src/ |
| H A D | Paint.cpp | 32 static void Paint_SetStroke(JNIEnv*, jobject, jlong native_paint, jboolean stroke) { in Paint_SetStroke() argument
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | DrawContext.cpp | 70 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder order, const PaintParams* paint) strokePath() argument
|
| H A D | DrawList.cpp | 76 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder ordering, const PaintParams* paint) strokePath() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | TessellationPathRenderer.cpp | 129 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath() local 149 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); onDrawPath() local [all...] |
| H A D | GrOvalOpFactory.cpp | 69 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool stroke, bool clipPlane, in Make() argument 104 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor() argument [all...] |
| H A D | StrokeTessellateOp.cpp | 41 StrokeTessellateOp(GrAAType aaType, const SkMatrix& viewMatrix, const SkPath& path, const SkStrokeRec& stroke, GrPaint&& paint) StrokeTessellateOp() argument
|
| /third_party/skia/src/gpu/tessellate/shaders/ |
| H A D | GrStrokeTessellationShader.cpp | 359 const auto& stroke = shader.stroke(); in setData() local 15 GrStrokeTessellationShader(const GrShaderCaps& shaderCaps, Mode mode, PatchAttribs attribs, const SkMatrix& viewMatrix, const SkStrokeRec& stroke, SkPMColor4f color, int8_t maxParametricSegments_log2) GrStrokeTessellationShader() argument [all...] |
| H A D | GrStrokeTessellationShader.h | 45 const SkStrokeRec& stroke() const { return fStroke;} in stroke() function in GrStrokeTessellationShader
|
| /third_party/skia/src/xps/ |
| H A D | SkXPSDevice.h | 204 BOOL stroke, BOOL fill, member in SkXPSDevice
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | common_shape_modifier.cpp | 102 void SetStroke(ArkUINodeHandle node, uint32_t stroke) in SetStroke() argument
|
| /third_party/skia/tools/viewer/ |
| H A D | SkottieSlide.cpp | 226 SkPaint fill, stroke; in draw() local
|
| /third_party/skia/modules/pathkit/ |
| H A D | chaining.js | |