/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontPlatformDataChromiumWin.h | 70 HFONT hfont() const { return m_font ? m_font->hfont() : 0; } in hfont() function 99 static PassRefPtr<RefCountedHFONT> create(HFONT hfont) in create() 106 HFONT hfont() const { return m_hfont; } in hfont() function 120 RefCountedHFONT(HFONT hfont) : m_hfont(hfont) in RefCountedHFONT()
|
D | UniscribeHelperTextRun.cpp | 69 HFONT hfont, in UniscribeHelperTextRun() 88 HFONT* hfont, in nextWinFontData()
|
D | FontUtilsChromiumWin.cpp | 49 HFONT hfont = CreateFont(12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, in isFontPresent() local 242 int getAscent(HFONT hfont) in getAscent() 253 WORD getSpaceGlyph(HFONT hfont) in getSpaceGlyph() 274 HFONT hfont; member 395 HFONT* hfont, in getDerivedFontData()
|
D | FontCacheChromiumWin.cpp | 246 HFONT hfont = CreateFontIndirect(winfont); in createFontIndirectAndGetWinName() local 287 HFONT hfont = fontData->hfont(); in fontContainsCharacter() local 619 HFONT hfont = createFontIndirectAndGetWinName(family, &winfont, &winName); in createFontPlatformData() local
|
D | UniscribeHelper.cpp | 50 static void setLogFontAndStyle(HFONT hfont, LOGFONT *logfont, int *style) in setLogFontAndStyle() 74 HFONT hfont, in UniscribeHelper() 518 HFONT hfont = m_hfont; in shape() local
|
D | SimpleFontDataChromiumWin.cpp | 121 HFONT hfont = CreateFontIndirect(&winFont); in scaledFontData() local
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | UniscribeHelperTest.cpp | 58 HFONT hfont = CreateFontIndirect(&lf); in MakeFont() local 110 HFONT hfont = MakeFont(L"Times New Roman", &scriptCache); in TEST_F() local
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaFontWin.cpp | 207 void SkiaWinOutlineCache::removePathsForFont(HFONT hfont) in removePathsForFont() 279 static bool skiaDrawText(HFONT hfont, in skiaDrawText() 330 static void setupPaintForFont(HFONT hfont, SkPaint* paint) in setupPaintForFont() 350 HFONT hfont, in paintSkiaText()
|
D | FontCustomPlatformData.cpp | 102 HFONT hfont = CreateFontIndirect(&logFont); in fontPlatformData() local
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontPlatformDataWx.cpp | 156 HFONT FontPlatformData::hfont() const in hfont() function in WebCore::FontPlatformData
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontCacheWin.cpp | 82 …linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont) in linkedFontEnumProc() 178 HFONT hfont = 0; in createMLangFont() local 195 HFONT hfont = 0; in getFontDataForCharacters() local 567 HFONT hfont = createGDIFont(family, weight, fontDescription.italic(), in createFontPlatformData() local
|
D | UniscribeController.cpp | 252 HFONT hfont = fontData->platformData().hfont(); in shapeAndPlaceItem() local 395 HFONT hfont = fontData->platformData().hfont(); in shape() local
|
D | FontPlatformDataCGWin.cpp | 117 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique… in FontPlatformData()
|
D | SimpleFontDataWin.cpp | 123 HFONT hfont = CreateFontIndirect(&winfont); in scaledFontData() local
|
D | FontCustomPlatformData.cpp | 88 HFONT hfont = CreateFontIndirect(&logFont); in fontPlatformData() local
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontCacheWinCE.cpp | 98 static bool currentFontContainsCharacter(IMLangFontLink* langFontLink, HDC hdc, HFONT hfont, UChar … in currentFontContainsCharacter() 243 HFONT hfont = 0; local
|
D | FontPlatformData.cpp | 388 HFONT FontPlatformData::hfont() const in create() function in WebCore::FontPlatformData
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontPlatformData.h | 213 HFONT hfont() const { return m_font ? m_font->handle() : 0; } in hfont() function
|