Home
last modified time | relevance | path

Searched refs:shadowTextX (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm232 float shadowTextX = point.x() + shadowOffset.width();
235 …showGlyphsWithAdvances(FloatPoint(shadowTextX, shadowTextY), font, cgContext, glyphBuffer.glyphs(f…
237 …showGlyphsWithAdvances(FloatPoint(shadowTextX + font->syntheticBoldOffset(), shadowTextY), font, c…
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp371 float shadowTextX = point.x() + translation.width() + shadowOffset.width(); in drawGlyphs() local
374 CGContextSetTextPosition(cgContext, shadowTextX, shadowTextY); in drawGlyphs()