Searched refs:xIndex (Results 1 – 2 of 2) sorted by relevance
128 int xIndex = taskLayoutIndex % tasksPerLine; in TaskGridRectInfo()131 emptySpaceX / 2 + mPaddingLeftRight + (taskWidth + mPaddingTaskView) * xIndex; in TaskGridRectInfo()
441 const size_t xIndex = i*2; in onDrawTextBlob() local442 const size_t yIndex = xIndex + 1; in onDrawTextBlob()443 pts[i].set(x + offset.x() + it.pos()[xIndex], y + offset.y() + it.pos()[yIndex]); in onDrawTextBlob()