Home
last modified time | relevance | path

Searched defs:hfont (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataChromiumWin.h70 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()
DUniscribeHelperTextRun.cpp69 HFONT hfont, in UniscribeHelperTextRun()
88 HFONT* hfont, in nextWinFontData()
DFontUtilsChromiumWin.cpp49 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()
DFontCacheChromiumWin.cpp246 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
DUniscribeHelper.cpp50 static void setLogFontAndStyle(HFONT hfont, LOGFONT *logfont, int *style) in setLogFontAndStyle()
74 HFONT hfont, in UniscribeHelper()
518 HFONT hfont = m_hfont; in shape() local
DSimpleFontDataChromiumWin.cpp121 HFONT hfont = CreateFontIndirect(&winFont); in scaledFontData() local
/external/webkit/Source/WebKit/chromium/tests/
DUniscribeHelperTest.cpp58 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/
DSkiaFontWin.cpp207 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()
DFontCustomPlatformData.cpp102 HFONT hfont = CreateFontIndirect(&logFont); in fontPlatformData() local
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp156 HFONT FontPlatformData::hfont() const in hfont() function in WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCacheWin.cpp82 …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
DUniscribeController.cpp252 HFONT hfont = fontData->platformData().hfont(); in shapeAndPlaceItem() local
395 HFONT hfont = fontData->platformData().hfont(); in shape() local
DFontPlatformDataCGWin.cpp117 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique… in FontPlatformData()
DSimpleFontDataWin.cpp123 HFONT hfont = CreateFontIndirect(&winfont); in scaledFontData() local
DFontCustomPlatformData.cpp88 HFONT hfont = CreateFontIndirect(&logFont); in fontPlatformData() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCacheWinCE.cpp98 static bool currentFontContainsCharacter(IMLangFontLink* langFontLink, HDC hdc, HFONT hfont, UChar … in currentFontContainsCharacter()
243 HFONT hfont = 0; local
DFontPlatformData.cpp388 HFONT FontPlatformData::hfont() const in create() function in WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h213 HFONT hfont() const { return m_font ? m_font->handle() : 0; } in hfont() function