Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp256 uint32_t currentChar = FXFT_Get_First_Char(pFont->GetFace(), &glyphIndex); in LoadSimpleFont()
323 uint32_t currentChar = FXFT_Get_First_Char(pFont->GetFace(), &glyphIndex); in LoadCompositeFont()
/external/pdfium/core/fxge/
Dfx_freetype.h100 #define FXFT_Get_First_Char(face, glyph_index) \ macro