Home
last modified time | relevance | path

Searched refs:pLogFont (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp212 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTW* pLogFont, in AddWindowsFont() argument
216 FXSYS_memcpy(&lfa, pLogFont, (char*)lfa.lfFaceName - (char*)&lfa); in AddWindowsFont()
217 CFX_ByteString face = CFX_ByteString::FromUnicode(pLogFont->lfFaceName); in AddWindowsFont()
235 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTA* pLogFont, in AddWindowsFont() argument
238 pLogFont->lfHeight = -1000; in AddWindowsFont()
239 pLogFont->lfWidth = 0; in AddWindowsFont()
240 HGDIOBJ hFont = CreateFontIndirectA(pLogFont); in AddWindowsFont()
254 if (pLogFont->lfItalic) { in AddWindowsFont()
257 if ((pLogFont->lfPitchAndFamily & 3) == FIXED_PITCH) { in AddWindowsFont()
260 if ((pLogFont->lfPitchAndFamily & 0xf8) == FF_ROMAN) { in AddWindowsFont()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp393 CFX_ByteString CPDF_InterForm::GetNativeFont(uint8_t charSet, void* pLogFont) { in GetNativeFont() argument
425 if (pLogFont) { in GetNativeFont()
426 memcpy(pLogFont, &lf, sizeof(LOGFONTA)); in GetNativeFont()
434 CFX_ByteString CPDF_InterForm::GetNativeFont(void* pLogFont) { in GetNativeFont() argument
437 return GetNativeFont(charSet, pLogFont); in GetNativeFont()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h127 CPDF_Font* AddWindowsFont(LOGFONTA* pLogFont,
130 CPDF_Font* AddWindowsFont(LOGFONTW* pLogFont,
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h543 static CFX_ByteString GetNativeFont(uint8_t iCharSet, void* pLogFont = NULL);
545 static CFX_ByteString GetNativeFont(void* pLogFont = NULL);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...