Searched refs:kCubicCurveType (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
D | StrokeFixedCountTessellator.cpp | 71 this->writeStroke(cubic, endControlPoint, GrTessellationShader::kCubicCurveType); in lineTo() 83 this->writeStroke(cubic, endControlPoint, GrTessellationShader::kCubicCurveType); in quadraticTo() 110 this->writeStroke(p, endControlPoint, GrTessellationShader::kCubicCurveType); in cubicConvex180To() 129 this->writeDynamicAttribs(&writer, GrTessellationShader::kCubicCurveType); in writeCircle()
|
D | PatchWriter.h | 64 GrTessellationShader::kCubicCurveType); in ~CubicPatch()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
D | GrTessellationShader.h | 41 inline constexpr static float kCubicCurveType = 0; variable
|
D | GrPathTessellationShader_MiddleOut.cpp | 105 bool is_conic_curve() { return curveType != %g; })", kCubicCurveType).c_str()); in makeProgramImpl()
|
D | GrStrokeTessellationShader_InstancedImpl.cpp | 91 bool is_conic_curve() { return curveTypeAttr != %g; })", kCubicCurveType).c_str()); in onEmitCode()
|
/third_party/skia/src/gpu/ops/ |
D | PathInnerTriangulateOp.cpp | 77 bool is_conic_curve() { return curveType != %g; })", kCubicCurveType).c_str()); in makeProgramImpl()
|