Home
last modified time | relevance | path

Searched refs:left_x (Results 1 – 7 of 7) sorted by relevance

/external/pixman/pixman/
Dpixman-gradient-walker.c38 walker->left_x = 0; in _pixman_gradient_walker_init()
57 int32_t x, left_x, right_x; in gradient_walker_reset() local
86 left_x = stops[n - 1].x; in gradient_walker_reset()
94 left_x += (pos - x); in gradient_walker_reset()
105 right_x = 0x10000 - left_x; in gradient_walker_reset()
106 left_x = tmp_x; in gradient_walker_reset()
114 left_x += (pos - x); in gradient_walker_reset()
140 lx = left_x * (1.0f/65536.0f); in gradient_walker_reset()
143 if (FLOAT_IS_ZERO (rx - lx) || left_x == INT32_MIN || right_x == INT32_MAX) in gradient_walker_reset()
166 walker->left_x = left_x; in gradient_walker_reset()
[all …]
Dpixman-private.h326 pixman_fixed_t left_x; member
/external/chromium_org/ui/app_list/
Dapp_list_folder_item.cc144 int left_x = icon_center.x() - kItemIconDimension - delta_to_center; in GetTopIconsBounds() local
146 gfx::Rect top_left(left_x, top_y, kItemIconDimension, kItemIconDimension); in GetTopIconsBounds()
157 left_x, bottom_y, kItemIconDimension, kItemIconDimension); in GetTopIconsBounds()
/external/chromium_org/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.cc341 int left_x = x - kContentEdgeShadowThickness; in PaintToolbarBackground() local
374 canvas->DrawImageInt(*toolbar_left_mask, left_x, y, paint); in PaintToolbarBackground()
382 canvas->DrawImageInt(*toolbar_left, left_x, y); in PaintToolbarBackground()
385 canvas->TileImageInt(*toolbar_center, left_x + toolbar_left->width(), y, in PaintToolbarBackground()
386 right_x - (left_x + toolbar_left->width()), toolbar_center->height()); in PaintToolbarBackground()
Dopaque_browser_frame_view.cc697 int left_x = x - kContentEdgeShadowThickness; in PaintToolbarBackground() local
699 split_point, left_x, y, toolbar_left_mask->width(), in PaintToolbarBackground()
703 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y, in PaintToolbarBackground()
719 left_x, y, toolbar_left->width(), split_point, false); in PaintToolbarBackground()
722 bottom_edge_height, left_x, bottom_y, toolbar_left->width(), in PaintToolbarBackground()
727 canvas->TileImageInt(*toolbar_center, 0, 0, left_x + toolbar_left->width(), in PaintToolbarBackground()
728 y, right_x - (left_x + toolbar_left->width()), in PaintToolbarBackground()
/external/opencv/cv/src/
Dcvrotcalipers.cpp112 float left_x, right_x, top_y, bottom_y; in icvRotatingCalipers() local
115 left_x = right_x = pt0.x; in icvRotatingCalipers()
122 if( pt0.x < left_x ) in icvRotatingCalipers()
123 left_x = pt0.x, left = i; in icvRotatingCalipers()
/external/chromium_org/ppapi/examples/ime/
Dime.cc149 int left_x = font_.MeasureSimpleText( in PaintOn() local
153 FillRect(image, offset + left_x, area_.y(), right_x - left_x, in PaintOn()
173 int left_x = font_.MeasureSimpleText( in PaintOn() local
177 FillRect(image, offset + left_x, area_.y(), right_x - left_x, in PaintOn()