Searched defs:renderingMode (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontCustomPlatformData.cpp | 48 …, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode) in fontPlatformData()
|
/external/webkit/Source/WebCore/loader/cache/ |
D | CachedFont.cpp | 115 …n, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode renderingMode) in platformDataFromCustomData()
|
/external/webkit/Source/WebCore/platform/win/ |
D | DragImageWin.cpp | 107 static Font dragLabelFont(int size, bool bold, FontRenderingMode renderingMode) in dragLabelFont()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontCustomPlatformData.cpp | 62 …, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode) in fontPlatformData()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Font.h | 115 FontRenderingMode renderingMode() const { return m_fontDescription.renderingMode(); } in renderingMode() function
|
D | FontDescription.h | 96 …FontRenderingMode renderingMode() const { return static_cast<FontRenderingMode>(m_renderingMode); } in renderingMode() function
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | ImageBufferCG.cpp | 100 …::ImageBuffer(const IntSize& size, ColorSpace imageColorSpace, RenderingMode renderingMode, bool& … in ImageBuffer()
|