OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fakeGlyphStorage
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
LayoutEngine.cpp
218
LEGlyphStorage
fakeGlyphStorage
;
220
fakeGlyphStorage
.allocateGlyphArray(count, rightToLeft, success);
239
CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered,
fakeGlyphStorage
);
243
fakeGlyphStorage
.allocateAuxData(success);
256
fakeGlyphStorage
[out] = (LEGlyphID) inChars[i];
257
fakeGlyphStorage
.setAuxData(out, canonFeatures, success);
264
outCharCount = canonGSUBTable->process(
fakeGlyphStorage
, rightToLeft, scriptTag, langSysTag, NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
274
* The char indices array in
fakeGlyphStorage
has the correct mapping
279
glyphStorage.adoptCharIndicesArray(
fakeGlyphStorage
);
290
outChars[out] = (LEUnicode) LE_GET_GLYPH(
fakeGlyphStorage
[i])
[
all
...]
OpenTypeLayoutEngine.cpp
302
LEGlyphStorage
fakeGlyphStorage
;
314
outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars,
fakeGlyphStorage
, success);
322
glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft,
fakeGlyphStorage
, success);
327
glyphProcessing(chars, offset, count, max, rightToLeft,
fakeGlyphStorage
, success);
335
outGlyphCount = glyphPostProcessing(
fakeGlyphStorage
, glyphStorage, success);
Completed in 64 milliseconds