Home
last modified time | relevance | path

Searched refs:Lower_Rightx (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DField.cpp1990 CJS_Value Lower_Rightx(pRuntime); in rect() local
2003 rcArray.GetElement(pRuntime, 2, Lower_Rightx); in rect()
2009 pArray[2] = static_cast<FX_FLOAT>(Lower_Rightx.ToInt(pRuntime)); in rect()
2035 Lower_Rightx = CJS_Value(pRuntime, static_cast<int32_t>(crRect.right)); in rect()
2041 rcArray.SetElement(pRuntime, 2, Lower_Rightx); in rect()