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

  /external/pdfium/core/src/fxge/apple/
apple_int.h 54 void* CreateFont(const uint8_t* pFontData, FX_DWORD dwFontSize);
fx_quartz_device.cpp 46 void* CQuartz2D::CreateFont(const uint8_t* pFontData, FX_DWORD dwFontSize) {
48 CGDataProviderCreateWithData(NULL, pFontData, (size_t)dwFontSize, NULL);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 146 COORD dwFontSize;
296 COORD dwFontSize;
shlobj.h 402 COORD dwFontSize;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 255 FX_DWORD dwFontSize = m_pFontFile->GetSize();
256 if (!m_Font.LoadEmbedded(pFontData, dwFontSize)) {
    [all...]

Completed in 176 milliseconds