Home
last modified time | relevance | path

Searched refs:start_x (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.cc265 int start_x = left + tl_width; in Paint() local
266 int before_arrow = arrow_offset - start_x - top_arrow_->width() / 2; in Paint()
271 start_x + before_arrow + top_arrow_->width() / 2, in Paint()
279 start_x, in Paint()
323 int start_x = left + bl_width; in Paint() local
324 int before_arrow = arrow_offset - start_x - bottom_arrow_->width() / 2; in Paint()
329 start_x + before_arrow + bottom_arrow_->width() / 2, in Paint()
337 start_x, in Paint()
355 int start_x, in DrawEdgeWithArrow() argument
372 canvas->TileImageInt(*edge, start_x, start_y, in DrawEdgeWithArrow()
[all …]
Dbubble_border.h118 int start_x,
/external/qemu/distrib/jpeg-6b/
Djdapistd.c213 int *start_x, int *start_y, int *width, int *height) in jpeg_init_read_tile_scanline() argument
219 int col_left_boundary = ((*start_x / lines_per_iMCU_col) in jpeg_init_read_tile_scanline()
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col); in jpeg_init_read_tile_scanline()
225 *start_x / lines_per_iMCU_col - col_left_boundary; in jpeg_init_read_tile_scanline()
228 *start_x = col_left_boundary * lines_per_iMCU_col; in jpeg_init_read_tile_scanline()
Djpeglib.h1053 int *start_x, int *start_y,
/external/jpeg/
Djdapistd.c213 int *start_x, int *start_y, int *width, int *height) in jpeg_init_read_tile_scanline() argument
219 int col_left_boundary = ((*start_x / lines_per_iMCU_col) in jpeg_init_read_tile_scanline()
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col); in jpeg_init_read_tile_scanline()
225 *start_x / lines_per_iMCU_col - col_left_boundary; in jpeg_init_read_tile_scanline()
228 *start_x = col_left_boundary * lines_per_iMCU_col; in jpeg_init_read_tile_scanline()
Djpeglib.h1053 int *start_x, int *start_y,
/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_view.cc192 int start_x = kHorizontalPadding; in Layout() local
195 icon_->SetBounds(start_x, OffsetY(icon_size), icon_size.width(), in Layout()
200 close_button_->SetBounds(std::max(start_x + ContentMinimumWidth(), in Layout()
/external/llvm/test/CodeGen/X86/
Dmmx-s2v.ll4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) {; <label>:0
Dvfcmp.ll5 define void @t2(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
D2008-07-23-VSetCC.ll4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
/external/chromium/chrome/browser/ui/gtk/notifications/
Dballoon_view_gtk.cc165 int start_x; in RepositionToBalloon() local
169 gtk_window_get_position(GTK_WINDOW(frame_container_), &start_x, &start_y); in RepositionToBalloon()
177 anim_frame_start_ = gfx::Rect(start_x, start_y, start_w, start_h); in RepositionToBalloon()
/external/llvm/test/Transforms/InstCombine/
D2008-09-02-VectorCrash.ll3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
/external/skia/bench/
Dbench_graph_svg.py173 def create_regressions(lines, start_x, end_x): argument
181 regression_line = [p for p in line if start_x <= p[0] <= end_x]
/external/chromium/chrome/browser/ui/gtk/
Dgtk_theme_service.cc1135 double start_x = 0.5 + widget->allocation.x; in OnSeparatorExpose() local
1138 cairo_move_to(cr, start_x, widget->allocation.y); in OnSeparatorExpose()
1139 cairo_line_to(cr, start_x, in OnSeparatorExpose()
/external/opencv/cv/src/
DmycvHaarDetectObjects.cpp1166 int start_x = 0, start_y = 0; in mycvHaarDetectObjects() local
1208 start_x = cvRound(scan_roi_rect.x / ystep); in mycvHaarDetectObjects()
1226 for( _ix = start_x; _ix < end_x; _ix += _xstep ) in mycvHaarDetectObjects()
Dcvhaar.cpp1134 int start_x = 0, start_y = 0; in cvHaarDetectObjects() local
1176 start_x = cvRound(scan_roi_rect.x / ystep); in cvHaarDetectObjects()
1194 for( _ix = start_x; _ix < end_x; _ix += _xstep ) in cvHaarDetectObjects()
/external/freetype/src/cff/
Dcffgload.c1845 FT_Pos start_x, start_y; /* record start x, y values for */ in cff_decoder_parse_charstrings() local
1861 start_x = x; in cff_decoder_parse_charstrings()
1902 x = start_x; in cff_decoder_parse_charstrings()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc939 int start_x, start_y, end_x, end_y; in WebkitMouseDrag() local
940 if (!args->GetInteger("start_x", &start_x) || in WebkitMouseDrag()
951 mouse_event.x = start_x; in WebkitMouseDrag()