Searched refs:right_x (Results 1 - 8 of 8) sorted by relevance

/external/pixman/pixman/
H A Dpixman-gradient-walker.c39 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
[all...]
H A Dpixman-private.h327 pixman_fixed_t right_x; member in struct:__anon28844
/external/chromium_org/ui/app_list/
H A Dapp_list_folder_item.cc150 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/
H A Domnibox_result_view.cc271 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/
H A Dcvrotcalipers.cpp112 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/
H A Dglass_browser_frame_view.cc377 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);
H A Dopaque_browser_frame_view.cc707 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(),
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc151 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,

Completed in 3488 milliseconds