Searched refs:WORD (Results 1 - 25 of 96) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaFontWin.h48 static const SkPath* lookupOrCreatePathForGlyph(HDC, HFONT, WORD);
91 const WORD* glyphs,
H A DSkiaFontWin.cpp51 CachedOutlineKey(HFONT f, WORD g) : font(f), glyph(g), path(0) {}
54 WORD glyph;
109 for (WORD i = 0; i < polyCurve->cpfx; i++) {
116 for (WORD i = 0; i < polyCurve->cpfx - 1; i++) {
145 static bool getPathForGlyph(HDC dc, WORD glyph, SkPath* path)
170 curPoly += sizeof(WORD) * 2 + sizeof(POINTFX) * polyCurve->cpfx;
182 const SkPath* SkiaWinOutlineCache::lookupOrCreatePathForGlyph(HDC hdc, HFONT font, WORD glyph)
284 const WORD* glyphs,
291 SkASSERT(sizeof(WORD) == sizeof(uint16_t));
352 const WORD* glyph
[all...]
/external/chromium/net/base/
H A Dwinsock_init.cc17 WORD winsock_ver = MAKEWORD(2, 2);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32socketinit.cc47 WORD wVersionRequested = MAKEWORD(1, 0);
/external/openssl/crypto/aes/asm/
H A Daes-parisc.pl440 .WORD 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
441 .WORD 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
442 .WORD 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
443 .WORD 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
444 .WORD 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
445 .WORD 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
446 .WORD 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
447 .WORD 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
448 .WORD 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
449 .WORD
[all...]
/external/srec/srec/include/
H A Dsample.h55 /* VxWorks simulator defines DWORD and WORD already */
60 /* following two lines does not help. It only works when WORD is defined by MACRO: #define WORD unsigned short */
61 #ifdef WORD
62 #undef WORD macro
65 typedef asr_uint16_t WORD; typedef
79 WORD wFormatTag;
80 WORD nChannels;
83 WORD nBlockAlign;
93 WORD wBitsPerSampl
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelper.h80 WORD);
204 WORD firstGlyphForCharacter(int charOffset) const;
272 Vector<WORD, UNISCRIBE_HELPER_STACK_CHARS> m_glyphs;
281 Vector<WORD, UNISCRIBE_HELPER_STACK_CHARS> m_logs;
326 WORD m_spaceGlyph;
396 WORD m_spaceGlyph;
H A DFontUtilsChromiumWin.h81 bool getDerivedFontData(const UChar* family, int style, LOGFONT*, int* ascent, HFONT*, SCRIPT_CACHE**, WORD* spaceGlyph);
H A DGlyphPageTreeNodeChromiumWin.cpp118 WORD localGlyphBuffer[GlyphPage::size];
204 WORD glyph = state.firstGlyphForCharacter(i * 2);
/external/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl169 .WORD 0x428a2f98,0xd728ae22,0x71374491,0x23ef65cd
170 .WORD 0xb5c0fbcf,0xec4d3b2f,0xe9b5dba5,0x8189dbbc
171 .WORD 0x3956c25b,0xf348b538,0x59f111f1,0xb605d019
172 .WORD 0x923f82a4,0xaf194f9b,0xab1c5ed5,0xda6d8118
173 .WORD 0xd807aa98,0xa3030242,0x12835b01,0x45706fbe
174 .WORD 0x243185be,0x4ee4b28c,0x550c7dc3,0xd5ffb4e2
175 .WORD 0x72be5d74,0xf27b896f,0x80deb1fe,0x3b1696b1
176 .WORD 0x9bdc06a7,0x25c71235,0xc19bf174,0xcf692694
177 .WORD 0xe49b69c1,0x9ef14ad2,0xefbe4786,0x384f25e3
178 .WORD
[all...]
/external/quake/quake/src/WinQuake/
H A Dmplib.cpp24 typedef unsigned short WORD; typedef
88 WORD rtqLen; // Length of buffer, excluding preface
89 WORD rtqUpCtr; // Up Counter of bytes used so far
90 WORD rtqQCtr; // number of nodes attached
91 WORD padding; // DWORD alignment
97 WORD rtqFromDQ;
98 WORD rtqToDQ;
H A Dsnd_gus.cpp448 #define WORD unsigned short macro
518 WORD Rate;
524 WORD Rate;
538 static WORD CodecRegisterSelect;
539 static WORD CodecData;
540 static WORD CodecStatus;
541 static WORD Gf1TimerControl;
542 static WORD Gf1PageRegister;
543 static WORD Gf1RegisterSelect;
544 static WORD Gf1DataLo
[all...]
/external/chromium/base/win/
H A Dpe_image.h75 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type,
93 static WORD ToOrdinal(LPCSTR name);
102 WORD GetNumSections() const;
149 bool GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const;
243 inline WORD PEImage::ToOrdinal(LPCSTR name) {
244 return reinterpret_cast<WORD>(name);
H A Dpe_image.cc96 WORD PEImage::GetNumSections() const {
157 WORD ordinal = 0;
189 bool PEImage::GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const {
233 *ordinal = ordinals[lower - names] + static_cast<WORD>(exports->Base);
321 sizeof(WORD);
324 WORD type = *reloc >> 12;
369 WORD ordinal = 0;
370 WORD hint = 0;
373 ordinal = static_cast<WORD>(IMAGE_ORDINAL32(name_table->u1.Ordinal));
462 WORD ordina
[all...]
/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c8 typedef unsigned short WORD; /* I guess */ typedef
12 WORD LimitLow;
13 WORD BaseLow;
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dd3drmwin.h44 STDMETHOD(HandleActivate)(THIS_ WORD wparam) PURE;
H A Dd3dtypes.h539 WORD wCount; /* Count of instruction data units to follow */
578 WORD wRepeatFactor;
579 WORD wLinePattern;
785 WORD wStart; /* Index to first vertex in source */
786 WORD wDest; /* Index to first vertex in local buffer */
837 WORD v1; /* Vertex indices */
838 WORD wV1;
841 WORD v2;
842 WORD wV2;
845 WORD v
[all...]
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DD3DRMWIN.H44 STDMETHOD(HandleActivate)(THIS_ WORD wparam) PURE;
H A DD3DTYPES.H539 WORD wCount; /* Count of instruction data units to follow */
578 WORD wRepeatFactor;
579 WORD wLinePattern;
785 WORD wStart; /* Index to first vertex in source */
786 WORD wDest; /* Index to first vertex in local buffer */
837 WORD v1; /* Vertex indices */
838 WORD wV1;
841 WORD v2;
842 WORD wV2;
845 WORD v
[all...]
/external/webkit/Source/WebCore/platform/graphics/win/
H A DDIBPixelData.cpp31 static const WORD bitmapType = 0x4d42; // BMP format
32 static const WORD bitmapPixelsPerMeter = 2834; // 72 dpi
H A DUniscribeController.h60 Vector<WORD>& glyphs, Vector<WORD>& clusters,
H A DGlyphPageTreeNodeCairoWin.cpp52 WORD localGlyphBuffer[GlyphPage::size * 2];
/external/chromium/base/
H A Dfile_version_info_win.cc29 WORD language;
30 WORD code_page;
143 WORD lang_codepage[8];
161 WORD language = lang_codepage[i++];
162 WORD code_page = lang_codepage[i++];
/external/elfutils/libelf/
H A Dgelf_xlate.h56 FUNDAMENTAL (WORD, Word, LIBELFBITS);
/external/webkit/Source/WebCore/platform/win/
H A DSystemInfo.cpp139 static WORD processorArchitecture()
142 static WORD architecture = PROCESSOR_ARCHITECTURE_INTEL;

Completed in 481 milliseconds

1234