Home | History | Annotate | Download | only in android

Lines Matching refs:FX_INT32

56 FX_INT32 CFPF_SkiaFont::GetGlyphIndex(FX_WCHAR wUnicode)
66 FX_INT32 CFPF_SkiaFont::GetGlyphWidth(FX_INT32 iGlyphIndex)
76 FX_INT32 CFPF_SkiaFont::GetAscent() const
83 FX_INT32 CFPF_SkiaFont::GetDescent() const
90 FX_BOOL CFPF_SkiaFont::GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox)
110 FX_INT32 x_ppem = m_Face->size->metrics.x_ppem;
111 FX_INT32 y_ppem = m_Face->size->metrics.y_ppem;
141 FX_INT32 CFPF_SkiaFont::GetHeight() const
148 FX_INT32 CFPF_SkiaFont::GetItalicAngle() const