Searched defs:renderingMode (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCustomPlatformData.cpp48 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode) argument
/external/webkit/Source/WebCore/loader/cache/
H A DCachedFont.cpp115 FontPlatformData CachedFont::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode renderingMode) argument
123 return m_fontData->fontPlatformData(static_cast<int>(size), bold, italic, orientation, textOrientation, widthVariant, renderingMode);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h115 FontRenderingMode renderingMode() const { return m_fontDescription.renderingMode(); } function in class:WebCore::Font
H A DFontDescription.h96 FontRenderingMode renderingMode() const { return static_cast<FontRenderingMode>(m_renderingMode); } function in class:WebCore::FontDescription
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCustomPlatformData.cpp62 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode) argument
74 if (renderingMode == NormalRenderingMode)
91 return FontPlatformData(hfont, cgFont.get(), size, bold, italic, renderingMode == AlternateRenderingMode);
/external/webkit/Source/WebCore/platform/win/
H A DDragImageWin.cpp107 static Font dragLabelFont(int size, bool bold, FontRenderingMode renderingMode) argument
121 description.setRenderingMode(renderingMode);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageBufferCG.cpp100 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace imageColorSpace, RenderingMode renderingMode, bool& success) argument
103 , m_accelerateRendering(renderingMode == Accelerated)
112 ASSERT(renderingMode == Unaccelerated);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 214 milliseconds