/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble_border.cc | 236 int start_y = top + tl_height; in Paint() local 237 int before_arrow = arrow_offset - start_y - left_arrow_->height() / 2; in Paint() 243 start_y + before_arrow + left_arrow_->height() / 2, in Paint() 251 start_y, in Paint() 294 int start_y = top + tr_height; in Paint() local 295 int before_arrow = arrow_offset - start_y - right_arrow_->height() / 2; in Paint() 301 start_y + before_arrow + right_arrow_->height() / 2, in Paint() 309 start_y, in Paint() 356 int start_y, in DrawEdgeWithArrow() argument 372 canvas->TileImageInt(*edge, start_x, start_y, in DrawEdgeWithArrow() [all …]
|
D | bubble_border.h | 119 int start_y,
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 110 SkBlitter* blitter, int start_y, int stop_y, in walk_edges() argument 114 int curr_y = start_y; in walk_edges() 215 SkBlitter* blitter, int start_y, int stop_y, in walk_convex_edges() argument 234 SkASSERT(local_top >= start_y); in walk_convex_edges() 416 int start_y, int stop_y, int shiftEdgesUp, in sk_fill_path() argument 454 start_y <<= shiftEdgesUp; in sk_fill_path() 456 if (clipRect && start_y < clipRect->fTop) { in sk_fill_path() 457 start_y = clipRect->fTop; in sk_fill_path() 473 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, NULL); in sk_fill_path() 475 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc); in sk_fill_path() [all …]
|
D | SkScan_AntiPath.cpp | 297 int start_y = y >> SHIFT; in blitRect() local 299 int count = stop_y - start_y; in blitRect() 332 SkASSERT(start_y > fCurrIY); in blitRect() 343 fRealBlitter->blitV(ileft + fLeft, start_y, count, in blitRect() 358 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count, in blitRect()
|
D | SkScanPriv.h | 32 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
|
/external/webp/src/dec/ |
D | io.c | 189 int start_y = io->mb_y; in GetAlphaSourceRow() local 195 if (start_y == 0) { in GetAlphaSourceRow() 199 --start_y; in GetAlphaSourceRow() 207 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow() 210 return start_y; in GetAlphaSourceRow() 223 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGB() local 227 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGB() 255 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGBA4444() local 259 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGBA4444()
|
/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 218 int row_offset = *start_y / lines_per_iMCU_row; in jpeg_init_read_tile_scanline() 227 *height = (*start_y - row_offset * lines_per_iMCU_row) + *height; in jpeg_init_read_tile_scanline() 229 *start_y = row_offset * lines_per_iMCU_row; 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 218 int row_offset = *start_y / lines_per_iMCU_row; in jpeg_init_read_tile_scanline() 227 *height = (*start_y - row_offset * lines_per_iMCU_row) + *height; in jpeg_init_read_tile_scanline() 229 *start_y = row_offset * lines_per_iMCU_row; in jpeg_init_read_tile_scanline()
|
D | jpeglib.h | 1053 int *start_x, int *start_y,
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
D | balloon_view_gtk.cc | 166 int start_y; 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/freetype/src/cff/ |
D | cffgload.c | 1746 FT_Pos start_y; in cff_decoder_parse_charstrings() local 1759 start_y = y; in cff_decoder_parse_charstrings() 1788 y = start_y; in cff_decoder_parse_charstrings() 1797 FT_Pos start_y; in cff_decoder_parse_charstrings() local 1808 start_y = y; in cff_decoder_parse_charstrings() 1831 y = start_y; in cff_decoder_parse_charstrings() 1845 FT_Pos start_x, start_y; /* record start x, y values for */ in cff_decoder_parse_charstrings() local 1862 start_y = y; in cff_decoder_parse_charstrings() 1898 y = start_y; in cff_decoder_parse_charstrings()
|
/external/opencv/cv/src/ |
D | mycvHaarDetectObjects.cpp | 1166 int start_x = 0, start_y = 0; in mycvHaarDetectObjects() local 1205 start_y = cvRound(scan_roi_rect.y / ystep); in mycvHaarDetectObjects() 1219 for( int _iy = start_y; _iy < end_y; _iy++ ) in mycvHaarDetectObjects()
|
D | cvhaar.cpp | 1134 int start_x = 0, start_y = 0; in cvHaarDetectObjects() local 1173 start_y = cvRound(scan_roi_rect.y / ystep); in cvHaarDetectObjects() 1187 for( int _iy = start_y; _iy < end_y; _iy++ ) in cvHaarDetectObjects()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 313 uint8* start_y = dst_y + y * dst_stride_y + x; in I420Rect() local 317 I420SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.cc | 939 int start_x, start_y, end_x, end_y; in WebkitMouseDrag() local 941 !args->GetInteger("start_y", &start_y) || in WebkitMouseDrag() 952 mouse_event.y = start_y; in WebkitMouseDrag()
|