OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstGlyph
(Results
1 - 25
of
26
) sorted by null
1
2
/external/icu4c/layout/
IndicRearrangementProcessor.cpp
34
firstGlyph
= 0;
45
firstGlyph
= currGlyph;
78
a = glyphStorage[
firstGlyph
];
79
ia = glyphStorage.getCharIndex(
firstGlyph
, success);
80
x =
firstGlyph
+ 1;
98
while (x >=
firstGlyph
) {
105
glyphStorage[
firstGlyph
] = d;
106
glyphStorage.setCharIndex(
firstGlyph
, id, success);
110
a = glyphStorage[
firstGlyph
];
111
ia = glyphStorage.getCharIndex(
firstGlyph
, success)
[
all
...]
IndicRearrangementProcessor2.cpp
34
firstGlyph
= 0;
45
firstGlyph
= currGlyph;
77
a = glyphStorage[
firstGlyph
];
78
ia = glyphStorage.getCharIndex(
firstGlyph
, success);
79
x =
firstGlyph
+ 1;
97
while (x >=
firstGlyph
) {
104
glyphStorage[
firstGlyph
] = d;
105
glyphStorage.setCharIndex(
firstGlyph
, id, success);
109
a = glyphStorage[
firstGlyph
];
110
ia = glyphStorage.getCharIndex(
firstGlyph
, success)
[
all
...]
TrimmedArrayProcessor.cpp
30
firstGlyph
= SWAPW(trimmedArrayLookupTable->
firstGlyph
);
31
lastGlyph =
firstGlyph
+ SWAPW(trimmedArrayLookupTable->glyphCount);
47
if ((ttGlyph >
firstGlyph
) && (ttGlyph < lastGlyph)) {
48
TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph -
firstGlyph
]);
TrimmedArrayProcessor2.cpp
30
firstGlyph
= SWAPW(trimmedArrayLookupTable->
firstGlyph
);
31
lastGlyph =
firstGlyph
+ SWAPW(trimmedArrayLookupTable->glyphCount);
47
if ((ttGlyph >
firstGlyph
) && (ttGlyph < lastGlyph)) {
48
TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph -
firstGlyph
]);
StateTableProcessor.cpp
33
firstGlyph
= SWAPW(classTable->
firstGlyph
);
34
lastGlyph =
firstGlyph
+ SWAPW(classTable->nGlyphs);
63
} else if ((glyphCode >=
firstGlyph
) && (glyphCode < lastGlyph)) {
64
classCode = classTable->classArray[glyphCode -
firstGlyph
];
SegmentArrayProcessor.cpp
47
TTGlyphID
firstGlyph
= SWAPW(lookupSegment->
firstGlyph
);
52
TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) -
firstGlyph
]);
SegmentArrayProcessor2.cpp
47
TTGlyphID
firstGlyph
= SWAPW(lookupSegment->
firstGlyph
);
52
TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) -
firstGlyph
]);
TrimmedArrayProcessor.h
52
TTGlyphID
firstGlyph
;
TrimmedArrayProcessor2.h
52
TTGlyphID
firstGlyph
;
LookupTables.h
39
TTGlyphID
firstGlyph
;
84
TTGlyphID
firstGlyph
;
ClassDefinitionTables.cpp
68
TTGlyphID
firstGlyph
= SWAPW(startGlyph);
69
TTGlyphID lastGlyph =
firstGlyph
+ SWAPW(glyphCount);
71
if (ttGlyphID >=
firstGlyph
&& ttGlyphID < lastGlyph) {
72
return SWAPW(classValueArray[ttGlyphID -
firstGlyph
]);
IndicRearrangementProcessor.h
54
le_int32
firstGlyph
;
IndicRearrangementProcessor2.h
54
le_int32
firstGlyph
;
OpenTypeTables.h
38
TTGlyphID
firstGlyph
;
StateTableProcessor.h
47
TTGlyphID
firstGlyph
;
ContextualGlyphSubstProc2.cpp
118
TTGlyphID
firstGlyph
= SWAPW(lookupTable8->
firstGlyph
);
119
TTGlyphID lastGlyph =
firstGlyph
+ SWAPW(lookupTable8->glyphCount);
121
if ((glyphCode >=
firstGlyph
) && (glyphCode < lastGlyph)) {
122
newGlyph = SWAPW(lookupTable8->valueArray[glyphCode -
firstGlyph
]);
PairPositioningSubtables.cpp
47
LEGlyphID
firstGlyph
= glyphIterator->getCurrGlyphID();
48
le_int32 coverageIndex = getGlyphCoverage(
firstGlyph
);
90
LEGlyphID
firstGlyph
= glyphIterator->getCurrGlyphID();
91
le_int32 coverageIndex = getGlyphCoverage(
firstGlyph
);
98
le_int32 class1 = classDef1->getGlyphClass(
firstGlyph
);
StateTableProcessor2.cpp
140
TTGlyphID
firstGlyph
= SWAPW(lookupTable8->
firstGlyph
);
141
TTGlyphID lastGlyph =
firstGlyph
+ SWAPW(lookupTable8->glyphCount);
152
} else if ((glyphCode >=
firstGlyph
) && (glyphCode < lastGlyph)) {
153
classCode = SWAPW(lookupTable8->valueArray[glyphCode -
firstGlyph
]);
StateTables.h
50
TTGlyphID
firstGlyph
;
OpenTypeUtilities.cpp
93
if (SWAPW(records[extra].
firstGlyph
) <= glyphID) {
100
if (SWAPW(records[range + probe].
firstGlyph
) <= glyphID) {
105
if (SWAPW(records[range].
firstGlyph
) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) {
CoverageTables.cpp
85
TTGlyphID firstInRange = SWAPW(rangeRecordArray[rangeIndex].
firstGlyph
);
LookupTables.cpp
49
if (SWAPW(entry->
firstGlyph
) <= ttGlyph) {
/external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h
194
typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathGlyphRangeProc)(GrGLuint firstPathName, GrGLenum fontTarget, const GrGLvoid *fontName, GrGLbitfield fontStyle, GrGLuint
firstGlyph
, GrGLsizei numGlyphs, GrGLenum handleMissingGlyphs, GrGLuint pathParameterTemplate, GrGLfloat emScale);
/external/skia/include/gpu/gl/
GrGLFunctions.h
194
typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathGlyphRangeProc)(GrGLuint firstPathName, GrGLenum fontTarget, const GrGLvoid *fontName, GrGLbitfield fontStyle, GrGLuint
firstGlyph
, GrGLsizei numGlyphs, GrGLenum handleMissingGlyphs, GrGLuint pathParameterTemplate, GrGLfloat emScale);
/external/chromium_org/third_party/mesa/src/include/GL/
glext.h
[
all
...]
Completed in 183 milliseconds
1
2