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

1 2 3 4 5 6

  /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/openssl/crypto/aes/asm/
aes-parisc.pl 440 .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 0x6c36365a, 0x7e3f3f41, 0xf5f7f702, 0x83cccc4
    [all...]
  /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/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/openssl/crypto/sha/asm/
sha512-parisc.pl 169 .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 0x0fc19dc6,0x8b8cd5b5,0x240ca1cc,0x77ac9c6
    [all...]
  /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);
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 55 { UserDictionary.Words._ID, UserDictionary.Words.WORD};
57 { UserDictionary.Words._ID, UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT};
66 UserDictionary.Words.WORD,
70 UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT
87 // Either the locale is empty (means the word is applicable to all locales)
88 // or the word equals our current locale
94 private static final String DELETE_SELECTION_WITH_SHORTCUT = UserDictionary.Words.WORD
96 private static final String DELETE_SELECTION_WITHOUT_SHORTCUT = UserDictionary.Words.WORD
100 UserDictionary.Words.WORD + "=?";
172 "UPPER(" + UserDictionary.Words.WORD + ")")
188 final String word = getWord(position); local
    [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];
  /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++];
  /cts/tests/tests/provider/src/android/provider/cts/
UserDictionary_WordsTest.java 36 UserDictionary.Words.WORD,
64 String word = "UserDictionary_WordsTest"; local
66 UserDictionary.Words.addWord(getContext(), word, frequency, local
70 UserDictionary.Words.WORD + "='" + word + "'", null, null);
76 assertEquals(word, cursor.getString(WORD_INDEX));
88 private void assertWord(String word, int frequency, String shortcut, Locale locale,
91 UserDictionary.Words.addWord(mContext, word, frequency, shortcut, locale);
94 UserDictionary.Words.WORD + "='" + word + "'", null, null)
    [all...]
  /external/elfutils/libelf/
gelf_xlate.h 56 FUNDAMENTAL (WORD, Word, LIBELFBITS);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CapsModeUtils.java 198 // START, WORD, PERIOD, ABBREVIATION
200 // letter => WORD
203 // On WORD : (within the word just before the first period)
204 // letter => WORD
206 // otherwise => end with caps (it was a word with a full stop at the end)
218 final int WORD = 1;
230 state = WORD;
237 case WORD:
239 state = WORD;
    [all...]

Completed in 2654 milliseconds

1 2 3 4 5 6