OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shadowTextY
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm
234
float
shadowTextY
= point.y() + shadowOffset.height() * (context->shadowsIgnoreTransforms() ? -1 : 1);
235
showGlyphsWithAdvances(FloatPoint(shadowTextX,
shadowTextY
), font, cgContext, glyphBuffer.glyphs(from), glyphBuffer.advances(from), numGlyphs);
237
showGlyphsWithAdvances(FloatPoint(shadowTextX + font->syntheticBoldOffset(),
shadowTextY
), font, cgContext, glyphBuffer.glyphs(from), glyphBuffer.advances(from), numGlyphs);
/external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp
373
float
shadowTextY
= point.y() + translation.height() + shadowOffset.height() * (graphicsContext->shadowsIgnoreTransforms() ? -1 : 1);
374
CGContextSetTextPosition(cgContext, shadowTextX,
shadowTextY
);
Completed in 1163 milliseconds