Lines Matching refs:ctrlPointY
32 float ctrlPointY = 0; member in android::uirenderer::PathResolver
267 ctrlPointY = currentSegmentStartY; in addCommand()
361 ctrlPointY = currentY + points->at(k + 3); in addCommand()
372 ctrlPointY = points->at(k + 3); in addCommand()
380 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
386 ctrlPointY = currentY + points->at(k + 1); in addCommand()
396 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
401 ctrlPointY = points->at(k + 1); in addCommand()
408 ctrlPointY = currentY + points->at(k + 1); in addCommand()
415 ctrlPointY = points->at(k + 1); in addCommand()
425 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
430 ctrlPointY = currentY + reflectiveCtrlPointY; in addCommand()
440 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
445 ctrlPointY = reflectiveCtrlPointY; in addCommand()
464 ctrlPointY = currentY; in addCommand()
480 ctrlPointY = currentY; in addCommand()