Searched refs:LOGFONT (Results 1 - 25 of 28) sorted by relevance

12

/external/skia/include/ports/
H A DSkTypeface_win.h21 SK_API SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
24 * Copy the LOGFONT associated with this typeface into the lf parameter. Note
29 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontUtilsChromiumWin.h63 // Derive a new HFONT by replacing lfFaceName of LOGFONT with |family|,
68 // should match what's contained in LOGFONT. It should be calculated
81 bool getDerivedFontData(const UChar* family, int style, LOGFONT*, int* ascent, HFONT*, SCRIPT_CACHE**, WORD* spaceGlyph);
91 // FONT_STYLE_ITALIC) from LOGFONT. Returns 0 if |*logfont| is NULL.
92 int getStyleFromLogfont(const LOGFONT*);
H A DFontCacheChromiumWin.cpp240 static HFONT createFontIndirectAndGetWinName(const String& family, LOGFONT* winfont, String* winName)
328 static SimpleFontData* fontDataFromDescriptionAndLogFont(FontCache* fontCache, const FontDescription& fontDescription, const LOGFONT& font, wchar_t* outFontFamilyName)
352 static void FillLogFont(const FontDescription& fontDescription, LOGFONT* winfont)
381 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
417 static int CALLBACK getLastResortFallbackFontProc(const LOGFONT* logFont, const TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
551 LOGFONT defaultGUILogFont;
596 LOGFONT logFont;
612 LOGFONT winfont = {0};
629 // lfFaceName field of LOGFONT. As a result, we need to check
H A DSimpleFontDataChromiumWin.cpp117 LOGFONT winFont;
118 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winFont);
H A DUniscribeHelper.h394 LOGFONT m_logfont;
H A DFontUtilsChromiumWin.cpp393 LOGFONT* logfont,
442 int getStyleFromLogfont(const LOGFONT* logfont)
H A DUniscribeHelper.cpp47 // This function uses GetObject to convert HFONT back to LOGFONT,
48 // resets the fields of LOGFONT and calculates style to use later
50 static void setLogFontAndStyle(HFONT hfont, LOGFONT *logfont, int *style)
56 GetObject(hfont, sizeof(LOGFONT), logfont);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.h35 typedef struct tagLOGFONTW LOGFONT; typedef in typeref:struct:tagLOGFONTW
69 const LOGFONT& logFont() const;
H A DFontPlatformData.cpp84 static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam);
96 static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam);
101 LOGFONT m_font;
179 int CALLBACK FontFamilyChecker::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam)
185 int CALLBACK ValidFontFamilyFinder::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam)
245 LOGFONT& winFont = fontData->m_font;
410 LOGFONT font = m_private->m_rootFontData->m_font;
461 const LOGFONT& FontPlatformData::logFont() const
H A DFontCacheWinCE.cpp187 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
339 LOGFONT logFont;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCacheWin.cpp77 *reinterpret_cast<LOGFONT*>(logFont) = createFontRecord->elfw.elfLogFont;
82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont)
180 LOGFONT lf;
181 GetObject(MLangFont, sizeof(LOGFONT), &lf);
246 LOGFONT logFont;
276 LOGFONT logFont;
304 static SimpleFontData* fontDataFromDescriptionAndLogFont(FontCache* fontCache, const FontDescription& fontDescription, const LOGFONT& font, AtomicString& outFontFamilyName)
342 LOGFONT defaultGUILogFont;
412 LOGFONT m_chosen;
415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidat
[all...]
H A DFontCustomPlatformData.cpp67 LOGFONT& logFont = *static_cast<LOGFONT*>(malloc(sizeof(LOGFONT)));
H A DSimpleFontDataWin.cpp120 LOGFONT winfont;
121 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winfont);
H A DFontPlatformDataCGWin.cpp112 LOGFONT logfont;
/external/skia/samplecode/
H A DSampleTextBox.cpp34 extern SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
49 LOGFONT lf;
/external/webkit/Source/WebKit/chromium/tests/
H A DUniscribeHelperTest.cpp53 LOGFONT lf;
54 memset(&lf, 0, sizeof(LOGFONT));
/external/skia/src/ports/
H A DSkFontHost_win.cpp79 * Since LOGFONT wants its textsize as an int, and we support fractional sizes,
86 static void make_canonical(LOGFONT* lf) {
93 static SkTypeface::Style get_style(const LOGFONT& lf) {
104 static void setStyle(LOGFONT* lf, SkTypeface::Style style) {
146 LogFontTypeface(SkTypeface::Style style, SkFontID fontID, const LOGFONT& lf) :
149 LOGFONT fLogFont;
151 static LogFontTypeface* Create(const LOGFONT& lf) {
158 static const LOGFONT& get_default_font() {
159 static LOGFONT gDefaultFont;
165 const LOGFONT* l
[all...]
/external/chromium/chrome/common/
H A Dutility_messages.h171 LOGFONT /* font data */)
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DFontCustomPlatformData.cpp74 LOGFONT logFont;
H A DSkiaFontWin.cpp337 LOGFONT info;
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h59 typedef LOGFONTW LOGFONT; typedef
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeWin.cpp283 static void fillFontDescription(FontDescription& fontDescription, LOGFONT& logFont, float fontSize)
293 static void fillFontDescription(FontDescription& fontDescription, LOGFONT& logFont)
321 LOGFONT logFont;
359 LOGFONT logFont;
370 LOGFONT logFont;
H A DRenderThemeChromiumWin.cpp174 static float systemFontSize(const LOGFONT& font)
/external/icu4c/samples/layout/
H A DGDIFontInstance.cpp109 LOGFONT lf;
/external/chromium/chrome/browser/ui/views/
H A Dtask_manager_view.cc241 LOGFONT* logfont) {

Completed in 1961 milliseconds

12