Searched defs:start_x (Results 1 - 11 of 11) sorted by relevance

/external/jpeg/
H A Djdapistd.c205 * 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;
212 jpeg_init_read_tile_scanline(j_decompress_ptr cinfo, huffman_index *index, int *start_x, int *start_y, int *width, int *height) argument
/external/qemu/distrib/jpeg-6b/
H A Djdapistd.c205 * 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;
212 jpeg_init_read_tile_scanline(j_decompress_ptr cinfo, huffman_index *index, int *start_x, int *start_y, int *width, int *height) argument
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.cc265 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
351 DrawEdgeWithArrow(gfx::Canvas* canvas, bool is_horizontal, SkBitmap* edge, SkBitmap* arrow, int start_x, int start_y, int before_arrow, int after_arrow, int offset) const argument
[all...]
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc192 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/
H A Dballoon_view_gtk.cc165 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);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc1135 double start_x = 0.5 + widget->allocation.x; local
1138 cairo_move_to(cr, start_x, widget->allocation.y);
1139 cairo_line_to(cr, start_x,
/external/freetype/src/cff/
H A Dcffgload.c1845 FT_Pos start_x, start_y; /* record start x, y values for */ local
1861 start_x = x;
1902 x = start_x;
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp1166 int start_x = 0, start_y = 0; local
1208 start_x = cvRound(scan_roi_rect.x / ystep);
1226 for( _ix = start_x; _ix < end_x; _ix += _xstep )
H A Dcvhaar.cpp1134 int start_x = 0, start_y = 0; local
1176 start_x = cvRound(scan_roi_rect.x / ystep);
1194 for( _ix = start_x; _ix < end_x; _ix += _xstep )
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc939 int start_x, start_y, end_x, end_y; local
940 if (!args->GetInteger("start_x", &start_x) ||
951 mouse_event.x = start_x;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 292 milliseconds