OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGdiDeviceDriver
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxge/win32/
win32_int.h
108
class
CGdiDeviceDriver
: public IFX_RenderDeviceDriver {
179
CGdiDeviceDriver
(HDC hDC, int device_class);
180
~
CGdiDeviceDriver
() override {}
183
class CGdiDisplayDriver : public
CGdiDeviceDriver
{
235
class CGdiPrinterDriver : public
CGdiDeviceDriver
{
fx_win32_device.cpp
474
CGdiDeviceDriver
::
CGdiDeviceDriver
(HDC hDC, int device_class) {
501
int
CGdiDeviceDriver
::GetDeviceCaps(int caps_id) {
516
void*
CGdiDeviceDriver
::GetClipRgn() {
524
FX_BOOL
CGdiDeviceDriver
::GDI_SetDIBits(const CFX_DIBitmap* pBitmap1,
570
FX_BOOL
CGdiDeviceDriver
::GDI_StretchDIBits(const CFX_DIBitmap* pBitmap1,
613
FX_BOOL
CGdiDeviceDriver
::GDI_StretchBitMask(const CFX_DIBitmap* pBitmap1,
676
FX_BOOL
CGdiDeviceDriver
::GetClipBox(FX_RECT* pRect) {
679
FX_BOOL
CGdiDeviceDriver
::SetClipRgn(void* hRgn) {
806
void
CGdiDeviceDriver
::DrawLine(FX_FLOAT x1
[
all
...]
fx_win32_print.cpp
22
:
CGdiDeviceDriver
(hDC, FXDC_PRINTER) {
34
return
CGdiDeviceDriver
::GetDeviceCaps(caps_id);
Completed in 37 milliseconds