Home
last modified time | relevance | path

Searched refs:dwFontSize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/apple/
Dapple_int.h54 void* CreateFont(const uint8_t* pFontData, FX_DWORD dwFontSize);
Dfx_quartz_device.cpp46 void* CQuartz2D::CreateFont(const uint8_t* pFontData, FX_DWORD dwFontSize) { in CreateFont() argument
48 CGDataProviderCreateWithData(NULL, pFontData, (size_t)dwFontSize, NULL); in CreateFont()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp255 FX_DWORD dwFontSize = m_pFontFile->GetSize(); in LoadFontDescriptor() local
256 if (!m_Font.LoadEmbedded(pFontData, dwFontSize)) { in LoadFontDescriptor()