Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp56 OpenType::Int16 ascender;
57 OpenType::Int16 descender;
58 OpenType::Int16 lineGap;
59 OpenType::Int16 advanceWidthMax;
60 OpenType::Int16 minLeftSideBearing;
61 OpenType::Int16 minRightSideBearing;
62 OpenType::Int16 xMaxExtent;
63 OpenType::Int16 caretSlopeRise;
64 OpenType::Int16 caretSlopeRun;
65 OpenType::Int16 caretOffset;
[all …]
DOpenTypeTypes.h34 struct Int16 { struct
35 Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { } in Int16() argument
/external/lzma/CPP/Windows/
DPropVariant.h23 CPropVariant(Int16 value) { vt = VT_I2; wReserved1 = 0; iVal = value; } in CPropVariant()
36 CPropVariant& operator=(Int16 value);
DPropVariant.cpp109 SET_PROP_FUNC(Int16, VT_I2, iVal) in SET_PROP_FUNC()
/external/chromium_org/mojo/bindings/js/
Dcodec_unittests.js158 encodeDecode(codec.Int16, -1, -1);
159 encodeDecode(codec.Int16, 0xff, 0xff);
160 encodeDecode(codec.Int16, 0xffff, -1);
/external/chromium_org/mojo/public/js/bindings/
Dcodec.js544 function Int16() { class
547 Int16.encodedSize = 2;
549 Int16.decode = function(decoder) {
553 Int16.encode = function(encoder, val) {
726 exports.Int16 = Int16;
/external/chromium_org/win8/metro_driver/
Dwinrt_utils.cc81 IMPLEMENT_CREATE_PROPERTY(Int16, INT16);
138 COMPARE_ATOMIC_PROPERTY_VALUES(Int16, INT16); in CompareProperties()
Dwinrt_utils.h35 DECLARE_CREATE_PROPERTY(Int16, INT16);
/external/chromium_org/third_party/WebKit/Source/web/tests/
DOpenTypeVerticalDataTest.cpp40 OpenType::Int16 ascender;
/external/clang/include/clang/Basic/
DTargetBuiltins.h109 Int16, enumerator
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DTypes.h57 typedef short Int16; typedef
/external/lzma/C/
DTypes.h56 typedef short Int16; typedef
/external/chromium_org/third_party/lzma_sdk/
DTypes.h56 typedef short Int16; typedef
/external/deqp/framework/opengl/
DgluDrawUtil.hpp265 DECLARE_VA_CTOR(Int16, deInt16, VTX_COMP_SIGNED_INT16, VTX_COMP_CONVERT_NONE);
/external/bzip2/
Dbzlib_private.h46 typedef short Int16; typedef
Dbzip2.c166 typedef short Int16; typedef
1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 || in main()
/external/chromium_org/v8/src/
Dtypedarray.js387 FUNCTION(Int16)
/external/clang/utils/TableGen/
DNeonEmitter.cpp80 Int16, enumerator
/external/clang/lib/Sema/
DSemaChecking.cpp361 case NeonTypeFlags::Int16: in RFT()
392 case NeonTypeFlags::Int16: in getNeonEltType()
/external/valgrind/main/VEX/switchback/
Dtest_bzip2.c412 typedef short Int16; typedef
/external/valgrind/main/memcheck/tests/
Dorigin5-bz2.c428 typedef short Int16; typedef
Dvarinfo6.c466 typedef short Int16; typedef
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.c435 typedef short Int16; typedef
/external/valgrind/main/perf/
Dbz2.c428 typedef short Int16; typedef
Dtest_input_for_tinycc.c997 typedef short Int16; typedef

12