Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp843 CJS_Array arColor; in AFNumber_Format() local
846 arColor.SetElement(pRuntime, 0, vColElm); in AFNumber_Format()
848 arColor.SetElement(pRuntime, 1, vColElm); in AFNumber_Format()
850 arColor.SetElement(pRuntime, 2, vColElm); in AFNumber_Format()
851 arColor.SetElement(pRuntime, 3, vColElm); in AFNumber_Format()
855 vProp << arColor; in AFNumber_Format()
863 CJS_Array arColor; in AFNumber_Format() local
866 arColor.SetElement(pRuntime, 0, vColElm); in AFNumber_Format()
868 arColor.SetElement(pRuntime, 1, vColElm); in AFNumber_Format()
869 arColor.SetElement(pRuntime, 2, vColElm); in AFNumber_Format()
[all …]