OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSimpleShadow
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm
225
bool
hasSimpleShadow
= context->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && !platformData.isColorBitmapFont() && (!context->shadowsIgnoreTransforms() || context->getCTM().isIdentityOrTranslationOrFlipped());
226
if (
hasSimpleShadow
) {
245
if (
hasSimpleShadow
)
/external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp
364
bool
hasSimpleShadow
= graphicsContext->textDrawingMode() == TextModeFill && shadowColor.isValid() && !shadowBlur && (!graphicsContext->shadowsIgnoreTransforms() || graphicsContext->getCTM().isIdentityOrTranslationOrFlipped());
365
if (
hasSimpleShadow
) {
390
if (
hasSimpleShadow
)
Completed in 2897 milliseconds