Searched refs:org_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libyuv/util/
H A Dconvert.cc221 int org_size = Abs(image_width) * Abs(image_height) * 4; // ARGB local
227 org_size = y_size + 2 * uv_size; // YUV original.
237 static_cast<__int64>(org_size), SEEK_SET);
242 uint8* const ch_org = new uint8[org_size];
270 static_cast<size_t>(org_size), file_org);
271 if (bytes_org < static_cast<size_t>(org_size))
277 libyuv::ARGBAttenuate(ch_org, 0, ch_org, 0, org_size / 4, 1);
281 libyuv::ARGBUnattenuate(ch_org, 0, ch_org, 0, org_size / 4, 1);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp631 FX_INT32 org_size = pFontDict->GetInteger(FX_BSTRC("Length1")) + pFontDict->GetInteger(FX_BSTRC("Length2")) + pFontDict->GetInteger(FX_BSTRC("Length3")); local
632 if (org_size < 0) {
633 org_size = 0;
635 pFontFile->LoadAllData(pFontStream, FALSE, org_size);

Completed in 2117 milliseconds