Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.h116 float c1x, float c1y,
DPathTessellator.cpp975 float p1x, float p1y, float c1x, float c1y, in recursiveCubicBezierVertices() argument
981 float d1 = fabs((c1x - p2x) * dy - (c1y - p2y) * dx); in recursiveCubicBezierVertices()
991 float p1c1x = (p1x + c1x) * 0.5f; in recursiveCubicBezierVertices()
996 float c1c2x = (c1x + c2x) * 0.5f; in recursiveCubicBezierVertices()