HomeSort by relevance Sort by last modified time
    Searched refs:WORD (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/bluetooth/bluez/tools/
parser.h 51 WORD = 267,
65 #define WORD 267
parser.y 59 %token <string> STRING WORD
73 | WORD
83 section : WORD
123 | WORD
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.h 48 static const SkPath* lookupOrCreatePathForGlyph(HDC, HFONT, WORD);
91 const WORD* glyphs,
SkiaFontWin.cpp 51 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* glyphs
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 68 /* Cost of breaking a line after the first word of a sentence, where
69 the length of the word is N. */
72 /* Cost of breaking a line before the last word of a sentence, where
73 the length of the word is N. */
112 /* Word descriptor structure. */
114 typedef struct Word WORD;
116 struct Word
121 const char *text; /* the text of the word */
122 short length; /* length of this word */
    [all...]
  /external/chromium/net/base/
winsock_init.cc 17 WORD winsock_ver = MAKEWORD(2, 2);
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketinit.cc 47 WORD wVersionRequested = MAKEWORD(1, 0);
  /external/srec/srec/include/
sample.h 55 /* 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
65 typedef asr_uint16_t WORD;
79 WORD wFormatTag;
80 WORD nChannels;
83 WORD nBlockAlign;
93 WORD wBitsPerSample
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxaccel.c 40 void BMKBRP(struct BitMap *a,WORD b, WORD c,struct RastPort *d,WORD e,WORD f,WORD g,WORD h,UBYTE i,APTR j)
43 void BBRP(struct BitMap *a,WORD b, WORD c,struct RastPort *d,WORD e,WORD f,WORD g,WORD h,UBYTE i
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 80 WORD);
131 // Set word spacing. We will try to insert this much extra space between
132 // each word in the input (beyond whatever whitespace character separates
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;
FontUtilsChromiumWin.h 81 bool getDerivedFontData(const UChar* family, int style, LOGFONT*, int* ascent, HFONT*, SCRIPT_CACHE**, WORD* spaceGlyph);
  /external/quake/quake/src/WinQuake/
mplib.cpp 24 typedef unsigned short WORD;
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;
  /external/chromium/base/win/
pe_image.h 75 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);
pe_image.cc 96 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 ordinal = 0
    [all...]
  /external/valgrind/main/none/tests/x86-linux/
seg_override.c 8 typedef unsigned short WORD; /* I guess */
12 WORD LimitLow;
13 WORD BaseLow;
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmwin.h 44 STDMETHOD(HandleActivate)(THIS_ WORD wparam) PURE;
d3dtypes.h 539 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 v3;
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMWIN.H 44 STDMETHOD(HandleActivate)(THIS_ WORD wparam) PURE;
D3DTYPES.H 539 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 v3;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
DIBPixelData.cpp 31 static const WORD bitmapType = 0x4d42; // BMP format
32 static const WORD bitmapPixelsPerMeter = 2834; // 72 dpi
UniscribeController.h 60 Vector<WORD>& glyphs, Vector<WORD>& clusters,
GlyphPageTreeNodeCairoWin.cpp 52 WORD localGlyphBuffer[GlyphPage::size * 2];
  /frameworks/base/core/java/android/provider/
UserDictionary.java 59 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
66 * The word column.
69 public static final String WORD = "word";
78 * The locale that this word belongs to. Null if it pertains to all
85 * The uid of the application that inserted the word.
90 /** The locale type to specify that the word is common to all locales. */
93 /** The locale type to specify that the word is for the current locale. */
101 /** Adds a word to the dictionary, with the given frequency and the specified
104 * @param word the word to add to the dictionary. This should not be null o
    [all...]
  /external/chromium/base/
file_version_info_win.cc 29 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/
gelf_xlate.h 23 FUNDAMENTAL (WORD, Word, LIBELFBITS);

Completed in 1106 milliseconds

1 2 3 4 5