Lines Matching refs:vColElm
844 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()
866 arColor.SetElement(pRuntime, 0, vColElm); in AFNumber_Format()
867 vColElm = CJS_Value(pRuntime, 0); in AFNumber_Format()
868 arColor.SetElement(pRuntime, 1, vColElm); in AFNumber_Format()
869 arColor.SetElement(pRuntime, 2, vColElm); in AFNumber_Format()
870 arColor.SetElement(pRuntime, 3, vColElm); in AFNumber_Format()