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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h48 class GlyphPositionAdjustments : public UMemory class in inherits:UMemory
124 GlyphPositionAdjustments();
127 GlyphPositionAdjustments(le_int32 glyphCount);
128 ~GlyphPositionAdjustments();
165 inline GlyphPositionAdjustments::Adjustment::Adjustment()
171 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff)
177 inline GlyphPositionAdjustments::Adjustment::~Adjustment()
182 inline float GlyphPositionAdjustments::Adjustment::getXPlacement() const
187 inline float GlyphPositionAdjustments::Adjustment::getYPlacement() const
192 inline float GlyphPositionAdjustments
[all...]
H A DGlyphPositionAdjustments.cpp33 #include "GlyphPositionAdjustments.h"
44 GlyphPositionAdjustments::GlyphPositionAdjustments(le_int32 glyphCount) function in class:GlyphPositionAdjustments
50 GlyphPositionAdjustments::~GlyphPositionAdjustments()
56 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const
65 const LEPoint *GlyphPositionAdjustments::getExitPoint(le_int32 index, LEPoint &exitPoint)const
74 void GlyphPositionAdjustments::clearEntryPoint(le_int32 index)
81 void GlyphPositionAdjustments::clearExitPoint(le_int32 index)
88 void GlyphPositionAdjustments
[all...]
H A DGlyphPositioningTables.h50 class GlyphPositionAdjustments;
55 void process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
H A DGlyphIterator.h47 class GlyphPositionAdjustments;
51 GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
112 GlyphPositionAdjustments *glyphPositionAdjustments;
H A DGlyphPositioningTables.cpp40 #include "GlyphPositionAdjustments.h"
44 void GlyphPositioningTableHeader::process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft,
H A DLookupProcessor.h53 class GlyphPositionAdjustments;
62 le_int32 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
H A DOpenTypeLayoutEngine.cpp48 #include "GlyphPositionAdjustments.h"
488 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount);
H A DLookupProcessor.cpp74 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
H A DGlyphIterator.cpp35 #include "GlyphPositionAdjustments.h"
43 GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
/openjdk7/jdk/make/sun/font/
H A DFILES_c.gmk66 GlyphPositionAdjustments.cpp \

Completed in 37 milliseconds