Searched refs:GlyphPositionAdjustments (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/layout/
H A DGlyphPositionAdjustments.h23 class GlyphPositionAdjustments : public UMemory class in inherits:UMemory
99 GlyphPositionAdjustments();
102 GlyphPositionAdjustments(le_int32 glyphCount);
103 ~GlyphPositionAdjustments();
140 inline GlyphPositionAdjustments::Adjustment::Adjustment()
146 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff)
152 inline GlyphPositionAdjustments::Adjustment::~Adjustment()
157 inline float GlyphPositionAdjustments::Adjustment::getXPlacement() const
162 inline float GlyphPositionAdjustments::Adjustment::getYPlacement() const
167 inline float GlyphPositionAdjustments
[all...]
H A DGlyphPositionAdjustments.cpp8 #include "GlyphPositionAdjustments.h"
19 GlyphPositionAdjustments::GlyphPositionAdjustments(le_int32 glyphCount) function in class:GlyphPositionAdjustments
25 GlyphPositionAdjustments::~GlyphPositionAdjustments()
31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const
40 const LEPoint *GlyphPositionAdjustments::getExitPoint(le_int32 index, LEPoint &exitPoint)const
49 void GlyphPositionAdjustments::clearEntryPoint(le_int32 index)
56 void GlyphPositionAdjustments::clearExitPoint(le_int32 index)
63 void GlyphPositionAdjustments
[all...]
H A DGlyphPositioningTables.h24 class GlyphPositionAdjustments;
29 void process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
H A DGlyphIterator.h22 class GlyphPositionAdjustments;
26 GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
87 GlyphPositionAdjustments *glyphPositionAdjustments;
H A DGlyphPositioningTables.cpp15 #include "GlyphPositionAdjustments.h"
19 void GlyphPositioningTableHeader::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft,
H A DLookupProcessor.h27 class GlyphPositionAdjustments;
36 le_int32 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
H A DOpenTypeLayoutEngine.cpp23 #include "GlyphPositionAdjustments.h"
357 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount);
H A DLookupProcessor.cpp49 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
H A DGlyphIterator.cpp10 #include "GlyphPositionAdjustments.h"
18 GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
/external/icu4c/common/unicode/
H A Durename.h1964 #define GlyphPositionAdjustments U_ICU_ENTRY_POINT_RENAME(GlyphPositionAdjustments) macro

Completed in 97 milliseconds