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

  /external/pdfium/core/src/fxge/win32/
win32_int.h 55 void* m_pGdiAddFontMemResourceEx;
fx_win32_gdipext.cpp 272 if (m_pGdiAddFontMemResourceEx) {
273 return ((FuncType_GdiAddFontMemResourceEx)m_pGdiAddFontMemResourceEx)((PVOID)pFontdata, (DWORD)size, (PVOID)pdv, (DWORD*)num_face);
487 m_pGdiAddFontMemResourceEx = NULL;
516 m_pGdiAddFontMemResourceEx = GetProcAddress(m_GdiModule, "AddFontMemResourceEx");
    [all...]

Completed in 447 milliseconds