Searched defs:GlyphPositionAdjustments (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
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 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...]

Completed in 108 milliseconds