HomeSort by relevance Sort by last modified time
    Searched full:font_handle (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/
font_cache_dispatcher_win.cc 34 HFONT font_handle = CreateFontIndirect(&font); local
35 DCHECK(NULL != font_handle);
37 HGDIOBJ old_font = SelectObject(hdc, font_handle);
64 cache_[font_name].font_ = font_handle;
  /external/chromium_org/content/shell/app/
webkit_test_platform_support_win.cc 45 HANDLE font_handle = local
50 if (!font_handle) {
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 1149 HFONT font_handle = CreateFontIndirect(&font); local
    [all...]

Completed in 3071 milliseconds