Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.h139 float c1x, float c1y,
DPathTessellator.cpp1041 float p1x, float p1y, float c1x, float c1y, in recursiveCubicBezierVertices() argument
1047 float d1 = fabs((c1x - p2x) * dy - (c1y - p2y) * dx); in recursiveCubicBezierVertices()
1057 float p1c1y = (p1y + c1y) * 0.5f; in recursiveCubicBezierVertices()
1062 float c1c2y = (c1y + c2y) * 0.5f; in recursiveCubicBezierVertices()