HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1526 - 1550 of 4231) sorted by null

<<61626364656667686970>>

  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
CardBoundsWatchFaceService.java 94 mCardBounds.right + BORDER_WIDTH_PX,
  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp 112 void PyramidShort::BorderSpread(PyramidShort *pyr, int left, int right,
118 if (left || right) {
120 off2 = pyr->width + off + pyr->border - right - 1;
129 for (w = right; w--;)
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
CardBoundsWatchFaceService.java 94 mCardBounds.right + BORDER_WIDTH_PX,
  /external/chromium_org/athena/wm/
split_view_controller.h 49 // Activates split-view mode with |left| and |right| windows. If |left| and/or
50 // |right| is NULL, then the first window in the window-list (which is neither
51 // |left| nor |right|) is selected instead. |to_activate| indicates which of
52 // |left| or |right| should be activated. If |to_activate| is NULL, the
56 aura::Window* right,
68 // Returns the bounds of the left and right parts of the |container_| based
135 // Windows for the left and right activities shown in SCROLLING and ACTIVE
window_manager_impl.h 71 aura::Window* right,
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 174 int left, top, right, bottom; local
175 tiler_->ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom);
179 for (int i = left; i <= right; ++i) {
210 for (int i = left; i <= right; ++i) {
  /external/chromium_org/cc/quads/
draw_quad.h 111 // Is the right edge of this tile aligned with the originating layer's
112 // right edge?
114 return rect.right() == shared_quad_state->content_bounds.width();
  /external/chromium_org/cc/resources/
layer_tiling_data.h 85 int* right,
  /external/chromium_org/chrome/browser/resources/chromeos/login/
network_dropdown.css 19 background-position: center right;
143 right: 0;
  /external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc 95 web_contents_bounds_.right() - size.width() : web_contents_bounds_.x();
  /external/chromium_org/ppapi/cpp/
rect.h 221 /// <code>for (int32_t x = rect.x(); x < rect.right(); ++x) {}</code>
224 int32_t right() const { function in class:pp::Rect
277 /// @param[in] right An int32_t value representing a right
281 void Inset(int32_t left, int32_t top, int32_t right, int32_t bottom);
606 /// <code>for (float x = rect.x(); x < rect.right(); ++x) {}</code>
609 float right() const { function in class:pp::FloatRect
662 /// @param[in] right An float value representing a right
666 void Inset(float left, float top, float right, float bottom)
    [all...]
  /external/chromium_org/printing/
printed_document_win.cc 29 Rectangle(context, rect.x(), rect.y(), rect.right(), rect.bottom());
62 // Setup the matrix to translate and scale to the right place. Take in
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
RangeInputType.cpp 206 else if (key == "Right")
365 size_t right = m_tickMarkValues.size(); local
368 ASSERT(left <= right);
369 middle = left + (right - left) / 2;
382 right = middle;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
tabbedPane.css 118 margin-right: 1px;
152 right: 0;
  /external/chromium_org/third_party/WebKit/Source/platform/
LengthBox.h 71 const Length& right() const { return m_right; } function in class:blink::LengthBox
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 98 m_size.expand(box.left() + box.right(), box.top() + box.bottom());
105 m_size.shrink(box.left() + box.right(), box.top() + box.bottom());
141 // Equivalent to checking if the rect contains a 1x1 rect below and to the right of (px,py).
223 inline IntRect pixelSnappedIntRectFromEdges(LayoutUnit left, LayoutUnit top, LayoutUnit right, LayoutUnit bottom)
225 return IntRect(left.round(), top.round(), snapSizeToPixel(right - left, left), snapSizeToPixel(bottom - top, top));
  /external/chromium_org/third_party/icu/source/i18n/
hebrwcal.h 183 * @param right the object to be copied.
186 HebrewCalendar& operator=(const HebrewCalendar& right);
rbt_rule.cpp 53 * @param anchorEnd TRUE if the rule is anchored on the right to the
264 * right. The characters of r1 must equal (or be a superset
294 int32_t right = len - left; local
302 if (left == left2 && right == right2 &&
312 (right < right2 ||
313 (right == right2 && keyLength <= r2.keyLength)) &&
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp 45 double right = line[1].x; local
46 flipped = left > right;
48 SkTSwap<double>(left, right);
50 result = horizontalIntersect(quad, left, right, line[0].y, flipped, intersections);
  /external/chromium_org/third_party/skia/gm/
colorfilters.cpp 16 { bounds.right(), bounds.bottom() },
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_native_opengl2.cc 218 const float right,
226 if (stream && stream->Init(zOrder, left, top, right, bottom) == 0)
286 const float right,
376 if (_openGLRenderer.SetCoordinates(zOrder, left, top, right, bottom) != 0) {
  /external/chromium_org/ui/app_list/views/
search_result_view.cc 32 // Extra margin at the right of the rightmost action icon.
155 (rect.right() - kActionButtonRightMargin - icon_bounds.right()) / 2;
160 actions_bounds.set_x(rect.right() - kActionButtonRightMargin - actions_width);
167 rect.right() - kActionButtonRightMargin - progress_width,
speech_view_unittest.cc 73 // Simulate a mouse click in the bottom right-hand corner of the
76 gfx::Point bottom_right(screen_bounds.right() - 1,
  /external/chromium_org/ui/file_manager/video_player/css/
video_player.css 126 right: 0;
173 padding-right: 35px;
  /external/chromium_org/ui/gfx/
path_win.cc 20 ::SetRectRgn(temp, rect.left(), rect.top(), rect.right(), rect.bottom());

Completed in 702 milliseconds

<<61626364656667686970>>