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

  /external/pixman/pixman/
pixman-gradient-walker.c 38 walker->left_x = 0;
57 int32_t x, left_x, right_x; local
86 left_x = stops[n - 1].x;
94 left_x += (pos - x);
105 right_x = 0x10000 - left_x;
106 left_x = tmp_x;
114 left_x += (pos - x);
140 lx = left_x * (1.0f/65536.0f);
143 if (FLOAT_IS_ZERO (rx - lx) || left_x == INT32_MIN || right_x == INT32_MAX)
166 walker->left_x = left_x
    [all...]
pixman-private.h 326 pixman_fixed_t left_x; member in struct:__anon32562
    [all...]
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 145 int left_x = icon_center.x() - kItemIconDimension - delta_to_center; local
147 gfx::Rect top_left(left_x, top_y, kItemIconDimension, kItemIconDimension);
158 left_x, bottom_y, kItemIconDimension, kItemIconDimension);
  /external/opencv/cv/src/
cvrotcalipers.cpp 112 float left_x, right_x, top_y, bottom_y; local
115 left_x = right_x = pt0.x;
122 if( pt0.x < left_x )
123 left_x = pt0.x, left = i;
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 332 int left_x = x - kContentEdgeShadowThickness; local
365 canvas->DrawImageInt(*toolbar_left_mask, left_x, y, paint);
373 canvas->DrawImageInt(*toolbar_left, left_x, y);
376 canvas->TileImageInt(*toolbar_center, left_x + toolbar_left->width(), y,
377 right_x - (left_x + toolbar_left->width()), toolbar_center->height());
opaque_browser_frame_view.cc 692 int left_x = x - kContentEdgeShadowThickness; local
694 split_point, left_x, y, toolbar_left_mask->width(),
698 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y,
714 left_x, y, toolbar_left->width(), split_point, false);
717 bottom_edge_height, left_x, bottom_y, toolbar_left->width(),
722 canvas->TileImageInt(*toolbar_center, 0, 0, left_x + toolbar_left->width(),
723 y, right_x - (left_x + toolbar_left->width()),
    [all...]
  /external/chromium_org/ppapi/examples/ime/
ime.cc 149 int left_x = font_.MeasureSimpleText( local
153 FillRect(image, offset + left_x, area_.y(), right_x - left_x,
173 int left_x = font_.MeasureSimpleText( local
177 FillRect(image, offset + left_x, area_.y(), right_x - left_x,
  /system/core/libpixelflinger/
trap.cpp 734 int left_x = left->x; local
745 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin);
747 left_x += left_xi;
    [all...]

Completed in 1314 milliseconds