Searched refs:LOGFONTA (Results 1 – 6 of 6) sorted by relevance
/external/skia/include/ports/ |
D | SkTypeface_win.h | 20 typedef struct tagLOGFONTA LOGFONTA; typedef 21 typedef LOGFONTA LOGFONT;
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interactiveform.cpp | 349 LOGFONTA lf; 360 memcpy(&pData->lf, &lpelfe->elfLogFont, sizeof(LOGFONTA)); in EnumFontFamExProc() 365 bool RetrieveSpecificFont(LOGFONTA& lf) { in RetrieveSpecificFont() 373 memcpy(&lf, &fd.lf, sizeof(LOGFONTA)); in RetrieveSpecificFont() 381 LOGFONTA& lf) { in RetrieveSpecificFont() 382 memset(&lf, 0, sizeof(LOGFONTA)); in RetrieveSpecificFont() 635 LOGFONTA lf = {}; in GetNativeFontName() 661 memcpy(pLogFont, &lf, sizeof(LOGFONTA)); in GetNativeFontName() 677 LOGFONTA lf; in AddNativeFont()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 335 bool IsOpenTypeFromDiv(const LOGFONTA* plf); 336 bool IsSupportFontFormDiv(const LOGFONTA* plf); 337 void AddInstalledFont(const LOGFONTA* plf, uint32_t FontType); 349 int CALLBACK FontEnumProc(const LOGFONTA* plf, in FontEnumProc() 364 bool CFX_Win32FontInfo::IsOpenTypeFromDiv(const LOGFONTA* plf) { in IsOpenTypeFromDiv() 385 bool CFX_Win32FontInfo::IsSupportFontFormDiv(const LOGFONTA* plf) { in IsSupportFontFormDiv() 408 void CFX_Win32FontInfo::AddInstalledFont(const LOGFONTA* plf, in AddInstalledFont() 429 LOGFONTA lf; in EnumFontList() 430 memset(&lf, 0, sizeof(LOGFONTA)); in EnumFontList()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_docpagedata.h | 62 RetainPtr<CPDF_Font> AddWindowsFont(LOGFONTA* pLogFont);
|
D | cpdf_docpagedata.cpp | 539 RetainPtr<CPDF_Font> CPDF_DocPageData::AddWindowsFont(LOGFONTA* pLogFont) { in AddWindowsFont()
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 200 LOGFONTA lf; in GDIFontInstance()
|