Searched refs:temp_size (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc45 size_t temp_size = static_cast<size_t>(*output_length); local
50 &temp_size);
51 *output_length = base::checked_cast<uint32_t>(temp_size);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp475 FX_STRSIZE temp_size = (FX_STRSIZE)size; local
476 while (temp_size > 0) {
477 FX_STRSIZE buf_size = FX_MIN(m_BufSize - m_Length, (FX_STRSIZE)temp_size);
485 temp_size -= buf_size;
/external/chromium_org/third_party/webrtc/base/
H A Dhttpbase.cc153 unsigned int temp_size; local
154 if (sscanf(value_str.c_str(), "%u", &temp_size) != 1) {
158 data_size_ = static_cast<size_t>(temp_size);
/external/opencv/cv/src/
H A Dcvfilter.cpp2289 CvSize temp_size;
2291 temp_size.width = cvAlign(src->cols + ksize.width - 1,8/CV_ELEM_SIZE(src->type & CV_MAT_DEPTH_MASK));
2292 //temp_size.width = src->cols + ksize.width - 1;
2293 temp_size.height = (stripe_size*2 + temp_size.width*pix_size) / (temp_size.width*pix_size*2);
2294 temp_size.height = MAX( temp_size.height, ksize.height );
2295 temp_size.height = MIN( temp_size
[all...]
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp941 unsigned long temp_size = dest_size;
942 FPDFAPI_FlateCompress(dest_buf, &temp_size, src_buf, src_size);
943 dest_size = (FX_DWORD)temp_size;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc716 uint32_t temp_size = last_keyframe_._size; // Save size. local
719 last_keyframe_._size = temp_size; // Restore buffer size.
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc1866 uint32 temp_size; local
1870 width, height, format, type, unpack_alignment_, &temp_size,
1881 "glTexSubImage2D", offset, temp_size);
1915 ScopedTransferBufferPtr buffer(temp_size, helper_, transfer_buffer_);
2338 uint32 temp_size; local
2342 width, 2, format, type, pack_alignment_, &temp_size, &unpadded_row_size,
/external/libpng/
H A Dpngread.c785 const png_uint_32 temp_size = local
788 png_malloc(png_ptr, temp_size * sizeof(png_line_indexp));
797 for (i = 0; i < temp_size; i++)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc7510 uint32 temp_size; local
7515 width, 2, format, type, state_.pack_alignment, &temp_size,
7650 uint32 temp_size; local
7654 width, 2, format, type, state_.pack_alignment, &temp_size,

Completed in 1190 milliseconds