Searched refs:split_conic (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dbeziereffects.cpp351 int split_conic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) { function in class:skiagm::BezierConicEffects
368 // Calls split_conic on the entire conic and then once more on each subsection.
373 int conicCnt = split_conic(src, dstTemp, weight);
375 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
376 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
/external/skia/gm/
H A Dbeziereffects.cpp351 int split_conic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) { function in class:skiagm::BezierConicEffects
368 // Calls split_conic on the entire conic and then once more on each subsection.
373 int conicCnt = split_conic(src, dstTemp, weight);
375 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
376 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp212 int split_conic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) { function in namespace:__anon15232
229 // Calls split_conic on the entire conic and then once more on each subsection.
234 int conicCnt = split_conic(src, dstTemp, weight);
236 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
237 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp212 int split_conic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) { function in namespace:__anon30643
229 // Calls split_conic on the entire conic and then once more on each subsection.
234 int conicCnt = split_conic(src, dstTemp, weight);
236 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
237 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);

Completed in 202 milliseconds