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

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 265 int start_x = left + tl_width; local
266 int before_arrow = arrow_offset - start_x - top_arrow_->width() / 2;
271 start_x + before_arrow + top_arrow_->width() / 2,
279 start_x,
323 int start_x = left + bl_width; local
324 int before_arrow = arrow_offset - start_x - bottom_arrow_->width() / 2;
329 start_x + before_arrow + bottom_arrow_->width() / 2,
337 start_x,
355 int start_x,
361 * start_x
    [all...]
bubble_border.h 118 int start_x,
  /device/samsung/crespo/include/
s5p_fimc.h 118 unsigned int start_x; // Source Image Start width offset member in struct:__anon1414
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 123 int start_x, int start_y, int width, int height,
BitmapRegionDecoder.java 249 int start_x, int start_y, int width, int height,
  /device/samsung/crespo/libhwcomposer/
SecHWCUtils.cpp 232 crop.c.left = src->start_x;
319 sFormat.fmt.win.w.left = dst->start_x;
325 dst->start_x, dst->start_y, dst->width, dst->height);
633 params->src.start_x = src_rect->x;
645 params->src.start_x, params->src.start_y, params->src.width,
656 params->dst.start_x = dst_rect->x;
667 params->dst.start_x = dst_rect->y;
682 params->dst.start_x = dst_img->w - (dst_rect->x + dst_rect->w);
693 params->dst.start_x = dst_img->h - (dst_rect->y + dst_rect->h);
714 params->dst.start_x, params->dst.start_y, params->dst.width
    [all...]
  /external/jpeg/
jdapistd.c 205 * and its upper-left corner located at (start_x, start_y).
206 * Align start_x and start_y to multiplies of iMCU width and height, respectively.
208 * (start_x, start_y) and (width, height), respectively.
213 int *start_x, int *start_y, int *width, int *height)
219 int col_left_boundary = ((*start_x / lines_per_iMCU_col)
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col);
225 *start_x / lines_per_iMCU_col - col_left_boundary;
228 *start_x = col_left_boundary * lines_per_iMCU_col;
jpeglib.h     [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 183 int start_x, int start_y, int width, int height, jobject options) {
218 region.fLeft = start_x;
220 region.fRight = start_x + width;
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc 192 int start_x = kHorizontalPadding; local
195 icon_->SetBounds(start_x, OffsetY(icon_size), icon_size.width(),
200 close_button_->SetBounds(std::max(start_x + ContentMinimumWidth(),
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 165 int start_x; local
169 gtk_window_get_position(GTK_WINDOW(frame_container_), &start_x, &start_y); local
177 anim_frame_start_ = gfx::Rect(start_x, start_y, start_w, start_h);
  /bootable/bootloader/legacy/include/msm7k/
mddi.h 185 unsigned short start_x; member in struct:mddi_video_stream
  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 252 vs->start_x = 0;
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 1135 double start_x = 0.5 + widget->allocation.x; local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1851 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1166 int start_x = 0, start_y = 0; local
    [all...]
cvhaar.cpp 1134 int start_x = 0, start_y = 0; local
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 939 int start_x, start_y, end_x, end_y; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 4726 int start_x = contentToViewDimension(handles[0]); local
    [all...]

Completed in 548 milliseconds