Searched refs:LEGlyphID (Results 1 - 25 of 109) sorted by relevance

12345

/external/icu/icu4c/source/layout/
H A DCoverageTables.h24 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
32 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
42 le_int32 getGlyphCoverage(LEGlyphID glyphID) const;
H A DLEGlyphFilter.h40 virtual le_bool accept(LEGlyphID glyph) const = 0;
H A DAttachmentPosnSubtables.h30 inline le_int32 getBaseCoverage(const LETableReference &base, LEGlyphID baseGlyphId, LEErrorCode &success) const;
35 inline le_int32 AttachmentPositioningSubtable::getBaseCoverage(const LETableReference &base, LEGlyphID baseGlyphID, LEErrorCode &success) const
H A DLookups.h36 inline le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const;
38 le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const;
41 inline le_int32 getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
43 inline le_int32 getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const;
66 inline le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const
71 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const {
76 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const {
H A DLEGlyphStorage.h49 LEGlyphID *fGlyphs;
110 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]);
149 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
313 inline LEGlyphID &operator[](le_int32 glyphIndex) const;
332 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
352 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
392 void setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success);
538 inline LEGlyphID &LEGlyphStorage::operator[](le_int32 glyphIndex) const
H A DAnchorTables.h27 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,
40 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const;
H A DCharSubstitutionFilter.h75 le_bool accept(LEGlyphID glyph) const;
H A DClassDefinitionTables.h24 le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
27 le_int32 getGlyphClass(LEGlyphID glyphID) const {
46 le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
64 le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
H A DGDEFMarkFilter.cpp27 le_bool GDEFMarkFilter::accept(LEGlyphID glyph) const
H A DMarkArrays.h32 le_int32 getMarkClass(LEGlyphID glyphID, le_int32 coverageIndex, const LEFontInstance *fontInstance,
H A DMarkToMarkPosnSubtables.cpp20 LEGlyphID MarkToMarkPositioningSubtable::findMark2Glyph(GlyphIterator *glyphIterator) const
31 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID();
32 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success);
51 LEGlyphID mark2Glyph = findMark2Glyph(&mark2Iterator);
52 le_int32 mark2Coverage = getBaseCoverage(base, (LEGlyphID) mark2Glyph, success);
H A DMarkToBasePosnSubtables.cpp20 LEGlyphID MarkToBasePositioningSubtable::findBaseGlyph(GlyphIterator *glyphIterator) const
31 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID();
32 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success);
52 LEGlyphID baseGlyph = findBaseGlyph(&baseIterator);
53 le_int32 baseCoverage = getBaseCoverage(base, (LEGlyphID) baseGlyph, success);
98 LEGlyphID otherMark = gi.getCurrGlyphID();
H A DLEInsertionList.h40 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
94 LEGlyphID *insert(le_int32 position, le_int32 count, LEErrorCode &success);
H A DGDEFMarkFilter.h33 virtual le_bool accept(LEGlyphID glyph) const;
H A DMarkToBasePosnSubtables.h27 LEGlyphID findBaseGlyph(GlyphIterator *glyphIterator) const;
H A DMarkToMarkPosnSubtables.h27 LEGlyphID findMark2Glyph(GlyphIterator *glyphIterator) const;
/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.h49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
55 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
59 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
H A DSimpleFontInstance.cpp54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
103 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const
105 return (LEGlyphID) ch;
128 le_bool SimpleFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/*point*/) const
/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.cpp59 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
97 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
104 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
109 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const
111 return (LEGlyphID) ch;
134 le_bool SimpleFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/*point*/) const
H A DSimpleFontInstance.h49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
55 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
59 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
/external/icu/icu4c/source/samples/layout/
H A DRenderingSurface.h26 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
H A DSurface.h12 void drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
H A Drsurface.h16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count,
H A DScriptCompositeFontInstance.cpp36 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
50 le_bool ScriptCompositeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
87 LEGlyphID ScriptCompositeFontInstance::mapCharToGlyph(LEUnicode32 ch) const
93 LEGlyphID subFont = LE_SET_SUB_FONT(0, script);
99 LEGlyphID glyph = scriptFont->mapCharToGlyph(ch);
H A DGnomeFontInstance.h37 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
86 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
88 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
90 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
100 void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
141 inline LEGlyphID GnomeFontInstance::mapCharToGlyph(LEUnicode32 ch) const

Completed in 232 milliseconds

12345