HomeSort by relevance Sort by last modified time
    Searched defs:hFont (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumFontProviderWin.cpp 93 HFONT hFont = CreateFontIndirect(&font);
94 if (hFont) {
97 HGDIOBJ hObject = SelectObject(hdc, hFont);
103 DeleteObject(hFont);
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_main.cpp 172 HFONT hFont = GetStockFont(ANSI_FIXED_FONT);
173 SetWindowFont(GetDlgItem(hWnd, IDC_MAIN_OUTPUT), hFont, FALSE);
dirpick.cpp 535 HFONT hFont = (HFONT)SendMessage(hWnd, WM_GETFONT, 0, 0L);
536 if(hFont == NULL)
537 hFont = GetStockFont(SYSTEM_FONT);
539 HFONT hFontOld = SelectFont(hDC, hFont);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 246 HGDIOBJ hFont = CreateFontIndirectA(pLogFont);
248 hFont = SelectObject(hDC, hFont);
251 hFont = SelectObject(hDC, hFont);
252 DeleteObject(hFont);
425 hFont = SelectObject(hDC, hFont);
426 DeleteObject(hFont);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 410 HFONT hFont = (HFONT)::GetStockObject(iFontObject);
411 if (hFont != NULL) {
413 int iRet = ::GetObject(hFont, sizeof(LOGFONTA), &lf);
449 HFONT hFont = ::CreateFontA(0, 0, 0, 0, 0, 0, 0, 0, iCharSet, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, (FX_LPCSTR)csFontName);
450 if (hFont != NULL) {
453 ::GetObjectA(hFont, sizeof(LOGFONTA), &lf);
454 ::DeleteObject(hFont);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 576 CFX_ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont)
582 FX_DWORD size = m_pFontInfo->GetFontData(hFont, 0x6e616d65, NULL, 0);
588 m_pFontInfo->GetFontData(hFont, 0x6e616d65, buffer, size);
614 void* hFont = m_pFontInfo->GetFont(name);
615 if (hFont == NULL) {
617 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, name, bExact);
618 if (hFont == NULL) {
622 CFX_ByteString new_name = GetPSNameFromTT(hFont);
627 m_pFontInfo->DeleteFont(hFont);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 31 virtual FX_DWORD GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size);
32 virtual void DeleteFont(void* hFont);
33 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name);
34 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
62 HFONT hFont = CreateFontIndirectA(plf);
64 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0);
67 GetFontData(hFont, 0, (FX_BYTE*)(&lVersion), sizeof(FX_DWORD));
78 DeleteFont(hFont);
83 HFONT hFont = CreateFontIndirectA(plf);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 317 milliseconds