Searched refs:ctrlPointY (Results 1 – 2 of 2) sorted by relevance
32 float ctrlPointY = 0; member in android::uirenderer::PathResolver116 ctrlPointY = currentSegmentStartY; in addCommand()210 ctrlPointY = currentY + points->at(k + 3); in addCommand()221 ctrlPointY = points->at(k + 3); in addCommand()229 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()234 ctrlPointY = currentY + points->at(k + 1); in addCommand()244 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()249 ctrlPointY = points->at(k + 1); in addCommand()257 ctrlPointY = currentY + points->at(k + 1); in addCommand()265 ctrlPointY = points->at(k + 1); in addCommand()[all …]
453 float ctrlPointY = current[3]; in addCommand() local469 ctrlPointY = currentSegmentStartY; in addCommand()565 ctrlPointY = currentY + val[k + 3]; in addCommand()576 ctrlPointY = val[k + 3]; in addCommand()584 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()591 ctrlPointY = currentY + val[k + 1]; in addCommand()601 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()606 ctrlPointY = val[k + 1]; in addCommand()613 ctrlPointY = currentY + val[k + 1]; in addCommand()620 ctrlPointY = val[k + 1]; in addCommand()[all …]