HomeSort by relevance Sort by last modified time
    Searched refs:FloatSize (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 216 context->scale(FloatSize(zoomFactor, zoomFactor));
293 context->scale(FloatSize(zoomFactor, zoomFactor));
403 context->scale(FloatSize(zoomFactor, zoomFactor));
421 context->scale(FloatSize(1, -1));
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 293 FloatSize oldSize = m_graphicsLayer->size();
294 FloatSize newSize = relativeCompositingBounds.size();
353 FloatSize foregroundSize = newSize;
359 foregroundSize = FloatSize(clippingBox.size());
809 return point + FloatSize(graphicsLayer->offsetFromRenderer());
815 return point - FloatSize(graphicsLayer->offsetFromRenderer());
    [all...]
RenderThemeMac.mm 519 FloatSize offsetFromInputRenderer;
763 paintInfo.context->scale(FloatSize(zoomLevel, zoomLevel));
    [all...]
RenderThemeChromiumMac.mm 571 FloatSize offsetFromInputRenderer;
834 paintInfo.context->scale(FloatSize(zoomLevel, zoomLevel));
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 204 void scale(const FloatSize& size)
239 FloatSize mapSize(const FloatSize& size) const
243 return FloatSize(static_cast<float>(w), static_cast<float>(h));
516 FloatSize sideTop = topRight - topLeft;
517 FloatSize sideLeft = bottomLeft - topLeft;
    [all...]
PlatformPathWince.cpp 145 r.setSize(FloatSize(1, 1));
314 void PathPolygon::move(const FloatSize& offset)
399 void PlatformPathElement::move(const FloatSize& offset)
586 void PlatformPath::translate(const FloatSize& size)
754 FloatSize radius(r.width() * 0.5, r.height() * 0.5);
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 366 context->scale(FloatSize(zoomFactor, zoomFactor));
446 context->scale(FloatSize(zoomFactor, zoomFactor));
559 context->scale(FloatSize(zoomFactor, zoomFactor));
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 333 void scale(const FloatSize&);
335 void translate(const FloatSize& size) { translate(size.width(), size.height()); }
GraphicsContext.cpp 409 image->draw(this, FloatRect(dest.location(), FloatSize(tw, th)), FloatRect(src.location(), FloatSize(tsw, tsh)), styleColorSpace, op);
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.h 31 #include "FloatSize.h"
216 FloatSize m_shadowOffset;
  /external/webkit/WebCore/page/
DOMWindow.cpp 1230 FloatSize dest = fr.size() + FloatSize(x, y);
1249 FloatSize dest = FloatSize(width, height);
    [all...]
  /external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp 402 void* scaleDragImage(void*, FloatSize)
  /external/webkit/WebCore/platform/graphics/cairo/
FontCairo.cpp 93 FloatRect rect(FloatPoint(), FloatSize(extents.width, extents.height));
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 83 void Path::translate(const FloatSize& size)
  /external/webkit/WebCore/svg/
SVGFilterElement.cpp 29 #include "FloatSize.h"
195 m_filter->setFilterResolution(FloatSize(filterResX(), filterResY()));
SVGPreserveAspectRatio.cpp 164 FloatSize imageSize = srcRect.size();
  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 190 context->scale(FloatSize(dstRect.width() / srcRect.width(), dstRect.height() / srcRect.height()));
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 196 FloatSize translation = glyphBuffer.offsetAt(from);
350 FloatSize translation = glyphBuffer.offsetAt(from);
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 95 void Path::translate(const FloatSize& size)
  /external/webkit/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 97 m_context->scale(FloatSize(1, -1));
PathCG.cpp 155 void Path::translate(const FloatSize& size)
GraphicsContextCG.cpp 373 scale(FloatSize(1, scaleFactor));
384 scale(FloatSize(1, reverseScaleFactor));
951 void GraphicsContext::scale(const FloatSize& size)
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 422 void GraphicsContext::scale(const FloatSize& size)
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 425 void GraphicsContext::scale(const FloatSize& scaleFactors)
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 125 src->context()->scale(FloatSize(2.0, 0.5));
177 src->context()->scale(FloatSize(2.0, 0.5));
265 src->context()->scale(FloatSize(2.0, 0.5));

Completed in 824 milliseconds

1 2 34 5