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

/external/chromium_org/ui/surface/
H A Daccelerated_surface_transformer_win.cc454 int dst_num_rows,
461 dst_num_rows, dst_stride);
468 int dst_num_rows,
485 for (int i = 0; i < dst_num_rows; i++) {
499 int dst_num_rows,
509 dst_num_rows >= src_size.height());
541 dst_num_rows, dst_stride);
451 ReadFast(IDirect3DSurface9* gpu_surface, uint8* dst, int dst_bytes_per_row, int dst_num_rows, int dst_stride) argument
464 ReadByLockAndCopy( IDirect3DSurface9* gpu_surface, uint8* dst, int dst_bytes_per_row, int dst_num_rows, int dst_stride) argument
495 ReadByGetRenderTargetData( IDirect3DSurface9* gpu_surface, uint8* dst, int dst_bytes_per_row, int dst_num_rows, int dst_stride) argument

Completed in 104 milliseconds