Home
last modified time | relevance | path

Searched refs:kQuad_ResultType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkStroke.cpp183 kQuad_ResultType, // the caller should (continue to try to) add a quad stroke enumerator
919 return STROKER_RESULT(kQuad_ResultType, depth, quadPts, in intersectRay()
1004 return STROKER_RESULT(kQuad_ResultType, depth, quadPts, in strokeCloseEnough()
1033 return STROKER_RESULT(kQuad_ResultType, depth, quadPts, in strokeCloseEnough()
1047 if (resultType != kQuad_ResultType) { in compareQuadCubic()
1063 if (resultType != kQuad_ResultType) { in compareQuadConic()
1090 if (resultType != kQuad_ResultType) { in compareQuadQuad()
1116 if (kQuad_ResultType != resultType) { in cubicStroke()
1129 if (kQuad_ResultType == resultType) { in cubicStroke()
1175 if (kQuad_ResultType == resultType) { in conicStroke()
[all …]
/external/skqp/src/core/
DSkStroke.cpp183 kQuad_ResultType, // the caller should (continue to try to) add a quad stroke enumerator
923 return STROKER_RESULT(kQuad_ResultType, depth, quadPts, in intersectRay()
1008 return STROKER_RESULT(kQuad_ResultType, depth, quadPts, in strokeCloseEnough()
1037 return STROKER_RESULT(kQuad_ResultType, depth, quadPts, in strokeCloseEnough()
1051 if (resultType != kQuad_ResultType) { in compareQuadCubic()
1067 if (resultType != kQuad_ResultType) { in compareQuadConic()
1094 if (resultType != kQuad_ResultType) { in compareQuadQuad()
1120 if (kQuad_ResultType != resultType) { in cubicStroke()
1133 if (kQuad_ResultType == resultType) { in cubicStroke()
1179 if (kQuad_ResultType == resultType) { in conicStroke()
[all …]