OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowsCanHandleDrawTextShadow
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.h
73
bool
windowsCanHandleDrawTextShadow
(GraphicsContext*);
SkiaFontWin.cpp
223
bool
windowsCanHandleDrawTextShadow
(WebCore::GraphicsContext *context)
257
if (context->platformContext()->getDrawLooper() && (!
windowsCanHandleDrawTextShadow
(context)))
/external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp
280
// If there is a shadow and this code is reached,
windowsCanHandleDrawTextShadow
()
489
if (graphicsContext->getShadow(shadowSize, shadowBlur, shadowColor) &&
windowsCanHandleDrawTextShadow
(graphicsContext)) {
Completed in 3981 milliseconds