OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:org_size
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp
624
FX_INT32
org_size
= pFontDict->GetInteger(FX_BSTRC("Length1")) + pFontDict->GetInteger(FX_BSTRC("Length2")) + pFontDict->GetInteger(FX_BSTRC("Length3"));
local
625
if (
org_size
< 0) {
626
org_size
= 0;
628
pFontFile->LoadAllData(pFontStream, FALSE,
org_size
);
Completed in 105 milliseconds