HomeSort by relevance Sort by last modified time
    Searched refs:FloatSize (Results 126 - 150 of 200) sorted by null

1 2 3 4 56 7 8

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 384 void GraphicsContext::setPlatformShadow(const FloatSize& size, float blur, const Color& color, ColorSpace)
493 void GraphicsContext::scale(const FloatSize& size)
GraphicsOperation.h 208 Scale(const FloatSize& size) : m_scale(size) {}
215 FloatSize m_scale;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 278 FloatSize shadowOffset;
511 FloatSize shadowOffset;
LayerRendererChromium.cpp     [all...]
  /external/webkit/Source/WebCore/platform/mac/
ThemeMac.mm 275 context->scale(FloatSize(zoomFactor, zoomFactor));
353 context->scale(FloatSize(zoomFactor, zoomFactor));
473 context->scale(FloatSize(zoomFactor, zoomFactor));
540 context->scale(FloatSize(zoomFactor, zoomFactor));
  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 406 FloatSize midPointDistance = point1 - point2;
432 FloatSize delta = point2 - point1;
SVGRectElement.cpp 203 path.addRoundedRect(rect, FloatSize(rxValue, ryValue));
  /external/webkit/Source/WebKit2/Shared/win/
WebEventFactory.cpp 443 return WebWheelEvent(WebEvent::Wheel, position, globalPosition, FloatSize(deltaX, deltaY), FloatSize(wheelTicksX, wheelTicksY), granularity, modifiers, timestamp);
  /external/webkit/Source/WebCore/page/
Frame.h 150 void setPrinting(bool printing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustViewSizeOrNot);
FrameView.h 231 void forceLayoutForPagination(const FloatSize& pageSize, float maximumShrinkFactor, Frame::AdjustViewSizeOrNot);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.h 177 const FloatSize& repeatScale);
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 155 void Path::translate(const FloatSize& size)
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 90 void Path::translate(const FloatSize& size)
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 190 void GraphicsLayerTextureMapper::setSize(const FloatSize& value)
  /external/webkit/Source/WebCore/rendering/
RenderMediaControls.cpp 82 paintInfo.context->scale(FloatSize(zoomLevel, zoomLevel));
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourcePattern.cpp 269 tileImageContext->scale(FloatSize(absoluteTileBoundaries.width() / tileBoundaries.width(),
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 871 FloatPoint endPoint = origin + FloatSize(width, 0);
931 void GraphicsContext::setPlatformShadow(const FloatSize& size, float blur, const Color& color, ColorSpace)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp 382 FloatSize offset = glyphBuffer.offsetAt(0);
389 FloatSize nextOffset = glyphBuffer.offsetAt(nextGlyph);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 218 FloatSize shadowOffset;
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 221 void GraphicsLayerCACF::setSize(const FloatSize& size)
418 bool GraphicsLayerCACF::requiresTiledLayer(const FloatSize& size) const
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 258 return PrintContext::pageNumberForElement(coreElement, FloatSize(pageWidth, pageHeight));
277 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidth, pageHeight));
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 62 template<> struct ArgumentCoder<WebCore::FloatSize> : SimpleArgumentCoder<WebCore::FloatSize> { };
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 32 #include "FloatSize.h"
248 FloatSize m_shadowOffset;
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 107 void Path::translate(const FloatSize& size)
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.cpp 228 FloatSize repeatScale(float(getWidth()) / TilesManager::tileWidth(),

Completed in 652 milliseconds

1 2 3 4 56 7 8