Searched refs:recursiveCubicBezierVertices (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathTessellator.h139 static void recursiveCubicBezierVertices(float p1x, float p1y, float c1x, float c1y, float p2x,
H A DPathTessellator.cpp940 recursiveCubicBezierVertices(pts[0].x(), pts[0].y(), pts[1].x(), pts[1].y(),
1001 void PathTessellator::recursiveCubicBezierVertices(float p1x, float p1y, float c1x, float c1y, function in class:android::uirenderer::PathTessellator
1032 recursiveCubicBezierVertices(p1x, p1y, p1c1x, p1c1y, mx, my, p1c1c2x, p1c1c2y,
1034 recursiveCubicBezierVertices(mx, my, p2c1c2x, p2c1c2y, p2x, p2y, p2c2x, p2c2y,

Completed in 65 milliseconds