Searched refs:currentX (Results 1 – 4 of 4) sorted by relevance
29 float currentX = 0; member in android::uirenderer::PathResolver113 currentX = currentSegmentStartX; in addCommand()117 outPath->moveTo(currentX, currentY); in addCommand()152 currentX += points->at(k + 0); in addCommand()161 currentSegmentStartX = currentX; in addCommand()166 currentX = points->at(k + 0); in addCommand()175 currentSegmentStartX = currentX; in addCommand()181 currentX += points->at(k + 0); in addCommand()186 currentX = points->at(k + 0); in addCommand()191 currentX += points->at(k + 0); in addCommand()[all …]
450 float currentX = current[0]; in addCommand() local466 currentX = currentSegmentStartX; in addCommand()470 path.moveTo(currentX, currentY); in addCommand()505 currentX += val[k + 0]; in addCommand()515 currentSegmentStartX = currentX; in addCommand()520 currentX = val[k + 0]; in addCommand()530 currentSegmentStartX = currentX; in addCommand()536 currentX += val[k + 0]; in addCommand()541 currentX = val[k + 0]; in addCommand()546 currentX += val[k + 0]; in addCommand()[all …]
473 float currentX = getHistory(0)->getPointerById(id).getX(); in recentCoordinatesAreIdentical() local477 if (currentX == previousX && currentY == previousY) { in recentCoordinatesAreIdentical()
462 final float currentX = handleView.getHorizontal(layout, currentOffset); in locateHandlePointsTextIndex() local465 TextCoordinates.convertToScreenCoordinates(mTextView, currentX, currentY); in locateHandlePointsTextIndex()