HomeSort by relevance Sort by last modified time
    Searched defs:shadowOffset (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/win/
WebKitGraphics.h 61 SIZE shadowOffset;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 358 FloatSize shadowOffset;
362 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
371 float shadowTextX = point.x() + translation.width() + shadowOffset.width();
373 float shadowTextY = point.y() + translation.height() + shadowOffset.height() * (graphicsContext->shadowsIgnoreTransforms() ? -1 : 1);
377 CGContextSetTextPosition(cgContext, point.x() + translation.width() + shadowOffset.width() + font->syntheticBoldOffset(), point.y() + translation.height() + shadowOffset.height());
391 graphicsContext->setShadow(shadowOffset, shadowBlur, shadowColor, ColorSpaceDeviceRGB);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 195 FloatSize shadowOffset;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 278 FloatSize shadowOffset;
282 if (m_graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace)) {
291 ExtTextOut(m_hdc, x + shadowOffset.width(), y + shadowOffset.height(), ETO_GLYPH_INDEX, 0, reinterpret_cast<const wchar_t*>(&glyphs[0]), numGlyphs, &advances[0]);
511 FloatSize shadowOffset;
515 if (graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) && windowsCanHandleDrawTextShadow(graphicsContext)) {
519 state.draw(graphicsContext, hdc, static_cast<int>(point.x()) + shadowOffset.width(),
520 static_cast<int>(point.y() - fontMetrics().ascent()) + shadowOffset.height(), from, to);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 227 FloatSize shadowOffset;
232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 99 FloatSize shadowOffset;
107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 79 milliseconds