/third_party/python/Modules/ |
H A D | winreparse.h | 18 USHORT ReparseDataLength; 19 USHORT Reserved; 22 USHORT SubstituteNameOffset; 23 USHORT SubstituteNameLength; 24 USHORT PrintNameOffset; 25 USHORT PrintNameLength; 31 USHORT SubstituteNameOffset; 32 USHORT SubstituteNameLength; 33 USHORT PrintNameOffset; 34 USHORT PrintNameLengt [all...] |
H A D | socketmodule.h | 36 USHORT addressFamily; 37 USHORT family;
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
H A D | FontDataTests.java | 59 * FontData.DataSize.USHORT.size(), 0, FontData.DataSize.USHORT.size(), 60 LOWER_BYTE_ARRAY_FOR_SEARCHING.length * FontData.DataSize.USHORT.size(), 61 FontData.DataSize.USHORT.size()}, 65 * FontData.DataSize.USHORT.size(), 0, 2 * FontData.DataSize.USHORT.size(), 66 FontData.DataSize.USHORT.size(), 2 * FontData.DataSize.USHORT.size()}, 70 * FontData.DataSize.USHORT.size(), 71 LOWER_BYTE_ARRAY_FOR_SEARCHING.length * FontData.DataSize.USHORT [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | CMapFormat4.java | 32 FontData.DataSize.USHORT.size(), in glyphId() 34 FontData.DataSize.USHORT.size(), in glyphId() 101 data.readUShort(startCodeOffset(segCount) + index * FontData.DataSize.USHORT.size()); in startCode() 107 Offset.format4EndCount.offset + FontData.DataSize.USHORT.size() + segCount in startCodeOffset() 108 * FontData.DataSize.USHORT.size(); in startCodeOffset() 114 data.readUShort(Offset.format4EndCount.offset + index * FontData.DataSize.USHORT.size()); in endCode() 126 Offset.format4EndCount.offset + ((2 * segCount) + 1) * FontData.DataSize.USHORT.size(); in idDeltaOffset() 132 data.readUShort(idRangeOffsetOffset(segCount) + index * FontData.DataSize.USHORT.size()); in idRangeOffset() 138 Offset.format4EndCount.offset + ((2 * segCount) + 1) * FontData.DataSize.USHORT.size() in idRangeOffsetOffset() 145 Offset.format4EndCount.offset + ((3 * segCount) + 1) * FontData.DataSize.USHORT in glyphIdArrayOffset() [all...] |
H A D | CMapFormat2.java | 25 Offset.format2SubHeaderKeys.offset + subHeaderIndex * FontData.DataSize.USHORT.size()); in subHeaderOffset() 107 + (lowByte - firstCode) * FontData.DataSize.USHORT.size(); in glyphId()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | CompositeGlyph.java | 49 int index = 5 * FontData.DataSize.USHORT.size(); // header in initialize() 54 index += 2 * FontData.DataSize.USHORT.size(); // flags and in initialize() 72 index += FontData.DataSize.USHORT.size(); in initialize() 89 return this.data.readUShort(FontData.DataSize.USHORT.size() + this.contourIndex.get(contour)); in glyphIndex() 93 int index = 2 * FontData.DataSize.USHORT.size() + this.contourIndex.get(contour); in argument1() 102 int index = 2 * FontData.DataSize.USHORT.size() + this.contourIndex.get(contour); in argument2() 105 return this.data.readUShort(index + FontData.DataSize.USHORT.size()); in argument2() 124 int index = this.contourIndex.get(contour) + 2 * FontData.DataSize.USHORT.size(); in transformation()
|
H A D | SimpleGlyph.java | 69 * FontData.DataSize.USHORT.size()); in initialize() 72 * FontData.DataSize.USHORT.size(); in initialize() 92 + (this.numberOfContours() * FontData.DataSize.USHORT.size()) in initialize() 93 + FontData.DataSize.USHORT.size() in initialize() 183 contour * FontData.DataSize.USHORT.size() + Offset.simpleEndPtsOfCountours.offset); in contourEndPoint()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | GlyphStripper.java | 87 + (simpleGlyph.numberOfContours() * ReadableFontData.DataSize.USHORT.size()); in writeHeaderAndContoursSize() 96 return ReadableFontData.DataSize.USHORT.size(); in writeZeroInstructionLength() 122 int index = 5 * ReadableFontData.DataSize.USHORT.size(); in overrideCompositeGlyfFlags() 128 index += 2 * ReadableFontData.DataSize.USHORT.size(); in overrideCompositeGlyfFlags() 170 - ReadableFontData.DataSize.USHORT.size(); in computeCompositeStrippedGlyphSize()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
H A D | BitmapGlyph.java | 58 + FontData.DataSize.USHORT.size()), 63 + FontData.DataSize.USHORT.size()), 67 ebdtComponentLength(FontData.DataSize.USHORT.size() + 2 * FontData.DataSize.CHAR.size()),
|
H A D | IndexSubTableFormat3.java | 59 Offset.indexSubTable3_offsetArray.offset + loca * FontData.DataSize.USHORT.size(); in loca() 61 Offset.indexSubTable3_offsetArray.offset + loca * FontData.DataSize.USHORT.size()); in loca() 87 * FontData.DataSize.USHORT.size(); in dataLength() 145 * FontData.DataSize.USHORT.size())); in initialize()
|
H A D | IndexSubTableFormat5.java | 68 FontData.DataSize.USHORT.size(), this.numGlyphs(), glyphId); in glyphStartOffset() 104 return Offset.indexSubTable5_glyphArray.offset + numGlyphs * FontData.DataSize.USHORT.size(); in dataLength() 183 Offset.indexSubTable5_glyphArray.offset + i * FontData.DataSize.USHORT.size())); in initialize() 255 * FontData.DataSize.USHORT.size(); in subDataSizeToSerialize()
|
H A D | EblcTable.java | 110 indexSubTable4_codeOffsetPairLength(2 * FontData.DataSize.USHORT.size()), 112 indexSubTable4_codeOffsetPair_offset(FontData.DataSize.USHORT.size()), 124 codeOffsetPairLength(2 * FontData.DataSize.USHORT.size()), 126 codeOffsetPair_offset(FontData.DataSize.USHORT.size());
|
/third_party/backends/backend/ |
H A D | hp3900_types.c | 185 typedef unsigned short USHORT; typedef 383 USHORT *white_shading[3]; /* +36 +40 +44 */ 384 USHORT *black_shading[3]; /* +48 +52 +56 */ 399 USHORT *tables[4]; /* +16+20+24+28 fa08 fa0c fa10 fa14 */ 400 USHORT *table2; /* +32 fa18 */ 755 USHORT *fixed_black_shading[3] = { NULL, NULL, NULL }; 756 USHORT *fixed_white_shading[3] = { NULL, NULL, NULL };
|
/third_party/mesa3d/src/util/indices/ |
H A D | u_unfilled_gen.py | 27 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' 30 INTYPES = (GENERATE, UBYTE, USHORT, UINT) 31 OUTTYPES = (USHORT, UINT)
|
/third_party/mesa3d/include/GL/ |
H A D | wglext.h | 540 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 541 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue); 545 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 546 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRe [all...] |
/third_party/openGLES/api/GL/ |
H A D | wglext.h | 521 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 522 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue); 526 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 527 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRe [all...] |
H A D | wgl.h | 612 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 613 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue); 617 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 618 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRe [all...] |
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | wglext.h | 535 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 536 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue); 540 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 541 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRe [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wglext.h | 535 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 536 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue); 540 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 541 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRe [all...] |
H A D | wgl.h | 621 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 622 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue); 626 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 627 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRe [all...] |
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
H A D | wglext.h | 525 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 526 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue); 530 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 531 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRe [all...] |
/third_party/curl/lib/ |
H A D | version_win32.c | 46 USHORT wServicePackMajor; 47 USHORT wServicePackMinor; 48 USHORT wSuiteMask;
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | 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 lea [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | SecurityUtils.cpp | 36 dest->Length = (USHORT)(len * sizeof(WCHAR));
in SetLsaString() 37 dest->MaximumLength = (USHORT)((len + 1) * sizeof(WCHAR));
in SetLsaString()
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
H A D | wgl.h | 631 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 632 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue); 636 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue); 637 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRe [all...] |