Home
last modified time | relevance | path

Searched refs:GetPlatformSurface (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dwin32_int.h148 void* GetPlatformSurface() override { return (void*)m_hDC; } in GetPlatformSurface() function
355 void* GetPlatformSurface() override { return (void*)m_hDC; } in GetPlatformSurface() function
Dfx_win32_device.cpp1311 return (HDC)pRDD->GetPlatformSurface(); in GetDC()
/external/pdfium/core/src/fxge/apple/
Dapple_int.h174 void* GetPlatformSurface() override { return NULL; } in GetPlatformSurface() function
/external/pdfium/core/include/fxge/
Dfx_ge.h604 virtual void* GetPlatformSurface() { return NULL; } in GetPlatformSurface() function