Searched defs:crRect (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
H A D | FFL_Utils.cpp | 24 CPDF_Rect CFFL_Utils::InflateRect(const CPDF_Rect & crRect,const FX_FLOAT & fSize) argument 26 CPDF_Rect crNew(crRect.left - fSize, 27 crRect.bottom - fSize, 28 crRect.right + fSize, 29 crRect.top + fSize); 34 CPDF_Rect CFFL_Utils::DeflateRect(const CPDF_Rect & crRect,const FX_FLOAT & fSize) argument 36 CPDF_Rect crNew(crRect.left + fSize, 37 crRect.bottom + fSize, 38 crRect.right - fSize, 39 crRect [all...] |
/external/pdfium/fpdfsdk/src/javascript/ |
H A D | Field.cpp | 2382 CPDF_Rect crRect(pArray); 2386 AddDelay_Rect(FP_RECT, crRect); 2390 Field::SetRect(m_pDocument, m_FieldName, m_nFormControlIndex, crRect); 2408 CFX_FloatRect crRect = pWidget->GetRect(); 2410 Upper_Leftx = (FX_INT32)crRect.left; 2411 Upper_Lefty = (FX_INT32)crRect.top; 2412 Lower_Rightx = (FX_INT32)crRect.right; 2413 Lower_Righty = (FX_INT32)crRect.bottom; 2452 CPDF_Rect crRect = rect; local 2460 crRect 2486 CPDF_Rect crRect = rect; local [all...] |
Completed in 119 milliseconds