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

  /external/skia/src/core/
SkBlitter_ARGB32_Subpixel.cpp 64 const int rightOffset = lcdMode && clip.fRight < device.width();
71 *widthAdjustment = leftOffset + rightOffset;
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 339 int rightOffset = layoutAndGetRightOffset();
351 // Use popupInitialCoordinate.x() + rightOffset because RTL position
353 widgetRect = chromeClient->windowToScreen(IntRect(popupInitialCoordinate.x() + rightOffset, popupInitialCoordinate.y(), targetSize.width(), targetSize.height()));
449 int rightOffset = 0;
453 rightOffset = popupWidth - listBoxWidth;
457 return rightOffset;
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 517 return UNSAFE.compareAndSwapObject(this, rightOffset, cmp, val);
555 private static final long rightOffset =
    [all...]

Completed in 450 milliseconds