OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastGlyph
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/layout/
TrimmedArrayProcessor.h
53
TTGlyphID
lastGlyph
;
TrimmedArrayProcessor2.h
53
TTGlyphID
lastGlyph
;
IndicRearrangementProcessor.h
55
le_int32
lastGlyph
;
IndicRearrangementProcessor2.h
55
le_int32
lastGlyph
;
StateTableProcessor.h
48
TTGlyphID
lastGlyph
;
ClassDefinitionTables.cpp
69
TTGlyphID
lastGlyph
= firstGlyph + SWAPW(glyphCount);
71
if (ttGlyphID >= firstGlyph && ttGlyphID <
lastGlyph
) {
OpenTypeTables.h
39
TTGlyphID
lastGlyph
;
StateTableProcessor2.cpp
141
TTGlyphID
lastGlyph
= firstGlyph + SWAPW(lookupTable8->glyphCount);
152
} else if ((glyphCode >= firstGlyph) && (glyphCode <
lastGlyph
)) {
ContextualGlyphSubstProc2.cpp
119
TTGlyphID
lastGlyph
= firstGlyph + SWAPW(lookupTable8->glyphCount);
121
if ((glyphCode >= firstGlyph) && (glyphCode <
lastGlyph
)) {
LookupTables.h
38
TTGlyphID
lastGlyph
;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h
80
SVGGlyph&
lastGlyph
= node->glyphs.last();
81
lastGlyph
.priority = m_currentPriority++;
82
lastGlyph
.unicodeStringLength = length;
85
appendToGlyphTable(
lastGlyph
);
87
m_namedGlyphs.add(glyphName,
lastGlyph
.tableEntry);
Completed in 184 milliseconds