HomeSort by relevance Sort by last modified time
    Searched refs:horizontalOffset (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 400 float horizontalOffset = point.x(); // The floating point offset of the left side of the current glyph.
401 int lastHorizontalOffsetRounded = lroundf(horizontalOffset); // The rounded offset of the left side of the last glyph rendered.
411 horizontalOffset += glyphBuffer.advanceAt(from + glyphIndex);
412 advances[i] = lroundf(horizontalOffset) - lastHorizontalOffsetRounded;
431 success = painter.drawGlyphs(curLen, &glyphs[0], &advances[0], horizontalOffset - point.x() - currentWidth);
  /frameworks/base/core/java/android/widget/
StackView.java 534 if ((lp.horizontalOffset == 0 && lp.verticalOffset == 0) ||
    [all...]
Spinner.java 189 final int horizontalOffset = a.getDimensionPixelOffset(
191 if (horizontalOffset != 0) {
192 popup.setHorizontalOffset(horizontalOffset);
    [all...]
RelativeLayout.java 612 final int horizontalOffset = contentBounds.left - left;
614 if (horizontalOffset != 0 || verticalOffset != 0) {
620 params.mLeft += horizontalOffset;
621 params.mRight += horizontalOffset;
    [all...]
TextView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerICS.java 178 final int horizontalOffset = a.getDimensionPixelOffset(
180 if (horizontalOffset != 0) {
181 popup.setHorizontalOffset(horizontalOffset);
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 379 int horizontalOffset = offset.x();
382 horizontalOffset = max(min(horizontalOffset, contentsWidth() - visibleWidth()), 0);
387 newOffset.setWidth(horizontalOffset - m_scrollOrigin.x());
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 158 milliseconds