Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_color.cpp59 pRuntime->PutArrayElement(array, 0, pRuntime->NewString("T")); in ConvertPWLColorToArray()
63 pRuntime->PutArrayElement(array, 0, pRuntime->NewString("G")); in ConvertPWLColorToArray()
64 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1)); in ConvertPWLColorToArray()
68 pRuntime->PutArrayElement(array, 0, pRuntime->NewString("RGB")); in ConvertPWLColorToArray()
69 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1)); in ConvertPWLColorToArray()
70 pRuntime->PutArrayElement(array, 2, pRuntime->NewNumber(color.fColor2)); in ConvertPWLColorToArray()
71 pRuntime->PutArrayElement(array, 3, pRuntime->NewNumber(color.fColor3)); in ConvertPWLColorToArray()
75 pRuntime->PutArrayElement(array, 0, pRuntime->NewString("CMYK")); in ConvertPWLColorToArray()
76 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1)); in ConvertPWLColorToArray()
77 pRuntime->PutArrayElement(array, 2, pRuntime->NewNumber(color.fColor2)); in ConvertPWLColorToArray()
[all …]
Dcjs_publicmethods.cpp330 pRuntime->PutArrayElement( in AF_MakeArrayFromList()
336 pRuntime->PutArrayElement( in AF_MakeArrayFromList()
658 pRuntime->PutArrayElement(arColor, 0, pRuntime->NewString("RGB")); in AFNumber_Format()
659 pRuntime->PutArrayElement(arColor, 1, pRuntime->NewNumber(1)); in AFNumber_Format()
660 pRuntime->PutArrayElement(arColor, 2, pRuntime->NewNumber(0)); in AFNumber_Format()
661 pRuntime->PutArrayElement(arColor, 3, pRuntime->NewNumber(0)); in AFNumber_Format()
669 pRuntime->PutArrayElement(arColor, 0, pRuntime->NewString("RGB")); in AFNumber_Format()
670 pRuntime->PutArrayElement(arColor, 1, pRuntime->NewNumber(0)); in AFNumber_Format()
671 pRuntime->PutArrayElement(arColor, 2, pRuntime->NewNumber(0)); in AFNumber_Format()
672 pRuntime->PutArrayElement(arColor, 3, pRuntime->NewNumber(0)); in AFNumber_Format()
[all …]
Dcjs_publicmethods_embeddertest.cpp198 runtime.PutArrayElement(ary, 0, runtime.NewString("Calc1_A")); in TEST_F()
199 runtime.PutArrayElement(ary, 1, runtime.NewString("Calc1_B")); in TEST_F()
Dcfx_v8.h47 bool PutArrayElement(v8::Local<v8::Array> pArray,
Dcfx_v8_unittest.cpp59 EXPECT_FALSE(cfx_v8()->PutArrayElement(empty_array, 0, marker)); in TEST_F()
183 EXPECT_TRUE(cfx_v8()->PutArrayElement(array, 3, cfx_v8()->NewNumber(12))); in TEST_F()
Dcjs_field.cpp1014 pRuntime->PutArrayElement( in get_current_value_indices()
1224 pRuntime->PutArrayElement( in get_export_values()
1237 pRuntime->PutArrayElement( in get_export_values()
1536 pRuntime->PutArrayElement( in get_page()
1697 pRuntime->PutArrayElement( in get_rect()
1699 pRuntime->PutArrayElement( in get_rect()
1701 pRuntime->PutArrayElement( in get_rect()
1703 pRuntime->PutArrayElement( in get_rect()
2109 pRuntime->PutArrayElement(ValueArray, i, ElementValue); in get_value()
2399 pRuntime->PutArrayElement(FormFieldArray, j++, in getArray()
Dcfx_v8.cpp70 bool CFX_V8::PutArrayElement(v8::Local<v8::Array> pArray, in PutArrayElement() function in CFX_V8
Dcjs_document.cpp525 pRuntime->PutArrayElement(array, 0, params[0]); in resetForm()
1067 pRuntime->PutArrayElement( in getAnnots()
1135 pRuntime->PutArrayElement(Icons, i++, in get_icons()
Dcjs_app.cpp95 pRuntime->PutArrayElement(aDocs, 0, pJSDocument->ToV8Object()); in get_active_docs()