HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1926 - 1950 of 2429) sorted by null

<<71727374757677787980>>

  /external/chromium_org/extensions/renderer/resources/
messaging.js 230 // the right extension.
237 // the right event.
  /external/chromium_org/media/filters/
skcanvas_video_renderer.cc 308 dest.set(dest_rect.x(), dest_rect.y(), dest_rect.right(), dest_rect.bottom());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 77 // very thick and the shadow wouldn't account for this. The "right"
272 glyphBounds->setRight(std::max<int>(0, ceilf(shaper.glyphBoundingBox().right() - shaper.totalWidth())));
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp 325 // rightHandSide is the right hand side of the equation.
633 float right; local
635 right = (LayoutUnit::max() / 2).toFloat();
637 right = clampEdgeValue(ceilf(mappedQuadBounds.maxX()));
645 return LayoutRect(LayoutUnit::clamp(left), LayoutUnit::clamp(top), LayoutUnit::clamp(right - left), LayoutUnit::clamp(bottom - top));
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 98 # Returns the result of right shifting o1 by o2 on success, or
182 # Returns the result of right shifting o1 by o2 on success, or
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h     [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
GDIFontInstance.cpp 65 clip.right = width;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
loopfilter_sse2.asm 215 psraw xmm5, 11 ; sign extended shift right by 3
218 psraw xmm2, 11 ; sign extended shift right by 3
221 psraw xmm0, 11 ; sign extended shift right by 3
223 psraw xmm1, 11 ; sign extended shift right by 3
434 psraw xmm7, 11 ; sign extended shift right by 3
436 psraw xmm5, 11 ; sign extended shift right by 3
440 psraw xmm4, 11 ; sign extended shift right by 3
443 psraw xmm2, 11 ; sign extended shift right by 3
    [all...]
postproc_sse2.asm 165 ; dup the last byte into the right border
507 ; dup the last byte into the right border
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 291 uint16 right; member in struct:_NPRect
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_S16_Sfs_s.S 266 RSB diff,diff,#0 @ to use VRSHL for right shift by a variable
  /external/chromium_org/third_party/skia/gm/
dashing.cpp 116 path->lineTo(bounds.right(), bounds.bottom());
  /external/chromium_org/third_party/skia/include/core/
SkPath.h 617 * @param right The right side of a rectangle to add as a closed contour
624 void addRect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom,
672 * two radius values [X, Y]. The corners are ordered top-left, top-right,
673 * bottom-right, bottom-left.
    [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 75 pack $w.sb -side right -fill y
77 pack $w.t -side right -fill both -expand 1
106 bind Sqlitecon <Right> {sqlitecon::Right %W}
107 bind Sqlitecon <Control-f> {sqlitecon::Right %W}
165 # Move the cursor one character to the right
167 proc sqlitecon::Right {w} {
171 # Erase the character to the right of the cursor
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast_neon.S 60 @ Direct program flow to the right channel.
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc     [all...]
  /external/chromium_org/tools/perf/page_sets/
top_25.py 500 url='http://www.weather.com/weather/right-now/Mountain+View+CA+94043',
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_interpreter_libevdev_cros.cc 43 hwprops.right = Event_Get_Right(evdev);
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 561 // Tiles in the viewport and also some distance on the left and right.
957 // The columns to the right cover the entire viewport width, so there is no
959 // No point in restarting the entire layout, keep the columns to the right.
972 * Gets the index of the tile to the left or to the right from the given tile.
975 * @param {number} direction -1 for left, 1 for right.
    [all...]
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 73 direction == CURSOR_LEFT ? "left" : "right", static_cast<int>(i)));
676 // to right.
    [all...]
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 460 } else if (GetMirroredXInView(event.x()) > thumb_bounds.right()) {
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 130 // SelectTab also sets the right tab color.
201 x = child_at(i)->bounds().right();
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 44 button->SetBounds(row_bounds->right(), row_bounds->y(),
  /external/chromium_org/v8/benchmarks/spinning-balls/
v.js 127 right: GeneratePayloadTree(depth - 1, tag)
436 table.setAttribute("style", "margin-left: auto; margin-right: auto;");

Completed in 794 milliseconds

<<71727374757677787980>>