OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubpixelText
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.h
81
enum TextOption { GrayscaleText,
SubpixelText
};
LayerTilerChromium.cpp
276
PlatformCanvas::Painter::TextOption textOption = m_tilingData.borderTexels() ? PlatformCanvas::Painter::GrayscaleText : PlatformCanvas::Painter::
SubpixelText
;
Completed in 74 milliseconds