Searched refs:conicPts (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Path_conicTo.cpp | 10 SkPoint conicPts[] = {{20, 150}, {120, 10}, {220, 150}}; in REG_FIDDLE() local 11 canvas->drawLine(conicPts[0], conicPts[1], paint); in REG_FIDDLE() 12 canvas->drawLine(conicPts[1], conicPts[2], paint); in REG_FIDDLE() 18 path.moveTo(conicPts[0]); in REG_FIDDLE() 19 path.conicTo(conicPts[1], conicPts[2], weight); in REG_FIDDLE()
|
H A D | Path_conicTo_2.cpp | 19 SkPoint conicPts[][3] = { { {40, 20}, {100, 20}, {100, 80} }, in REG_FIDDLE() local 24 path.moveTo(conicPts[i][0]); in REG_FIDDLE() 25 path.conicTo(conicPts[i][1], conicPts[i][2], conicWeights[i]); in REG_FIDDLE()
|
/third_party/skia/tests/ |
H A D | PathOpsAngleTest.cpp | 507 SkPoint conicPts[3] = {{494.37100219726562f, 224.66200256347656f}, in DEF_TEST() local 515 contour.addQuad(conicPts); in DEF_TEST() 516 // contour.addConic(conicPts, 0.999935746f, &allocator); in DEF_TEST()
|
Completed in 2 milliseconds