Searched refs:deltaRight (Results 1 – 4 of 4) sorted by relevance
1004 var deltaRight = Math.abs(CaretBrowsing.targetX - rect.right);1005 if (bestDelta == null || deltaRight < bestDelta) {1008 bestDelta = deltaRight;1016 deltaRight > bestDelta) {1114 var deltaRight = Math.abs(CaretBrowsing.targetX - rect.right);1115 if ((bestDelta == null || deltaRight < bestDelta) &&1119 bestDelta = deltaRight;1127 deltaRight > bestDelta) {
435 int deltaRight = opaqueRect.fRight - rect.fRight; in markRectAsNonOpaque() local447 if (deltaLeft > deltaRight) in markRectAsNonOpaque()
268 var deltaRight = 0.5*(parseFloat(key.style.width) + pitch)272 var high = Math.ceil(left + deltaRight) + ERROR_THRESH;
1388 LayoutUnit deltaRight = newBounds.maxX() - oldBounds.maxX(); in incrementallyInvalidatePaint() local1389 if (deltaRight > 0) in incrementallyInvalidatePaint()1390 …aintInvalidationContainer, LayoutRect(oldBounds.maxX(), newBounds.y(), deltaRight, newBounds.heigh… in incrementallyInvalidatePaint()1391 else if (deltaRight < 0) in incrementallyInvalidatePaint()1392 …intInvalidationContainer, LayoutRect(newBounds.maxX(), oldBounds.y(), -deltaRight, oldBounds.heigh… in incrementallyInvalidatePaint()