Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp264 FXFT_Get_Next_Char(pFont->GetFace(), currentChar, &glyphIndex); in LoadSimpleFont()
337 FXFT_Get_Next_Char(pFont->GetFace(), currentChar, &glyphIndex); in LoadCompositeFont()
/external/pdfium/core/fxge/
Dfx_freetype.h102 #define FXFT_Get_Next_Char(face, code, glyph_index) \ macro