Home
last modified time | relevance | path

Searched refs:c2x (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()
1058 float p2c2x = (p2x + c2x) * 0.5f; in recursiveCubicBezierVertices()
1061 float c1c2x = (c1x + c2x) * 0.5f; in recursiveCubicBezierVertices()