OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastglyph
(Results
1 - 14
of
14
) sorted by null
/external/icu4c/layout/
IndicRearrangementProcessor.cpp
35
lastGlyph
= 0;
49
lastGlyph
= currGlyph;
82
while (x <=
lastGlyph
) {
89
glyphStorage[
lastGlyph
] = a;
90
glyphStorage.setCharIndex(
lastGlyph
, ia, success);
94
d = glyphStorage[
lastGlyph
];
95
id = glyphStorage.getCharIndex(
lastGlyph
, success);
96
x =
lastGlyph
- 1;
112
id = glyphStorage.getCharIndex(
lastGlyph
, success);
114
glyphStorage[firstGlyph] = glyphStorage[
lastGlyph
];
[
all
...]
TrimmedArrayProcessor.cpp
31
lastGlyph
= firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
47
if ((ttGlyph > firstGlyph) && (ttGlyph <
lastGlyph
)) {
OpenTypeTables.h
39
TTGlyphID
lastGlyph
;
IndicRearrangementProcessor.h
55
le_int32
lastGlyph
;
LookupTables.h
38
TTGlyphID
lastGlyph
;
StateTableProcessor.h
48
TTGlyphID
lastGlyph
;
TrimmedArrayProcessor.h
53
TTGlyphID
lastGlyph
;
ClassDefinitionTables.cpp
69
TTGlyphID
lastGlyph
= firstGlyph + SWAPW(glyphCount);
71
if (ttGlyphID >= firstGlyph && ttGlyphID <
lastGlyph
) {
LookupTables.cpp
36
if (SWAPW(trial->
lastGlyph
) <= ttGlyph) {
44
if (SWAPW(trial->
lastGlyph
) <= ttGlyph) {
StateTableProcessor.cpp
34
lastGlyph
= firstGlyph + SWAPW(classTable->nGlyphs);
63
} else if ((glyphCode >= firstGlyph) && (glyphCode <
lastGlyph
)) {
OpenTypeUtilities.cpp
105
if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].
lastGlyph
) >= glyphID) {
/external/harfbuzz/src/
harfbuzz-gdef.h
83
`
LastGlyph
' is identical to the number of glyphs minus one in the
107
HB_UShort
LastGlyph
;
harfbuzz-gdef.c
73
gdef->
LastGlyph
= 0;
661
if ( glyphID >= gdef->
LastGlyph
)
938
gdef->
LastGlyph
= num_glyphs - 1;
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp
444
bool
lastGlyph
= lastRun && i + 1 == glyphCount;
446
if (
lastGlyph
)
490
if (!
lastGlyph
|| m_run.allowsTrailingExpansion()) {
Completed in 4593 milliseconds