Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp31 float ctrlPointX = 0; member in android::uirenderer::PathResolver
115 ctrlPointX = currentSegmentStartX; in addCommand()
209 ctrlPointX = currentX + points->at(k + 2); in addCommand()
220 ctrlPointX = points->at(k + 2); in addCommand()
228 reflectiveCtrlPointX = currentX - ctrlPointX; in addCommand()
233 ctrlPointX = currentX + points->at(k + 0); in addCommand()
243 reflectiveCtrlPointX = 2 * currentX - ctrlPointX; in addCommand()
248 ctrlPointX = points->at(k + 0); in addCommand()
256 ctrlPointX = currentX + points->at(k + 0); in addCommand()
264 ctrlPointX = points->at(k + 0); in addCommand()
[all …]