OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGlyphStorage
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/layout/
LayoutEngine.cpp
148
:
fGlyphStorage
(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
155
fGlyphStorage
= new LEGlyphStorage();
156
if (
fGlyphStorage
== NULL) {
163
return
fGlyphStorage
->getGlyphCount();
168
fGlyphStorage
->getCharIndices(charIndices, indexBase, success);
173
fGlyphStorage
->getCharIndices(charIndices, success);
179
fGlyphStorage
->getGlyphs(glyphs, extraBits, success);
184
fGlyphStorage
->getGlyphs(glyphs, success);
190
fGlyphStorage
->getGlyphPositions(positions, success);
195
fGlyphStorage
->getGlyphPosition(glyphIndex, x, y, success)
[
all
...]
IndicReordering.cpp
97
LEGlyphStorage &
fGlyphStorage
;
177
: fSyllableCount(0), fOutIndex(0), fOutChars(outChars),
fGlyphStorage
(glyphStorage),
212
fGlyphStorage
.setCharIndex(fOutIndex, charIndex, success);
213
fGlyphStorage
.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
222
fGlyphStorage
.setAuxData( charIndex, charFeatures, success );
229
return
fGlyphStorage
.getAuxData(charIndex,success);
240
le_int32 saveIndex =
fGlyphStorage
.getCharIndex(i+inv_count,success);
241
le_uint32 saveAuxData =
fGlyphStorage
.getAuxData(i+inv_count,success);
269
saveIndex =
fGlyphStorage
.getCharIndex(fromPosition,success);
270
saveAuxData =
fGlyphStorage
.getAuxData(fromPosition,success)
[
all
...]
KhmerReordering.cpp
133
LEGlyphStorage &
fGlyphStorage
;
138
: fSyllableCount(0), fOutIndex(0), fOutChars(outChars),
fGlyphStorage
(glyphStorage)
159
fGlyphStorage
.setCharIndex(fOutIndex, charIndex, success);
160
fGlyphStorage
.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
LayoutEngine.h
86
LEGlyphStorage *
fGlyphStorage
;
TibetanReordering.cpp
135
LEGlyphStorage &
fGlyphStorage
;
140
: fSyllableCount(0), fOutIndex(0), fOutChars(outChars),
fGlyphStorage
(glyphStorage)
161
fGlyphStorage
.setCharIndex(fOutIndex, charIndex, success);
162
fGlyphStorage
.setAuxData(fOutIndex, featureMask, success);
Completed in 344 milliseconds