OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNISCRIBE_HELPER_STACK_CHARS
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h
50
#define
UNISCRIBE_HELPER_STACK_CHARS
32
269
Vector<WORD,
UNISCRIBE_HELPER_STACK_CHARS
> m_glyphs;
278
Vector<WORD,
UNISCRIBE_HELPER_STACK_CHARS
> m_logs;
281
Vector<SCRIPT_VISATTR,
UNISCRIBE_HELPER_STACK_CHARS
> m_visualAttributes;
285
Vector<int,
UNISCRIBE_HELPER_STACK_CHARS
> m_advance;
291
Vector<GOFFSET,
UNISCRIBE_HELPER_STACK_CHARS
> m_offsets;
300
Vector<int,
UNISCRIBE_HELPER_STACK_CHARS
> m_justify;
UniscribeHelper.cpp
712
if (itemLength <
UNISCRIBE_HELPER_STACK_CHARS
) {
716
numGlyphs =
UNISCRIBE_HELPER_STACK_CHARS
;
[
all
...]
Completed in 18 milliseconds