Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DUint16Array.cpp32 PassRefPtr<Uint16Array> Uint16Array::create(unsigned length) in create()
34 return TypedArrayBase<unsigned short>::create<Uint16Array>(length); in create()
37 PassRefPtr<Uint16Array> Uint16Array::create(unsigned short* array, unsigned length) in create()
39 return TypedArrayBase<unsigned short>::create<Uint16Array>(array, length); in create()
42 PassRefPtr<Uint16Array> Uint16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, un… in create()
44 return TypedArrayBase<unsigned short>::create<Uint16Array>(buffer, byteOffset, length); in create()
47 Uint16Array::Uint16Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) in Uint16Array() function in WebCore::Uint16Array
52 PassRefPtr<Uint16Array> Uint16Array::subarray(int start) const in subarray()
57 PassRefPtr<Uint16Array> Uint16Array::subarray(int start, int end) const in subarray()
59 return subarrayImpl<Uint16Array>(start, end); in subarray()
DUint16Array.h36 class Uint16Array : public IntegralTypedArrayBase<unsigned short> {
38 static PassRefPtr<Uint16Array> create(unsigned length);
39 static PassRefPtr<Uint16Array> create(unsigned short* array, unsigned length);
40 …static PassRefPtr<Uint16Array> create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigne…
46 PassRefPtr<Uint16Array> subarray(int start) const;
47 PassRefPtr<Uint16Array> subarray(int start, int end) const;
50 Uint16Array(PassRefPtr<ArrayBuffer> buffer,
DUint16Array.idl38 ] Uint16Array : ArrayBufferView {
42 Uint16Array subarray(in long start, in [Optional] long end);
44 // void set(in Uint16Array array, [Optional] in unsigned long offset);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8Uint16ArrayCustom.cpp47 …return constructWebGLArray<Uint16Array, unsigned short>(args, &info, v8::kExternalUnsignedShortArr… in constructorCallback()
53 return setWebGLArrayHelper<Uint16Array, V8Uint16Array>(args); in setCallback()
56 v8::Handle<v8::Value> toV8(Uint16Array* impl) in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSUint16ArrayCustom.cpp41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Uint16Array* object) in toJS()
54 RefPtr<Uint16Array> array = constructArrayBufferView<Uint16Array, unsigned short>(exec); in constructJSUint16Array()
/external/v8/test/mjsunit/regress/
Dregress-crbug-100859.js30 setx(typeof new Uint16Array('x') === 'object');
/external/v8/test/mjsunit/
Dexternal-array.js142 types = [Array, Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array,
Delements-kind.js141 assertKind(elements_kind.external_unsigned_short, new Uint16Array(42));
/external/webkit/Source/WebCore/workers/
DWorkerContext.idl125 attribute Uint16ArrayConstructor Uint16Array; // Usable with new operator
/external/v8/src/
Dd8.h320 static Handle<Value> Uint16Array(const Arguments& args);
Dd8.cc481 Handle<Value> Shell::Uint16Array(const Arguments& args) { in Uint16Array() function in v8::Shell
831 FunctionTemplate::New(Uint16Array)); in CreateGlobalTemplate()
/external/webkit/Source/WebCore/
DDerivedSources.make121 Uint16Array \
DCodeGenerators.pri219 html/canvas/Uint16Array.idl \
DCMakeLists.txt298 html/canvas/Uint16Array.idl
863 html/canvas/Uint16Array.cpp
DAndroid.mk388 html/canvas/Uint16Array.cpp \
DWebCore.pro784 html/canvas/Uint16Array.cpp \
1624 html/canvas/Uint16Array.h \
DWebCore.gypi1298 'html/canvas/Uint16Array.idl',
3099 'html/canvas/Uint16Array.cpp',
3100 'html/canvas/Uint16Array.h',
DGNUmakefile.list.am1551 Source/WebCore/html/canvas/Uint16Array.cpp \
1552 Source/WebCore/html/canvas/Uint16Array.h \
DGNUmakefile.am1596 Source/WebCore/html/canvas/Uint16Array.cpp \
1597 Source/WebCore/html/canvas/Uint16Array.h \
DChangeLog-2011-02-162857 * html/canvas/Uint16Array.cpp:
2858 * html/canvas/Uint16Array.idl:
10081 * html/canvas/Uint16Array.cpp:
10082 (WebCore::Uint16Array::subarray):
10083 * html/canvas/Uint16Array.h:
10084 * html/canvas/Uint16Array.idl:
14502 * html/canvas/Uint16Array.cpp:
14503 (WebCore::Uint16Array::subset):
14504 * html/canvas/Uint16Array.h:
14505 * html/canvas/Uint16Array.idl:
[all …]
DChangeLog-2010-05-246572 * html/canvas/Uint16Array.cpp: Copied from WebCore/html/canvas/WebGLUnsignedShortArray.cpp.
6573 (WebCore::Uint16Array::create):
6574 (WebCore::Uint16Array::Uint16Array):
6575 (WebCore::Uint16Array::slice):
6576 * html/canvas/Uint16Array.h: Copied from WebCore/html/canvas/WebGLUnsignedShortArray.h.
6577 * html/canvas/Uint16Array.idl: Copied from WebCore/html/canvas/WebGLUnsignedShortArray.idl.
DChangeLog-2010-12-069577 * html/canvas/Uint16Array.cpp:
9578 (WebCore::Uint16Array::slice):
9579 * html/canvas/Uint16Array.h:
9580 * html/canvas/Uint16Array.idl:
33218 * html/canvas/Uint16Array.idl: Add NoStaticTables attribute.
35447 * html/canvas/Uint16Array.cpp:
35448 * html/canvas/Uint16Array.idl:
100121 * html/canvas/Uint16Array.idl:
121798 * html/canvas/Uint16Array.idl:
124708 * html/canvas/Uint16Array.idl:
DChangeLog64856 * html/canvas/Uint16Array.h:
64857 (WebCore::Uint16Array::set):
/external/webkit/Source/WebCore/page/
DDOMWindow.idl509 attribute [JSCCustomGetter] Uint16ArrayConstructor Uint16Array; // Usable with new operator
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1178 …ECDF410503C2400099FAB /* Uint16Array.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EECDDC10…
1179 …EECDF510503C2400099FAB /* Uint16Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 49EECDDD105…
7732Uint16Array.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp…
7733 … /* Uint16Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
7734 …FAB /* Uint16Array.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; n…
13649 49EECDDC10503C2300099FAB /* Uint16Array.cpp */,
13650 49EECDDD10503C2400099FAB /* Uint16Array.h */,
13651 49EECDDE10503C2400099FAB /* Uint16Array.idl */,
22822 49EECDF510503C2400099FAB /* Uint16Array.h in Headers */,
25557 49EECDF410503C2400099FAB /* Uint16Array.cpp in Sources */,