Home
last modified time | relevance | path

Searched refs:ctrlPointX (Results 1 – 2 of 2) 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 …]
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java452 float ctrlPointX = current[2]; in addCommand() local
468 ctrlPointX = currentSegmentStartX; in addCommand()
564 ctrlPointX = currentX + val[k + 2]; in addCommand()
575 ctrlPointX = val[k + 2]; in addCommand()
583 reflectiveCtrlPointX = currentX - ctrlPointX; in addCommand()
590 ctrlPointX = currentX + val[k + 0]; in addCommand()
600 reflectiveCtrlPointX = 2 * currentX - ctrlPointX; in addCommand()
605 ctrlPointX = val[k + 0]; in addCommand()
612 ctrlPointX = currentX + val[k + 0]; in addCommand()
619 ctrlPointX = val[k + 0]; in addCommand()
[all …]