HomeSort by relevance Sort by last modified time
    Searched refs:shadowTextX (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 232 float shadowTextX = point.x() + shadowOffset.width();
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 371 float shadowTextX = point.x() + translation.width() + shadowOffset.width();
374 CGContextSetTextPosition(cgContext, shadowTextX, shadowTextY);

Completed in 34 milliseconds