Searched refs:currentX (Results 1 – 5 of 5) sorted by relevance
29 float currentX = 0; member in android::uirenderer::PathResolver264 currentX = currentSegmentStartX; in addCommand()268 outPath->moveTo(currentX, currentY); in addCommand()303 currentX += points->at(k + 0); in addCommand()312 currentSegmentStartX = currentX; in addCommand()317 currentX = points->at(k + 0); in addCommand()326 currentSegmentStartX = currentX; in addCommand()332 currentX += points->at(k + 0); in addCommand()337 currentX = points->at(k + 0); in addCommand()342 currentX += points->at(k + 0); in addCommand()[all …]
365 float currentX = current[0]; in addCommand() local381 currentX = currentSegmentStartX; in addCommand()385 path.moveTo(currentX, currentY); in addCommand()420 currentX += val[k + 0]; in addCommand()429 currentSegmentStartX = currentX; in addCommand()434 currentX = val[k + 0]; in addCommand()443 currentSegmentStartX = currentX; in addCommand()449 currentX += val[k + 0]; in addCommand()454 currentX = val[k + 0]; in addCommand()459 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 …]
442 float currentX = getHistory(0)->getPointerById(id).getX(); in recentCoordinatesAreIdentical() local446 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()