Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DInt16Array.cpp31 PassRefPtr<Int16Array> Int16Array::create(unsigned length) in create()
33 return TypedArrayBase<short>::create<Int16Array>(length); in create()
36 PassRefPtr<Int16Array> Int16Array::create(short* array, unsigned length) in create()
38 return TypedArrayBase<short>::create<Int16Array>(array, length); in create()
41 PassRefPtr<Int16Array> Int16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsi… in create()
43 return TypedArrayBase<short>::create<Int16Array>(buffer, byteOffset, length); in create()
46 Int16Array::Int16Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) in Int16Array() function in WebCore::Int16Array
51 PassRefPtr<Int16Array> Int16Array::subarray(int start) const in subarray()
56 PassRefPtr<Int16Array> Int16Array::subarray(int start, int end) const in subarray()
58 return subarrayImpl<Int16Array>(start, end); in subarray()
DInt16Array.h35 class Int16Array : public IntegralTypedArrayBase<short> {
37 static PassRefPtr<Int16Array> create(unsigned length);
38 static PassRefPtr<Int16Array> create(short* array, unsigned length);
39 …static PassRefPtr<Int16Array> create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned…
44 PassRefPtr<Int16Array> subarray(int start) const;
45 PassRefPtr<Int16Array> subarray(int start, int end) const;
48 Int16Array(PassRefPtr<ArrayBuffer> buffer,
DInt16Array.idl37 ] Int16Array : ArrayBufferView {
41 Int16Array subarray(in long start, in [Optional] long end);
43 // void set(in Int16Array array, [Optional] in unsigned long offset);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8Int16ArrayCustom.cpp47 return constructWebGLArray<Int16Array, short>(args, &info, v8::kExternalShortArray); in constructorCallback()
53 return setWebGLArrayHelper<Int16Array, V8Int16Array>(args); in setCallback()
56 v8::Handle<v8::Value> toV8(Int16Array* impl) in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSInt16ArrayCustom.cpp41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Int16Array* object) in toJS()
54 RefPtr<Int16Array> array = constructArrayBufferView<Int16Array, short>(exec); in constructJSInt16Array()
/external/v8/test/mjsunit/regress/
Dregress-98773.js30 var array = new Int16Array(23);
/external/v8/test/mjsunit/
Dexternal-array.js98 a = new Int16Array(2);
142 types = [Array, Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array,
Delements-kind.js140 assertKind(elements_kind.external_short, new Int16Array(666));
/external/webkit/Source/WebCore/workers/
DWorkerContext.idl124 attribute Int16ArrayConstructor Int16Array; // Usable with new operator
/external/v8/src/
Dd8.h319 static Handle<Value> Int16Array(const Arguments& args);
Dd8.cc476 Handle<Value> Shell::Int16Array(const Arguments& args) { in Int16Array() function in v8::Shell
829 FunctionTemplate::New(Int16Array)); in CreateGlobalTemplate()
/external/webkit/Source/WebCore/
DDerivedSources.make116 Int16Array \
DCodeGenerators.pri212 html/canvas/Int16Array.idl \
DCMakeLists.txt292 html/canvas/Int16Array.idl
860 html/canvas/Int16Array.cpp
DAndroid.mk383 html/canvas/Int16Array.cpp \
DWebCore.pro781 html/canvas/Int16Array.cpp \
1621 html/canvas/Int16Array.h \
DWebCore.gypi1292 'html/canvas/Int16Array.idl',
3085 'html/canvas/Int16Array.cpp',
3086 'html/canvas/Int16Array.h',
DGNUmakefile.list.am1543 Source/WebCore/html/canvas/Int16Array.cpp \
1544 Source/WebCore/html/canvas/Int16Array.h \
DGNUmakefile.am1588 Source/WebCore/html/canvas/Int16Array.cpp \
1589 Source/WebCore/html/canvas/Int16Array.h \
DChangeLog-2011-02-162851 * html/canvas/Int16Array.cpp:
2852 * html/canvas/Int16Array.idl:
10067 * html/canvas/Int16Array.cpp:
10068 (WebCore::Int16Array::subarray):
10069 * html/canvas/Int16Array.h:
10070 * html/canvas/Int16Array.idl:
14488 * html/canvas/Int16Array.cpp:
14489 (WebCore::Int16Array::subset):
14490 * html/canvas/Int16Array.h:
14491 * html/canvas/Int16Array.idl:
[all …]
DChangeLog-2010-05-246546 * html/canvas/Int16Array.cpp: Copied from WebCore/html/canvas/WebGLShortArray.cpp.
6547 (WebCore::Int16Array::create):
6548 (WebCore::Int16Array::Int16Array):
6549 (WebCore::Int16Array::slice):
6550 * html/canvas/Int16Array.h: Copied from WebCore/html/canvas/WebGLShortArray.h.
6551 * html/canvas/Int16Array.idl: Copied from WebCore/html/canvas/WebGLShortArray.idl.
DChangeLog-2010-12-069563 * html/canvas/Int16Array.cpp:
9564 (WebCore::Int16Array::slice):
9565 * html/canvas/Int16Array.h:
9566 * html/canvas/Int16Array.idl:
33215 * html/canvas/Int16Array.idl: Add NoStaticTables attribute.
35441 * html/canvas/Int16Array.cpp:
35442 * html/canvas/Int16Array.idl:
100118 * html/canvas/Int16Array.idl:
121795 * html/canvas/Int16Array.idl:
124705 * html/canvas/Int16Array.idl:
/external/webkit/Source/WebCore/page/
DDOMWindow.idl508 attribute [JSCCustomGetter] Int16ArrayConstructor Int16Array; // Usable with new operator
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1172 …EECDEB10503C2400099FAB /* Int16Array.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EECDD310…
1173 …9EECDEC10503C2400099FAB /* Int16Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 49EECDD4105…
7723Int16Array.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp…
7724 …B /* Int16Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
7725 …9FAB /* Int16Array.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; n…
13629 49EECDD310503C2300099FAB /* Int16Array.cpp */,
13630 49EECDD410503C2300099FAB /* Int16Array.h */,
13631 49EECDD510503C2300099FAB /* Int16Array.idl */,
21424 49EECDEC10503C2400099FAB /* Int16Array.h in Headers */,
24245 49EECDEB10503C2400099FAB /* Int16Array.cpp in Sources */,