Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_color.cpp52 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"T")); in ConvertPWLColorToArray()
56 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"G")); in ConvertPWLColorToArray()
57 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1)); in ConvertPWLColorToArray()
61 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"RGB")); in ConvertPWLColorToArray()
62 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1)); in ConvertPWLColorToArray()
63 pRuntime->PutArrayElement(array, 2, pRuntime->NewNumber(color.fColor2)); in ConvertPWLColorToArray()
64 pRuntime->PutArrayElement(array, 3, pRuntime->NewNumber(color.fColor3)); in ConvertPWLColorToArray()
68 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"CMYK")); in ConvertPWLColorToArray()
69 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1)); in ConvertPWLColorToArray()
70 pRuntime->PutArrayElement(array, 2, pRuntime->NewNumber(color.fColor2)); in ConvertPWLColorToArray()
[all …]
Dcjs_publicmethods.cpp331 pRuntime->PutArrayElement( in AF_MakeArrayFromList()
337 pRuntime->PutArrayElement( in AF_MakeArrayFromList()
941 pRuntime->PutArrayElement(arColor, 0, pRuntime->NewString(L"RGB")); in AFNumber_Format()
942 pRuntime->PutArrayElement(arColor, 1, pRuntime->NewNumber(1)); in AFNumber_Format()
943 pRuntime->PutArrayElement(arColor, 2, pRuntime->NewNumber(0)); in AFNumber_Format()
944 pRuntime->PutArrayElement(arColor, 3, pRuntime->NewNumber(0)); in AFNumber_Format()
952 pRuntime->PutArrayElement(arColor, 0, pRuntime->NewString(L"RGB")); in AFNumber_Format()
953 pRuntime->PutArrayElement(arColor, 1, pRuntime->NewNumber(0)); in AFNumber_Format()
954 pRuntime->PutArrayElement(arColor, 2, pRuntime->NewNumber(0)); in AFNumber_Format()
955 pRuntime->PutArrayElement(arColor, 3, pRuntime->NewNumber(0)); in AFNumber_Format()
[all …]
Dcjs_field.cpp794 pRuntime->PutArrayElement( in get_current_value_indices()
1065 pRuntime->PutArrayElement( in get_export_values()
1078 pRuntime->PutArrayElement( in get_export_values()
1428 pRuntime->PutArrayElement( in get_page()
1585 pRuntime->PutArrayElement( in get_rect()
1587 pRuntime->PutArrayElement( in get_rect()
1589 pRuntime->PutArrayElement( in get_rect()
1591 pRuntime->PutArrayElement( in get_rect()
2045 pRuntime->PutArrayElement(ValueArray, i, ElementValue); in get_value()
2397 pRuntime->PutArrayElement(FormFieldArray, j++, in getArray()
Dcjs_v8.h63 unsigned PutArrayElement(v8::Local<v8::Array> pArray,
Dfxjs_v8_embeddertest.cpp187 engine()->PutArrayElement(array, 3, engine()->NewNumber(12)); in TEST_F()
Dcjs_v8.cpp65 unsigned CJS_V8::PutArrayElement(v8::Local<v8::Array> pArray, in PutArrayElement() function in CJS_V8
Dcjs_document.cpp489 pRuntime->PutArrayElement(array, 0, params[0]); in resetForm()
1066 pRuntime->PutArrayElement( in getAnnots()
1140 pRuntime->PutArrayElement(Icons, i++, in get_icons()
Dcjs_app.cpp99 pRuntime->PutArrayElement( in get_active_docs()