OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSystemFont
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.h
62
bool
isSystemFont
() const;
SimpleFontDataWinCE.cpp
50
m_isSystemFont = m_platformData.
isSystemFont
();
FontPlatformData.cpp
441
bool FontPlatformData::
isSystemFont
() const
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h
77
void wkSetCGContextFontRenderingStyle(CGContextRef, bool
isSystemFont
, bool isPrinterFont, bool usePlatformNativeGlyphs);
78
void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool
isSystemFont
, bool isPrinterFont, CGGlyph, CGSize& advance);
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
173
bool
isSystemFont
() const { return m_isSystemFont; }
/external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp
299
if (!m_font.isPrinterFont() && !fontData->
isSystemFont
()) {
FontCGWin.cpp
356
wkSetCGContextFontRenderingStyle(cgContext, font->
isSystemFont
(), false, font->platformData().useGDI());
Completed in 982 milliseconds