HomeSort by relevance Sort by last modified time
    Searched defs:top_y (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 145 int top_y = icon_center.y() - kItemIconDimension - delta_to_center; local
146 gfx::Rect top_left(left_x, top_y, kItemIconDimension, kItemIconDimension);
151 gfx::Rect top_right(right_x, top_y, kItemIconDimension, kItemIconDimension);
  /external/libyuv/files/source/
planar_functions.cc 1306 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
planar_functions.cc 1669 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
    [all...]
  /external/chromium_org/third_party/libyuv/source/
planar_functions.cc 1669 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
    [all...]
  /external/opencv/cv/src/
cvrotcalipers.cpp 112 float left_x, right_x, top_y, bottom_y; local
116 top_y = bottom_y = pt0.y;
128 if( pt0.y > top_y )
129 top_y = pt0.y, top = i;

Completed in 842 milliseconds