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/Source/WebCore/platform/graphics/skia/
SkiaFontWin.h
74
bool
windowsCanHandleDrawTextShadow
(GraphicsContext*);
SkiaFontWin.cpp
225
bool
windowsCanHandleDrawTextShadow
(GraphicsContext *context)
242
if (!
windowsCanHandleDrawTextShadow
(context))
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp
283
// If there is a shadow and this code is reached,
windowsCanHandleDrawTextShadow
()
515
if (graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) &&
windowsCanHandleDrawTextShadow
(graphicsContext)) {
Completed in 29 milliseconds