Searched defs:temp_size (Results 1 - 7 of 7) 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/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/libpng/
H A Dpngread.c784 const int temp_size = local
787 png_malloc(png_ptr, temp_size * sizeof(png_line_indexp));
796 for (i = 0; i < temp_size; i++)
/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/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 283 milliseconds