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

  /external/pixman/pixman/
pixman-gradient-walker.c 39 walker->right_x = 0x10000;
57 int32_t x, left_x, right_x; local
89 right_x = stops[n].x;
95 right_x += (pos - x);
104 tmp_x = 0x10000 - right_x;
105 right_x = 0x10000 - left_x;
115 right_x += (pos - x);
141 rx = right_x * (1.0f/65536.0f);
143 if (FLOAT_IS_ZERO (rx - lx) || left_x == INT32_MIN || right_x == INT32_MAX)
167 walker->right_x = right_x
    [all...]
pixman-private.h 327 pixman_fixed_t right_x; member in struct:__anon33448
    [all...]
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 150 int right_x = icon_center.x() + delta_to_center; local
151 gfx::Rect top_right(right_x, top_y, kItemIconDimension, kItemIconDimension);
162 right_x, bottom_y, kItemIconDimension, kItemIconDimension);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 271 int right_x = x + max_width; local
278 // vertically stack the ellipsis by restricting the end edge (right_x).
300 right_x = x + std::min(remaining_width - prefix_width,
302 prefix_x = right_x;
315 right_x = x + std::min(remaining_width, start_offset + max_width);
332 mirroring_context_->mirrored_left_coord(x, right_x), y,
333 right_x - x, height()));
335 return right_x;
  /external/opencv/cv/src/
cvrotcalipers.cpp 112 float left_x, right_x, top_y, bottom_y; local
115 left_x = right_x = pt0.x;
125 if( pt0.x > right_x )
126 right_x = pt0.x, right = i;
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 377 int right_x = local
379 canvas->DrawImageInt(*toolbar_right_mask, right_x, y, paint);
386 right_x - (left_x + toolbar_left->width()), toolbar_center->height());
390 right_x, y);
opaque_browser_frame_view.cc 707 int right_x = local
710 split_point, right_x, y, toolbar_right_mask->width(),
714 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y,
728 y, right_x - (left_x + toolbar_left->width()),
734 split_point, right_x, y, toolbar_right->width(), split_point, false);
737 bottom_edge_height, right_x, bottom_y, toolbar_right->width(),
    [all...]
  /external/chromium_org/ppapi/examples/ime/
ime.cc 151 int right_x = font_.MeasureSimpleText( local
153 FillRect(image, offset + left_x, area_.y(), right_x - left_x,
175 int right_x = font_.MeasureSimpleText( local
177 FillRect(image, offset + left_x, area_.y(), right_x - left_x,
  /system/core/libpixelflinger/
trap.cpp 735 int right_x = right->x; local
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax);
748 right_x += right_xi;
    [all...]

Completed in 284 milliseconds