Home
last modified time | relevance | path

Searched defs:renderingMode (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCustomPlatformData.cpp48 …, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode) in fontPlatformData()
/external/webkit/Source/WebCore/loader/cache/
DCachedFont.cpp115 …n, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode renderingMode) in platformDataFromCustomData()
/external/webkit/Source/WebCore/platform/win/
DDragImageWin.cpp107 static Font dragLabelFont(int size, bool bold, FontRenderingMode renderingMode) in dragLabelFont()
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCustomPlatformData.cpp62 …, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode) in fontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/
DFont.h115 FontRenderingMode renderingMode() const { return m_fontDescription.renderingMode(); } in renderingMode() function
DFontDescription.h96 …FontRenderingMode renderingMode() const { return static_cast<FontRenderingMode>(m_renderingMode); } in renderingMode() function
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageBufferCG.cpp100 …::ImageBuffer(const IntSize& size, ColorSpace imageColorSpace, RenderingMode renderingMode, bool& … in ImageBuffer()