Searched refs:horizontalOffset (Results 1 – 3 of 3) sorted by relevance
400 …float horizontalOffset = point.x(); // The floating point offset of the left side of the current g… in drawGlyphsWin() local401 …int lastHorizontalOffsetRounded = lroundf(horizontalOffset); // The rounded offset of the left sid… in drawGlyphsWin()411 horizontalOffset += glyphBuffer.advanceAt(from + glyphIndex); in drawGlyphsWin()412 advances[i] = lroundf(horizontalOffset) - lastHorizontalOffsetRounded; in drawGlyphsWin()431 …success = painter.drawGlyphs(curLen, &glyphs[0], &advances[0], horizontalOffset - point.x() - curr… in drawGlyphsWin()
560 $('toplevel-page-container').horizontalOffset = sidebarWidth +565 $(containerId).horizontalOffset = sidebarWidth;567 $('subpage-backdrop').horizontalOffset = sidebarWidth;625 subpageBackdrop.style.left = subpageBackdrop.horizontalOffset -649 e.style.right = e.horizontalOffset + 'px';651 e.style.left = e.horizontalOffset - document.body.scrollLeft + 'px';
368 int horizontalOffset = offset.x(); in setScrollOffset() local371 horizontalOffset = max(min(horizontalOffset, contentsWidth() - visibleWidth()), 0); in setScrollOffset()376 newOffset.setWidth(horizontalOffset - m_scrollOrigin.x()); in setScrollOffset()