HomeSort by relevance Sort by last modified time
    Searched refs:HDC (Results 176 - 200 of 245) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/ui/gl/
gl_surface_win.cc 37 HDC device_context_;
  /external/skia/src/ports/
SkFontHost_win.cpp 100 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) {
154 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) {
156 if (0 == GetTextMetrics(hdc, &textMetric)) {
159 GetTextMetrics(hdc, &textMetric);
168 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
179 if (GetGlyphOutlineW(hdc, mid, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0,
190 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) {
192 if (0 == GetTextMetrics(hdc, &textMetric))
1772 HDC hdc = CreateCompatibleDC(NULL); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 69 HDC = HANDLE
172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 69 HDC = HANDLE
172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.h 184 void OnPaint(HDC unused_dc);
186 LRESULT OnEraseBkgnd(HDC dc);
260 // Draw our background over the given HDC in the given |rect|. The background
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 121 HDC WINAPI CreateDCAPatch(LPCSTR driver_name,
135 DWORD WINAPI GetFontDataPatch(HDC hdc,
140 int rv = GetFontData(hdc, table, offset, buffer, length);
141 if (rv == GDI_ERROR && hdc) {
142 HFONT font = static_cast<HFONT>(GetCurrentObject(hdc, OBJ_FONT));
148 rv = GetFontData(hdc, table, offset, buffer, length);
  /external/chromium_org/third_party/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 260 HDC hdc,
264 bool (*getAdvance)(HDC hdc, int gId, int16_t* data));
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 333 LRESULT OnEraseBkgnd(HDC dc);
353 void OnPaint(HDC dc);
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 260 HDC hdc,
264 bool (*getAdvance)(HDC hdc, int gId, int16_t* data));
  /external/chromium_org/ui/base/clipboard/
clipboard_win.cc 278 HDC dc = ::GetDC(NULL);
319 HDC dc = ::GetDC(NULL);
320 HDC compatible_dc = ::CreateCompatibleDC(NULL);
321 HDC source_dc = ::CreateCompatibleDC(NULL);
569 HDC dc = scoped_platform_paint.GetPlatformSurface();
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 321 const unsigned char* pdf_buffer, int buffer_size, int page_number, HDC dc,
335 HDC WINAPI UtilityProcess_CreateDCAPatch(LPCSTR driver_name,
350 HDC hdc, DWORD table, DWORD offset, LPVOID buffer, DWORD length) {
351 int rv = GetFontData(hdc, table, offset, buffer, length);
352 if (rv == GDI_ERROR && hdc) {
353 HFONT font = static_cast<HFONT>(GetCurrentObject(hdc, OBJ_FONT));
359 rv = GetFontData(hdc, table, offset, buffer, length);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.h 97 void AcceleratedPaint(HDC dc);
305 void OnPaint(HDC unused_dc);
308 LRESULT OnEraseBkgnd(HDC dc);
408 // Draw our background over the given HDC in the given |rect|. The background
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 47 HDC dc = ::GetDC(wnd);
233 HDC dc_mem = ::CreateCompatibleDC(ps.hdc);
237 HDC all_dc[] = { ps.hdc, dc_mem };
244 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom);
248 DPtoLP(ps.hdc, &logical_area, 1);
274 BitBlt(ps.hdc, 0, 0, logical_area.x, logical_area.y,
284 ::FillRect(ps.hdc, &rc, brush);
287 HGDIOBJ old_font = ::SelectObject(ps.hdc, GetDefaultFont())
    [all...]
  /external/chromium_org/ui/gfx/
icon_util.cc 181 HDC hdc = ::GetDC(NULL); local
183 dib = ::CreateDIBSection(hdc, reinterpret_cast<BITMAPINFO*>(&bitmap_header),
186 ::ReleaseDC(NULL, hdc);
384 HDC hdc = ::GetDC(NULL); local
386 HBITMAP dib = ::CreateDIBSection(hdc, reinterpret_cast<BITMAPINFO*>(&h),
389 HDC dib_dc = CreateCompatibleDC(hdc);
390 ::ReleaseDC(NULL, hdc);
    [all...]
blit.cc 139 HDC hdc = scoped_platform_paint.GetPlatformSurface(); local
143 ScrollDC(hdc, offset.x(), offset.y(), NULL, &r, NULL, &damaged_rect);
native_widget_types.h 159 typedef HDC NativeDrawingContext;
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 107 static void GAPI_WinPAINT(_THIS, HDC hdc);
162 HDC hdc = GetDC(NULL); local
163 int result = ExtEscape(hdc, GETRAWFRAMEBUFFER, 0, NULL, sizeof(RawFrameBufferInfo), (char *)&g_RawFrameBufferInfo);
164 ReleaseDC(NULL, hdc);
416 HDC hdc = GetDC(NULL); local
420 result = ExtEscape(hdc, GETGXINFO, 0, NULL, sizeof(gxInfo), (char *)&gxInfo);
496 HDC hdc local
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Display.cpp 43 egl::Display *display = new egl::Display(displayId, (HDC)displayId);
49 Display::Display(EGLNativeDisplayType displayId, HDC deviceContext) : mDc(deviceContext)
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer11.h 42 Renderer11(egl::Display *display, HDC hDc);
206 HDC mDc;
Renderer9.h 34 Renderer9(egl::Display *display, HDC hDc, bool softwareDevice);
215 HDC mDc;
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c 741 HDC hScrDC; /* screen DC */
742 HDC hMemDC; /* memory DC */
  /external/openssl/crypto/rand/
rand_win.c 741 HDC hScrDC; /* screen DC */
742 HDC hMemDC; /* memory DC */
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 104 HDC dc;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontChromiumWin.cpp 191 HDC hdc = 0;
194 state.draw(graphicsContext, hdc, lroundf(point.x()), lroundf(point.y() - fontMetrics().ascent()), runInfo.bounds, runInfo.from, runInfo.to);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gdivideorenderer.cc 195 HDC hdc = BeginPaint(handle(), &ps); local
196 StretchDIBits(hdc,

Completed in 1415 milliseconds

1 2 3 4 5 6 78 910