OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_hDC
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/fxge/win32/
cpsoutput.h
25
HDC
m_hDC
;
win32_int.h
180
HDC
m_hDC
;
325
HDC
m_hDC
;
388
HDC
m_hDC
;
fx_win32_print.cpp
29
ScopedState(HDC hDC, HFONT hFont) :
m_hDC
(hDC) {
30
m_iState = SaveDC(
m_hDC
);
31
m_hFont = SelectObject(
m_hDC
, hFont);
35
HGDIOBJ hFont = SelectObject(
m_hDC
, m_hFont);
37
RestoreDC(
m_hDC
, m_iState);
41
HDC
m_hDC
;
59
m_HorzSize(::GetDeviceCaps(
m_hDC
, HORZSIZE)),
60
m_VertSize(::GetDeviceCaps(
m_hDC
, VERTSIZE)) {}
244
ScopedState state(
m_hDC
, hFont);
245
size_t nTextMetricSize = GetOutlineTextMetrics(
m_hDC
, 0, nullptr)
[
all
...]
fx_win32_device.cpp
360
HDC
m_hDC
;
375
CFX_Win32FontInfo::CFX_Win32FontInfo() :
m_hDC
(CreateCompatibleDC(nullptr)) {}
378
DeleteDC(
m_hDC
);
451
EnumFontFamiliesExA(
m_hDC
, &lf, (FONTENUMPROCA)FontEnumProc, (uintptr_t) this,
596
HFONT hOldFont = (HFONT)::SelectObject(
m_hDC
, hFont);
597
::GetTextFaceA(
m_hDC
, 100, facebuf);
598
::SelectObject(
m_hDC
, hOldFont);
650
HFONT hOldFont = (HFONT)::SelectObject(
m_hDC
, (HFONT)hFont);
652
size = ::GetFontData(
m_hDC
, table, 0, buffer, size);
653
::SelectObject(
m_hDC
, hOldFont)
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.h
52
HDC
m_hDC
;
Completed in 120 milliseconds