HomeSort by relevance Sort by last modified time
    Searched refs:LOGFONTA (Results 1 - 20 of 20) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFont.h 41 LOGFONTA lf;
43 if(GetObjectA(hfont, sizeof(LOGFONTA), &lf))
86 IN const LOGFONTA* logfont)
165 OUT LOGFONTA *logfontA) const
167 return SetStatus(DllExports::GdipGetLogFontA(nativeFont, g ? g->nativeGraphics : NULL, logfontA));
GdiPlusHeaders.h 281 IN const LOGFONTA* logfont);
304 OUT LOGFONTA * logfontA) const;
GdiPlusFlat.h     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 369 LOGFONTA lf;
381 memcpy(&pData->lf, &lpelfe->elfLogFont, sizeof(LOGFONTA));
386 static FX_BOOL RetrieveSpecificFont(LOGFONTA& lf)
394 memcpy(&lf, &fd.lf, sizeof(LOGFONTA));
398 static FX_BOOL RetrieveSpecificFont(FX_BYTE charSet, FX_BYTE pitchAndFamily, LPCSTR pcsFontName, LOGFONTA& lf)
400 memset(&lf, 0, sizeof(LOGFONTA));
408 static FX_BOOL RetrieveStockFont(int iFontObject, FX_BYTE charSet, LOGFONTA& lf)
412 memset(&lf, 0, sizeof(LOGFONTA));
413 int iRet = ::GetObject(hFont, sizeof(LOGFONTA), &lf);
428 LOGFONTA lf;
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 35 FX_BOOL IsOpenTypeFromDiv(const LOGFONTA *plf);
36 FX_BOOL IsSupportFontFormDiv(const LOGFONTA* plf);
37 void AddInstalledFont(const LOGFONTA *plf, FX_DWORD FontType);
60 FX_BOOL CWin32FontInfo::IsOpenTypeFromDiv(const LOGFONTA *plf)
81 FX_BOOL CWin32FontInfo::IsSupportFontFormDiv(const LOGFONTA* plf)
105 void CWin32FontInfo::AddInstalledFont(const LOGFONTA *plf, FX_DWORD FontType)
127 const LOGFONTA *plf,
143 LOGFONTA lf;
144 FXSYS_memset32(&lf, 0, sizeof(LOGFONTA));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 337 Font(HDC hdc, const LOGFONTA *logfont);
350 Status GetLogFontA(const Graphics *graphics, LOGFONTA *logfontA) const;
gdiplusimpl.h 766 __inline__ Font::Font(HDC hdc, const LOGFONTA *logfont):
850 __inline__ Status Font::GetLogFontA(const Graphics *graphics, LOGFONTA *logfontA)
855 logfontA));
    [all...]
gdiplusflat.h 108 GpStatus WINGDIPAPI GdipCreateFontFromLogfontA(HDC,GDIPCONST LOGFONTA*,GpFont**);
119 GpStatus WINGDIPAPI GdipGetLogFontA(GpFont*,GpGraphics*,LOGFONTA*);
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
GDIFontInstance.cpp 194 LOGFONTA lf;
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 194 LOGFONTA lf;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h 99 LOGFONTA A;
371 virtual HRESULT WINAPI GetCompositionFontA(HIMC hIMC,LOGFONTA *plf) = 0;
403 virtual HRESULT WINAPI SetCompositionFontA(HIMC hIMC,LOGFONTA *plf) = 0;
446 HRESULT (WINAPI *GetCompositionFontA)(IActiveIMMApp *This,HIMC hIMC,LOGFONTA *plf);
478 HRESULT (WINAPI *SetCompositionFontA)(IActiveIMMApp *This,HIMC hIMC,LOGFONTA *plf);
    [all...]
wingdi.h 1056 } LOGFONTA,*PLOGFONTA,*NPLOGFONTA,*LPLOGFONTA;
1085 LOGFONTA elfLogFont;
1100 LOGFONTA elfLogFont;
    [all...]
winuser.h     [all...]
mshtml.h     [all...]
mshtmlc.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 220 LOGFONTA lfa;
242 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTA* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 141 CPDF_Font* AddWindowsFont(LOGFONTA* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName = FALSE);
  /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 1016 milliseconds