Searched refs:currentX (Results 1 – 5 of 5) 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 …]
366 float currentX = current[0]; in addCommand() local382 currentX = currentSegmentStartX; in addCommand()386 path.moveTo(currentX, currentY); in addCommand()421 currentX += val[k + 0]; in addCommand()430 currentSegmentStartX = currentX; in addCommand()435 currentX = val[k + 0]; in addCommand()444 currentSegmentStartX = currentX; in addCommand()450 currentX += val[k + 0]; in addCommand()455 currentX = val[k + 0]; in addCommand()460 currentX += val[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 …]
440 float currentX = getHistory(0)->getPointerById(id).getX(); in recentCoordinatesAreIdentical() local444 if (currentX == previousX && currentY == previousY) { in recentCoordinatesAreIdentical()
461 final float currentX = handleView.getHorizontal(layout, currentOffset); in locateHandlePointsTextIndex() local464 TextCoordinates.convertToScreenCoordinates(mTextView, currentX, currentY); in locateHandlePointsTextIndex()