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

  /external/icu/icu4c/source/layout/
GlyphPositioningTables.cpp 15 #include "GlyphPositionAdjustments.h"
19 void GlyphPositioningTableHeader::process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft,
33 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
35 glyphPositionAdjustments->applyCursiveAdjustments(glyphStorage, rightToLeft, fontInstance);
GlyphIterator.cpp 10 #include "GlyphPositionAdjustments.h"
18 GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
21 glyphStorage(theGlyphStorage), glyphPositionAdjustments(theGlyphPositionAdjustments),
55 glyphPositionAdjustments = that.glyphPositionAdjustments;
74 glyphPositionAdjustments = that.glyphPositionAdjustments;
93 glyphPositionAdjustments = that.glyphPositionAdjustments;
183 glyphPositionAdjustments->getEntryPoint(position, entryPoint)
    [all...]
GlyphPositioningTables.h 25 class GlyphPositionAdjustments;
30 void process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
LookupProcessor.h 28 class GlyphPositionAdjustments;
37 le_int32 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
GlyphIterator.h 22 class GlyphPositionAdjustments;
26 GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
87 GlyphPositionAdjustments *glyphPositionAdjustments;
LookupProcessor.cpp 49 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
63 GlyphIterator glyphIterator(glyphStorage, glyphPositionAdjustments,

Completed in 832 milliseconds