Home
last modified time | relevance | path

Searched refs:FXFT_Get_Bitmap_Pitch (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dfx_freetype.h174 #define FXFT_Get_Bitmap_Pitch(bitmap) static_cast<FT_Bitmap*>(bitmap)->pitch macro
Dcfx_facecache.cpp169 int src_pitch = FXFT_Get_Bitmap_Pitch(FXFT_Get_Glyph_Bitmap(m_Face)); in RenderGlyph()