Searched refs:rcArray (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | Field.cpp | 1999 CJS_Array rcArray; in rect() local 2000 vp >> rcArray; in rect() 2001 rcArray.GetElement(pRuntime, 0, Upper_Leftx); in rect() 2002 rcArray.GetElement(pRuntime, 1, Upper_Lefty); in rect() 2003 rcArray.GetElement(pRuntime, 2, Lower_Rightx); in rect() 2004 rcArray.GetElement(pRuntime, 3, Lower_Righty); in rect() 2038 CJS_Array rcArray; in rect() local 2039 rcArray.SetElement(pRuntime, 0, Upper_Leftx); in rect() 2040 rcArray.SetElement(pRuntime, 1, Upper_Lefty); in rect() 2041 rcArray.SetElement(pRuntime, 2, Lower_Rightx); in rect() [all …]
|