Searched refs:GrayscaleText (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DPlatformCanvas.h81 enum TextOption { GrayscaleText, SubpixelText }; enumerator in enum:WebCore::PlatformCanvas::Painter::TextOption
H A DPlatformCanvas.cpp95 m_skiaContext->setDrawingToImageBuffer(option == GrayscaleText);
H A DLayerTilerChromium.cpp276 PlatformCanvas::Painter::TextOption textOption = m_tilingData.borderTexels() ? PlatformCanvas::Painter::GrayscaleText : PlatformCanvas::Painter::SubpixelText;
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCHeadsUpDisplay.cpp100 PlatformCanvas::Painter painter(&canvas, PlatformCanvas::Painter::GrayscaleText);

Completed in 68 milliseconds