Lines Matching refs:le_int32
34 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
35 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height);
57 le_int32 fPointSize;
58 le_int32 fUnitsPerEM;
59 le_int32 fAscent;
60 le_int32 fDescent;
61 le_int32 fLeading;
83 virtual le_int32 getUnitsPerEM() const;
85 virtual le_int32 getAscent() const;
87 virtual le_int32 getDescent() const;
89 virtual le_int32 getLeading() const;
95 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
111 inline le_int32 GDIFontInstance::getUnitsPerEM() const in getUnitsPerEM()
116 inline le_int32 GDIFontInstance::getAscent() const in getAscent()
121 inline le_int32 GDIFontInstance::getDescent() const in getDescent()
126 inline le_int32 GDIFontInstance::getLeading() const in getLeading()