Home
last modified time | relevance | path

Searched refs:USHORT (Results 1 - 25 of 52) sorted by relevance

123

/third_party/python/Modules/
H A Dwinreparse.h18 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 Dsocketmodule.h36 USHORT addressFamily;
37 USHORT family;
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
H A DFontDataTests.java59 * 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 DCMapFormat4.java32 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 DCMapFormat2.java25 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 DCompositeGlyph.java49 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 DSimpleGlyph.java69 * 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 DGlyphStripper.java87 + (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 DBitmapGlyph.java58 + FontData.DataSize.USHORT.size()),
63 + FontData.DataSize.USHORT.size()),
67 ebdtComponentLength(FontData.DataSize.USHORT.size() + 2 * FontData.DataSize.CHAR.size()),
H A DIndexSubTableFormat3.java59 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 DIndexSubTableFormat5.java68 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 DEblcTable.java110 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 Dhp3900_types.c185 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 Du_unfilled_gen.py27 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 Dwglext.h540 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 Dwglext.h521 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 Dwgl.h612 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 Dwglext.h535 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 Dwglext.h535 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 Dwgl.h621 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 Dwglext.h525 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 Dversion_win32.c46 USHORT wServicePackMajor;
47 USHORT wServicePackMinor;
48 USHORT wSuiteMask;
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h65 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 DSecurityUtils.cpp36 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 Dwgl.h631 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...]

Completed in 30 milliseconds

123