Home
last modified time | relevance | path

Searched refs:kCubicCurveType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DStrokeFixedCountTessellator.cpp71 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()
DPatchWriter.h64 GrTessellationShader::kCubicCurveType); in ~CubicPatch()
/third_party/skia/src/gpu/tessellate/shaders/
DGrTessellationShader.h41 inline constexpr static float kCubicCurveType = 0; variable
DGrPathTessellationShader_MiddleOut.cpp105 bool is_conic_curve() { return curveType != %g; })", kCubicCurveType).c_str()); in makeProgramImpl()
DGrStrokeTessellationShader_InstancedImpl.cpp91 bool is_conic_curve() { return curveTypeAttr != %g; })", kCubicCurveType).c_str()); in onEmitCode()
/third_party/skia/src/gpu/ops/
DPathInnerTriangulateOp.cpp77 bool is_conic_curve() { return curveType != %g; })", kCubicCurveType).c_str()); in makeProgramImpl()