Lines Matching refs:le_int32
40 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
41 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height);
63 le_int32 fPointSize;
64 le_int32 fUnitsPerEM;
65 le_int32 fAscent;
66 le_int32 fDescent;
67 le_int32 fLeading;
89 virtual le_int32 getUnitsPerEM() const;
91 virtual le_int32 getAscent() const;
93 virtual le_int32 getDescent() const;
95 virtual le_int32 getLeading() const;
101 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
117 inline le_int32 GDIFontInstance::getUnitsPerEM() const in getUnitsPerEM()
122 inline le_int32 GDIFontInstance::getAscent() const in getAscent()
127 inline le_int32 GDIFontInstance::getDescent() const in getDescent()
132 inline le_int32 GDIFontInstance::getLeading() const in getLeading()