HomeSort by relevance Sort by last modified time
    Searched refs:LEGlyphFilter (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/layout/
LEGlyphFilter.h 21 class LEGlyphFilter /* not : public UObject because this is an interface/mixin class */ {
27 virtual ~LEGlyphFilter();
SingleSubstitutionSubtables.h 16 #include "LEGlyphFilter.h"
25 le_uint32 process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
32 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
40 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
GlyphSubstLookupProc.h 15 #include "LEGlyphFilter.h"
33 const LEGlyphFilter *filter,
48 const LEGlyphFilter *fFilter;
GlyphSubstitutionTables.h 23 class LEGlyphFilter;
34 const LEGlyphFilter *filter,
CharSubstitutionFilter.h 11 #include "LEGlyphFilter.h"
23 class CharSubstitutionFilter : public UMemory, public LEGlyphFilter
GDEFMarkFilter.h 16 #include "LEGlyphFilter.h"
21 class GDEFMarkFilter : public UMemory, public LEGlyphFilter
AlternateSubstSubtables.h 16 #include "LEGlyphFilter.h"
36 le_uint32 process(const LEReferenceTo<AlternateSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
MultipleSubstSubtables.h 16 #include "LEGlyphFilter.h"
35 le_uint32 process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter = NULL) const;
SingleSubstitutionSubtables.cpp 8 #include "LEGlyphFilter.h"
17 le_uint32 SingleSubstitutionSubtable::process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const
43 le_uint32 SingleSubstitutionFormat1Subtable::process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const
61 le_uint32 SingleSubstitutionFormat2Subtable::process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const
GlyphPositioningTables.h 24 class LEGlyphFilter;
GlyphSubstitutionTables.cpp 8 #include "LEGlyphFilter.h"
26 const LEGlyphFilter *filter,
LigatureSubstSubtables.h 16 #include "LEGlyphFilter.h"
43 le_uint32 process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
LayoutEngine.h 18 class LEGlyphFilter;
304 * @see LEGlyphFilter
308 static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
325 * @see LEGlyphFilter
329 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
AlternateSubstSubtables.cpp 8 #include "LEGlyphFilter.h"
18 GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const
LigatureSubstSubtables.cpp 7 #include "LEGlyphFilter.h"
16 le_uint32 LigatureSubstitutionSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const
MultipleSubstSubtables.cpp 8 #include "LEGlyphFilter.h"
17 le_uint32 MultipleSubstitutionSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter) const
GlyphSubstLookupProc.cpp 8 #include "LEGlyphFilter.h"
32 const LEGlyphFilter *filter,
OpenTypeLayoutEngine.h 10 #include "LEGlyphFilter.h"
231 LEGlyphFilter *fSubstitutionFilter;
LayoutEngine.cpp 76 // This is here to get it out of LEGlyphFilter.h.
79 LEGlyphFilter::~LEGlyphFilter()
95 class CanonMarkFilter : public UMemory, public LEGlyphFilter
387 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success)
423 void LayoutEngine::adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success)
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 129 milliseconds