Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp844 CJS_Value vColElm(pRuntime); in AFNumber_Format() local
845 vColElm = CJS_Value(pRuntime, L"RGB"); in AFNumber_Format()
846 arColor.SetElement(pRuntime, 0, vColElm); in AFNumber_Format()
847 vColElm = CJS_Value(pRuntime, 1); in AFNumber_Format()
848 arColor.SetElement(pRuntime, 1, vColElm); in AFNumber_Format()
849 vColElm = CJS_Value(pRuntime, 0); in AFNumber_Format()
850 arColor.SetElement(pRuntime, 2, vColElm); in AFNumber_Format()
851 arColor.SetElement(pRuntime, 3, vColElm); in AFNumber_Format()
864 CJS_Value vColElm(pRuntime); in AFNumber_Format() local
865 vColElm = CJS_Value(pRuntime, L"RGB"); in AFNumber_Format()
[all …]