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 50 void* CreateFont(FX_LPCBYTE pFontData, FX_DWORD dwFontSize);
fx_quartz_device.cpp 51 void* CQuartz2D::CreateFont(FX_LPCBYTE pFontData, FX_DWORD dwFontSize)
53 CGDataProviderRef pDataProvider = 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 294 FX_DWORD dwFontSize = m_pFontFile->GetSize();
295 m_Font.LoadEmbedded(pFontData, dwFontSize);
    [all...]

Completed in 438 milliseconds