OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldUseSmoothing
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp
113
if (!
shouldUseSmoothing
() || isRunningLayoutTest()) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp
314
void Font::setShouldUseSmoothing(bool
shouldUseSmoothing
)
317
shouldUseFontSmoothing =
shouldUseSmoothing
;
320
bool Font::
shouldUseSmoothing
()
Font.h
163
static bool
shouldUseSmoothing
();
Completed in 209 milliseconds