/external/chromium/base/win/ |
scoped_gdi_object.h | 72 typedef ScopedGDIObject<HFONT> ScopedHFONT;
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
FontCustomPlatformData.cpp | 102 HFONT hfont = CreateFontIndirect(&logFont); local 103 return FontPlatformData(hfont, size); 183 // font namespace (Windows has no API for creating an HFONT from data without exposing the font to the
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCustomPlatformData.cpp | 88 HFONT hfont = CreateFontIndirect(&logFont); local 91 return FontPlatformData(hfont, cgFont.get(), size, bold, italic, renderingMode == AlternateRenderingMode); 181 // font namespace (Windows has no API for creating an HFONT from data without exposing the font to the
|
GlyphPageTreeNodeCairoWin.cpp | 47 SelectObject(dc, fontData->platformData().hfont());
|
FontPlatformDataCairoWin.cpp | 41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName)
|
SimpleFontDataCGWin.cpp | 74 HGDIOBJ oldFont = SelectObject(dc, m_platformData.hfont());
|
FontCGWin.cpp | 190 SelectObject(hdc, font->platformData().hfont());
|
/external/webkit/Tools/WinLauncher/ |
PrintWebUIDelegate.cpp | 140 HGDIOBJ hFont = ::GetStockObject(ANSI_VAR_FONT); 141 HGDIOBJ hOldFont = ::SelectObject(dc, hFont); 173 HGDIOBJ hFont = ::GetStockObject(ANSI_VAR_FONT); 174 HGDIOBJ hOldFont = ::SelectObject(dc, hFont);
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
FontPlatformData.h | 160 HFONT hfont() const;
|
FontPlatformDataWx.cpp | 156 HFONT FontPlatformData::hfont() const function in class:WebCore::FontPlatformData 158 return static_cast<HFONT>(m_font->font()->GetHFONT());
|
SimpleFontDataWx.cpp | 125 return wxFontContainsCharacters(m_platformData.hfont(), characters, length); 188 HGDIOBJ oldFont = SelectObject(hdc, m_platformData.hfont());
|
/external/webkit/Source/JavaScriptCore/wtf/win/ |
OwnPtrWin.cpp | 52 void deleteOwnedPtr(HFONT ptr)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
UniscribeHelper.h | 72 // runs as long as it is used consistently with the same HFONT), it should 77 HFONT, 215 virtual void tryToPreloadFont(HFONT) {} 317 HFONT m_hfont; 355 // Shapes a run (pointed to by |input|) using |hfont| first. 367 virtual bool nextWinFontData(HFONT*, SCRIPT_CACHE**, SCRIPT_FONTPROPERTIES**, int* ascent) 390 HFONT m_hfont;
|
GlyphPageTreeNodeChromiumWin.cpp | 75 HGDIOBJ oldFont = SelectObject(dc, fontData->platformData().hfont()); 83 if (PlatformBridge::ensureFontLoaded(fontData->platformData().hfont())) 193 fontData->platformData().hfont(),
|
FontChromiumWin.cpp | 209 // When m_useGdi is set, this stores the previous HFONT selected into the 230 m_oldFont = ::SelectObject(m_hdc, m_font->platformData().hfont()); 264 return paintSkiaText(m_graphicsContext, m_font->platformData().hfont(), 434 PlatformBridge::ensureFontLoaded(font->platformData().hfont());
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GlyphPageTreeNodeWinCE.cpp | 41 if (fontData->platformData().hfont()) {
|
FontPlatformData.cpp | 102 OwnPtr<HFONT> m_hfont; 317 OwnPtr<HFONT> m_hfontScaled; 388 HFONT FontPlatformData::hfont() const function in class:WebCore::FontPlatformData 402 HFONT FontPlatformData::getScaledFontHandle(int height, int width) const
|
SimpleFontDataWinCE.cpp | 159 HGDIOBJ hOldFont = SelectObject(g_screenDC, m_platformData.hfont());
|
GraphicsContextWinCE.cpp | [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 271 HFONT fSavefont; 272 HFONT fFont; 276 HFONT fHiResFont; 345 fSavefont = (HFONT)SelectObject(fDDC, fFont); 742 HFONT font = CreateFontIndirect(&lf); 743 HFONT savefont = (HFONT)SelectObject(hdc, font); 744 HFONT designFont = NULL; 876 HFONT font = CreateFontIndirect(&lf); 877 HFONT savefont = (HFONT)SelectObject(hdc, font) [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumWin.cpp | 178 HFONT hFont = CreateFontIndirect(&font); 179 if (hFont) { 182 HGDIOBJ hObject = SelectObject(hdc, hFont); 189 DeleteObject(hFont);
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformBridge.h | 64 typedef struct HFONT__* HFONT; 150 static bool ensureFontLoaded(HFONT);
|
/external/webkit/Source/WebKit/chromium/src/ |
PlatformBridge.cpp | 431 bool PlatformBridge::ensureFontLoaded(HFONT font) [all...] |
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2010-05-24 | [all...] |
/external/webkit/Source/WebCore/ |
ChangeLog | [all...] |