Searched refs:lastX (Results 1 – 8 of 8) sorted by relevance
147 var lastX = x[currentRow];150 …lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * i…184 var lastX = x[currentRow];188 …lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) *…
48 private int lastX; field in AndroidInput421 lastX = -1; in generateEvents()431 lastX = -1; in generateEvents()438 if (lastX != -1) { in generateEvents()439 dx = newX - lastX; in generateEvents()448 lastX = newX; in generateEvents()
258 … int lastX = controller.offsetX() - (controller.rtl() ? -controller.width() : controller.width()); in glyphIndexForXPositionInScriptRun() local262 if (std::min(nextX, lastX) <= targetX && targetX <= std::max(nextX, lastX)) in glyphIndexForXPositionInScriptRun()264 lastX = nextX; in glyphIndexForXPositionInScriptRun()
73 CGFloat lastX = 0; in overrideLayoutOperation() local84 complexTextRun->m_advancesVector.uncheckedAppend(CGSizeMake(x - lastX, 0)); in overrideLayoutOperation()85 lastX = x; in overrideLayoutOperation()89 …n->m_advancesVector.uncheckedAppend(CGSizeMake(FixedToFloat(layoutRecords[j].realPos) - lastX, 0)); in overrideLayoutOperation()
245 int lastX = 0; in enclosingParentRects() local257 if (count == 0 || rect.x() != lastX) { in enclosingParentRects()259 lastX = rect.x(); in enclosingParentRects()
231 le_int32 lastX = line->getWidth(); in draw() local233 x = (fWidth - lastX - MARGIN); in draw()
331 le_int32 lastX = pl_getLineWidth(line); in pf_draw() local333 x = (obj->fWidth - lastX - MARGIN); in pf_draw()
481 Long lastX, lastY; member1491 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY, in Line_To()1497 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY, in Line_To()1506 ras.lastX = x; in Line_To()1547 ras.arc[2].x = ras.lastX; in Conic_To()1619 ras.lastX = x3; in Conic_To()1669 ras.arc[3].x = ras.lastX; in Cubic_To()1754 ras.lastX = x4; in Cubic_To()1866 ras.lastX = v_start.x; in Decompose_Curve()