Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp31 float ctrlPointX = 0; member in android::uirenderer::PathResolver
266 ctrlPointX = currentSegmentStartX; in addCommand()
360 ctrlPointX = currentX + points->at(k + 2); in addCommand()
371 ctrlPointX = points->at(k + 2); in addCommand()
379 reflectiveCtrlPointX = currentX - ctrlPointX; in addCommand()
385 ctrlPointX = currentX + points->at(k + 0); in addCommand()
395 reflectiveCtrlPointX = 2 * currentX - ctrlPointX; in addCommand()
400 ctrlPointX = points->at(k + 0); in addCommand()
407 ctrlPointX = currentX + points->at(k + 0); in addCommand()
414 ctrlPointX = points->at(k + 0); in addCommand()
[all …]
/frameworks/support/compat/java/android/support/v4/graphics/
DPathParser.java367 float ctrlPointX = current[2]; in addCommand() local
383 ctrlPointX = currentSegmentStartX; in addCommand()
477 ctrlPointX = currentX + val[k + 2]; in addCommand()
488 ctrlPointX = val[k + 2]; in addCommand()
496 reflectiveCtrlPointX = currentX - ctrlPointX; in addCommand()
503 ctrlPointX = currentX + val[k + 0]; in addCommand()
513 reflectiveCtrlPointX = 2 * currentX - ctrlPointX; in addCommand()
518 ctrlPointX = val[k + 0]; in addCommand()
525 ctrlPointX = currentX + val[k + 0]; in addCommand()
532 ctrlPointX = val[k + 0]; in addCommand()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java450 float ctrlPointX = current[2]; in addCommand() local
466 ctrlPointX = currentSegmentStartX; in addCommand()
562 ctrlPointX = currentX + val[k + 2]; in addCommand()
573 ctrlPointX = val[k + 2]; in addCommand()
581 reflectiveCtrlPointX = currentX - ctrlPointX; in addCommand()
588 ctrlPointX = currentX + val[k + 0]; in addCommand()
598 reflectiveCtrlPointX = 2 * currentX - ctrlPointX; in addCommand()
603 ctrlPointX = val[k + 0]; in addCommand()
610 ctrlPointX = currentX + val[k + 0]; in addCommand()
617 ctrlPointX = val[k + 0]; in addCommand()
[all …]