Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DField.cpp1988 CJS_Value Upper_Leftx(pRuntime); in rect() local
2001 rcArray.GetElement(pRuntime, 0, Upper_Leftx); in rect()
2007 pArray[0] = static_cast<FX_FLOAT>(Upper_Leftx.ToInt(pRuntime)); in rect()
2033 Upper_Leftx = CJS_Value(pRuntime, static_cast<int32_t>(crRect.left)); in rect()
2039 rcArray.SetElement(pRuntime, 0, Upper_Leftx); in rect()