/external/chromium_org/ui/gfx/android/ |
java_bitmap.cc | 68 gfx::Size src_size = jbitmap.size(); local 72 src_size.width(), 73 src_size.height(),
|
/external/chromium_org/content/child/npapi/ |
webplugin_ime_win.cc | 219 DWORD src_size = 0; local 223 src_size = instance->composition_text_.length() * sizeof(wchar_t); 228 src_size = instance->composition_attributes_.length(); 233 src_size = instance->composition_clauses_.size() * sizeof(uint32); 244 src_size = instance->result_text_.length() * sizeof(wchar_t); 249 src_size = sizeof(instance->result_clauses_); 255 if (!src_data || !src_size) 258 if (dst_size >= src_size) 259 memcpy(dst_data, src_data, src_size); 261 return src_size; [all...] |
/external/chromium_org/content/common/gpu/client/ |
gl_helper_scaling.h | 57 gfx::Size src_size, 64 const gfx::Size& src_size, 71 const gfx::Size& src_size, 148 gfx::Size src_size; member in struct:content::GLHelperScaling::ScalerStage 159 const gfx::Size& src_size, 171 gfx::Size src_size,
|
/external/qemu/ |
thunk.c | 193 int array_length, i, dst_size, src_size; local 199 src_size = thunk_type_size(type_ptr, 1 - to_host); 205 s += src_size;
|
/external/opencv/cv/src/ |
cvsamplers.cpp | 89 CvSize src_size, CvSize win_size, 107 if( ip.x + win_size.width < src_size.width ) 111 rect.width = src_size.width - ip.x - 1; 128 if( ip.y + win_size.height < src_size.height ) 132 rect.height = src_size.height - ip.y - 1; 148 ( const srctype* src, int src_step, CvSize src_size, \ 174 if( 0 <= ip.x && ip.x + win_size.width < src_size.width && \ 175 0 <= ip.y && ip.y + win_size.height < src_size.height ) \ 220 sizeof(*src), src_size, win_size,ip, &r); \ 267 ( const srctype* src, int src_step, CvSize src_size, \ 546 CvSize src_size, dst_size; local 816 CvSize src_size, dst_size; local [all...] |
cvpyramids.cpp | 496 icvPyrDownBorder_##flavor##_CnR( const arrtype *src, int src_step, CvSize src_size, 1041 CvSize src_size, src_size2, dst_size; local [all...] |
cvpyrsegmentation.cpp | 1836 CvSize src_size, dst_size; local [all...] |
/external/chromium_org/ui/surface/ |
accelerated_surface_transformer_win.cc | 357 gfx::Size src_size = src_subrect.size(); local 360 if (src_size.IsEmpty() || dst_size.IsEmpty()) 503 gfx::Size src_size = d3d_utils::GetSize(gpu_surface); local 508 src_size.width() * 4 == dst_bytes_per_row && 509 dst_num_rows >= src_size.height()); 514 hr = device()->CreateOffscreenPlainSurface(src_size.width(), 515 src_size.height(),
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 113 int src_size; member in struct:android::Encoder_libjpeg::params
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 233 SIZE_T src_size = REAL(strlen)(src); local 236 __msan_copy_poison(dest + dest_size, src, src_size + 1); [all...] |
/external/opencv/cvaux/src/ |
cvepilines.cpp | 2112 CvSize src_size ; local [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_unittest.cc | 2334 uint32 src_size; local [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec.cpp | 9052 unsigned int src_size = 0, destination_size = 0; local [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | 9338 unsigned int src_size = 0, destination_size = 0; local [all...] |
omx_vdec_hevc.cpp | 8146 unsigned int src_size = 0, destination_size = 0; local [all...] |
omx_vdec_msm8974.cpp | 8582 unsigned int src_size = 0, destination_size = 0; local [all...] |