/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble_border.cc | 265 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 …]
|
D | bubble_border.h | 118 int start_x,
|
/external/qemu/distrib/jpeg-6b/ |
D | jdapistd.c | 213 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()
|
D | jpeglib.h | 1053 int *start_x, int *start_y,
|
/external/jpeg/ |
D | jdapistd.c | 213 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()
|
D | jpeglib.h | 1053 int *start_x, int *start_y,
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_view.cc | 192 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/ |
D | mmx-s2v.ll | 4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) {; <label>:0
|
D | vfcmp.ll | 5 define void @t2(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
|
D | 2008-07-23-VSetCC.ll | 4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
D | balloon_view_gtk.cc | 165 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/ |
D | 2008-09-02-VectorCrash.ll | 3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
|
/external/skia/bench/ |
D | bench_graph_svg.py | 173 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/ |
D | gtk_theme_service.cc | 1135 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/ |
D | mycvHaarDetectObjects.cpp | 1166 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()
|
D | cvhaar.cpp | 1134 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/ |
D | cffgload.c | 1845 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/ |
D | testing_automation_provider.cc | 939 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()
|