Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.h141 float c2x, float c2y,
DPathTessellator.cpp1042 float p2x, float p2y, float c2x, float c2y, in recursiveCubicBezierVertices() argument
1048 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx); in recursiveCubicBezierVertices()
1059 float p2c2y = (p2y + c2y) * 0.5f; in recursiveCubicBezierVertices()
1062 float c1c2y = (c1y + c2y) * 0.5f; in recursiveCubicBezierVertices()