/external/harfbuzz_ng/src/ |
hb-ot-head-table.hh | 67 USHORT flags; /* Bit 0: Baseline for font at y=0; 113 USHORT unitsPerEm; /* Valid range is from 16 to 16384. This value 124 USHORT macStyle; /* Bit 0: Bold (if set to 1); 132 USHORT lowestRecPPEM; /* Smallest readable size in pixels. */
|
hb-ot-layout-gpos-table.hh | 45 typedef USHORT Value; 49 struct ValueFormat : USHORT 228 USHORT format; /* Format identifier--format = 1 */ 257 USHORT format; /* Format identifier--format = 2 */ 260 USHORT anchorPoint; /* Index to glyph contour point */ 285 USHORT format; /* Format identifier--format = 3 */ 327 USHORT format; /* Format identifier */ 357 USHORT rows; /* Number of rows */ 377 USHORT klass; /* Class defined for this mark */ 458 USHORT format; /* Format identifier--format = 1 * [all...] |
/external/libffi/testsuite/libffi.call/ |
cls_ushort.c | 2 Purpose: Check return value ushort.
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_generic.c | 143 ATTRIB( R16G16B16A16_FLOAT, 4, float, ushort, TO_16_FLOAT ) 144 ATTRIB( R16G16B16_FLOAT, 3, float, ushort, TO_16_FLOAT ) 145 ATTRIB( R16G16_FLOAT, 2, float, ushort, TO_16_FLOAT ) 146 ATTRIB( R16_FLOAT, 1, float, ushort, TO_16_FLOAT ) 168 ATTRIB( R16G16B16A16_USCALED, 4, float, ushort, TO_16_USCALED ) 169 ATTRIB( R16G16B16_USCALED, 3, float, ushort, TO_16_USCALED ) 170 ATTRIB( R16G16_USCALED, 2, float, ushort, TO_16_USCALED ) 171 ATTRIB( R16_USCALED, 1, float, ushort, TO_16_USCALED ) 178 ATTRIB( R16G16B16A16_UNORM, 4, float, ushort, TO_16_UNORM ) 179 ATTRIB( R16G16B16_UNORM, 3, float, ushort, TO_16_UNORM [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size,PIMAGE_SECTION_HEADER *FoundHeader); 66 PVOID IMAGEAPI ImageDirectoryEntryToData(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size); 96 USHORT ReservedMachine; 97 USHORT ReservedCharacteristics; 296 USHORT MajorVersion; 297 USHORT MinorVersion; 298 USHORT Revision; 299 USHORT Reserved; 773 USHORT dataLength; 774 USHORT leaf [all...] |
/external/opencv/otherlibs/highgui/ |
utils.h | 58 void icvCvt_BGR2Gray_16u_C3C1R( const ushort* bgr, int bgr_step, 59 ushort* gray, int gray_step, 75 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step, 76 ushort* rgb, int rgb_step, CvSize size );
|
/frameworks/compile/slang/tests/P_math_int/ |
math_int.rs | 9 ushort us;
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
setelementat.rs | 15 ushort us = 4;
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
primitives.rs | 13 ushort ushortTest = 16;
|
rsdebug.rs | 16 ushort ushortTest = 16;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
primitives.rs | 13 ushort ushortTest = 16;
|
rsdebug.rs | 16 ushort ushortTest = 16;
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
primitives.rs | 13 ushort ushortTest = 16;
|
rsdebug.rs | 13 ushort ushortTest = 16;
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
primitives.rs | 13 ushort ushortTest = 16;
|
rsdebug.rs | 13 ushort ushortTest = 16;
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttcmap.c | 78 /* format 0 USHORT must be 0 */ 79 /* length 2 USHORT table length in bytes */ 80 /* language 4 USHORT Mac language code */ 227 /* format 0 USHORT must be 2 */ 228 /* length 2 USHORT table length in bytes */ 229 /* language 4 USHORT Mac language code */ 230 /* keys 6 USHORT[256] sub-header keys */ 232 /* glyph_ids 518+NSUB*8 USHORT[] glyph ID array */ 246 /* first 0 USHORT first valid low-byte */ 247 /* count 2 USHORT number of valid low-bytes * [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 78 /* format 0 USHORT must be 0 */ 79 /* length 2 USHORT table length in bytes */ 80 /* language 4 USHORT Mac language code */ 231 /* format 0 USHORT must be 2 */ 232 /* length 2 USHORT table length in bytes */ 233 /* language 4 USHORT Mac language code */ 234 /* keys 6 USHORT[256] sub-header keys */ 236 /* glyph_ids 518+NSUB*8 USHORT[] glyph ID array */ 250 /* first 0 USHORT first valid low-byte */ 251 /* count 2 USHORT number of valid low-bytes * [all...] |
/external/opencv/cvaux/src/ |
cvsegment.cpp | 46 ushort y; 47 ushort l; 48 ushort r; 49 ushort Prevl; 50 ushort Prevr; 58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \ 59 stack[StIn].l=(ushort)(IL); \ 60 stack[StIn].r=(ushort)(IR); \ 61 stack[StIn].Prevl=(ushort)(IPL); \ 62 stack[StIn].Prevr=(ushort)(IPR); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_emit.c | 128 const ushort *elts = prim_info->elts; 148 (ushort)translate->key.output_stride, 149 (ushort)vertex_count); 218 (ushort)translate->key.output_stride, 219 (ushort)count))
|
draw_pipe_vbuf.c | 73 ushort *indices; 129 static INLINE ushort 149 return (ushort)vertex->vertex_id; 377 (ushort) vbuf->vertex_size, 378 (ushort) vbuf->max_vertices); 444 vbuf->indices = (ushort *) align_malloc( vbuf->max_indices *
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_emit.c | 128 const ushort *elts = prim_info->elts; 148 (ushort)translate->key.output_stride, 149 (ushort)vertex_count); 218 (ushort)translate->key.output_stride, 219 (ushort)count))
|
/external/opencv/cxcore/src/ |
_cxipp.h | 75 IPCV_COPYSET( _16s_C1MR, ushort, int ) 78 IPCV_COPYSET( _16s_C3MR, ushort, int ) 97 ( const ushort* src1, int srcstep1, const ushort* src2, int srcstep2,\ 98 ushort* dst, int dststep, CvSize size, int scalefactor )) \ 166 IPCV_DEF_MEAN_MASK( 16u, ushort ) 214 IPCV_DEF_MEAN_SDV( 16u, ushort ) 240 IPCV_DEF_MIN_MAX_LOC( 16u, ushort, float, 0 ) 288 IPCV_DEF_SUM_NOHINT( 16u, ushort, 0 ) 304 IPCV_DEF_NON_ZERO( 16s, ushort ) [all...] |
/external/opencv/cv/src/ |
cvmorph.cpp | 92 static void icvErodeRectRow_16u( const ushort* src, ushort* dst, void* params ); 95 static void icvDilateRectRow_16u( const ushort* src, ushort* dst, void* params ); 100 static void icvErodeRectCol_16u( const ushort** src, ushort* dst, int dst_step, 106 static void icvDilateRectCol_16u( const ushort** src, ushort* dst, int dst_step, 113 static void icvErodeAny_16u( const ushort** src, ushort* dst, int dst_step [all...] |
/external/aac/libFDK/include/ |
FDK_crc.h | 120 const USHORT *pCrcLookup; /*!< Pointer to lookup table filled in FDK_crcInit(). */ 122 USHORT crcPoly; /*!< CRC generator polynom. */ 123 USHORT crcMask; /*!< CRC mask. */ 124 USHORT startValue; /*!< CRC start value. */ 130 USHORT crcValue; /*!< Crc value to be calculated. */ 226 USHORT FDKcrcGetCRC(
|