HomeSort by relevance Sort by last modified time
    Searched full:intrect (Results 551 - 575 of 887) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/css/
CSSCanvasValue.cpp 49 IntRect imageChangeRect = enclosingIntRect(changedRect);
  /external/webkit/Source/WebCore/html/
HTMLVideoElement.h 65 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/page/
Frame.cpp 829 IntRect rect = editor()->firstRectForRange(previousCharacterRange.get());
837 IntRect rect = editor()->firstRectForRange(nextCharacterRange.get());
908 void Frame::tiledBackingStorePaint(GraphicsContext* context, const IntRect& rect)
915 void Frame::tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea)
925 IntRect Frame::tiledBackingStoreContentsRect()
928 return IntRect();
929 return IntRect(IntPoint(), m_view->contentsSize());
932 IntRect Frame::tiledBackingStoreVisibleRect()
935 return IntRect();
    [all...]
  /external/webkit/Source/WebCore/page/qt/
FrameQt.cpp 48 IntRect paintingRect = enclosingIntRect(selection()->bounds());
  /external/webkit/Source/WebCore/platform/brew/
PopupMenuBrew.cpp 54 void PopupMenuBrew::show(const IntRect& rect, FrameView* view, int index)
ScreenBrew.cpp 32 #include "IntRect.h"
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 209 IntRect ContextShadow::calculateLayerBoundingRect(GraphicsContext* context, const FloatRect& layerArea, const IntRect& clipRect)
239 return IntRect(0, 0, 0, 0);
251 m_sourceRect = IntRect(0, 0, layerArea.width() + frameSize, layerArea.height() + frameSize);
ShadowBlur.cpp 342 IntRect ShadowBlur::calculateLayerBoundingRect(GraphicsContext* context, const FloatRect& shadowedRect, const IntRect& clipRect)
371 return IntRect();
373 IntRect inflatedClip = clipRect;
446 IntRect layerRect = calculateLayerBoundingRect(graphicsContext, shadowedRect, graphicsContext->clipBounds());
472 IntRect layerRect = calculateLayerBoundingRect(graphicsContext, rect, graphicsContext->clipBounds());
496 void ShadowBlur::drawRectShadowWithoutTiling(GraphicsContext* graphicsContext, const FloatRect& shadowedRect, const RoundedIntRect::Radii& radii, const IntRect& layerRect)
532 void ShadowBlur::drawInsetShadowWithoutTiling(GraphicsContext* graphicsContext, const FloatRect& rect, const FloatRect& holeRect, const RoundedIntRect::Radii& holeRadii, const IntRect& layerRect)
799 IntRect blurRect(IntPoint(), templateSize);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
ShaderProgram.cpp 402 void ShaderProgram::setViewRect(const IntRect& viewRect)
420 IntRect rect(0, 0, m_webViewRect.width(), m_webViewRect.height());
468 void ShaderProgram::setScreenClip(const IntRect& clip)
471 IntRect mclip = clip;
476 IntRect screenClip(tclip.x(), tclip.y(), tclip.width(), tclip.height());
489 IntRect screenClip(clip.x(),
515 IntRect ShaderProgram::clippedRectWithViewport(const IntRect& rect, int margin)
517 IntRect viewport(m_viewport.fLeft - margin, m_viewport.fTop - margin,
VideoLayerAndroid.h 86 static const IntRect buttonRect;
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 53 virtual void platformCALayerPaintContents(GraphicsContext&, const IntRect& inClip) = 0;
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 254 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
261 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
268 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
275 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
PatternCG.cpp 55 IntRect tileRect = tileImage()->rect();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TextureManager.h 29 #include "IntRect.h"
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCCanvasLayerImpl.cpp 50 void CCCanvasLayerImpl::draw(const IntRect&)
CCVideoLayerImpl.h 50 virtual void draw(const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/efl/
IconEfl.cpp 61 void Icon::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/mac/
IconMac.mm 78 void Icon::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 66 virtual void setContentsRect(const IntRect& r);
MediaPlayerPrivatePhonon.h 113 void paint(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/win/
IconWin.cpp 85 void Icon::paint(GraphicsContext* context, const IntRect& r)
  /external/webkit/Source/WebCore/platform/haiku/
ScreenHaiku.cpp 34 #include "IntRect.h"
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 32 #include "IntRect.h"
126 const IntRect& originalFrameRect() const { return m_originalFrameRect; }
134 void setOriginalFrameRect(const IntRect& r) { m_originalFrameRect = r; }
208 IntRect m_originalFrameRect; // This will always just be the entire
  /external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.h 57 bool startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*);
  /external/webkit/Source/WebCore/platform/wx/
ScreenWx.cpp 29 #include "IntRect.h"

Completed in 462 milliseconds

<<21222324252627282930>>