HomeSort by relevance Sort by last modified time
    Searched refs:dwFontSize (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxge/apple/
apple_int.h 25 void* CreateFont(const uint8_t* pFontData, uint32_t dwFontSize);
fx_quartz_device.cpp 51 void* CQuartz2D::CreateFont(const uint8_t* pFontData, uint32_t dwFontSize) {
53 nullptr, pFontData, static_cast<size_t>(dwFontSize), nullptr);
  /external/pdfium/core/fpdfapi/font/
cpdf_font.cpp 224 uint32_t dwFontSize = m_pFontFile->GetSize();
225 if (!m_Font.LoadEmbedded(pFontData, dwFontSize)) {

Completed in 165 milliseconds