Searched
full:intrect (Results
451 -
475 of
888) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebKit2/Shared/gtk/ |
UpdateChunk.cpp | 45 UpdateChunk::UpdateChunk(const IntRect& rect) 82 IntRect rect;
|
/external/webkit/Source/WebKit2/Shared/qt/ |
UpdateChunk.cpp | 49 UpdateChunk::UpdateChunk(const IntRect& rect) 81 IntRect rect;
|
/external/webkit/Source/WebKit2/UIProcess/ |
DrawingAreaProxy.h | 48 class IntRect; 82 virtual bool paint(const WebCore::IntRect&, PlatformDrawingContext) = 0;
|
DrawingAreaProxyImpl.h | 45 void paint(BackingStore::PlatformGraphicsContext, const WebCore::IntRect&, Region& unpaintedRegion); 53 virtual bool paint(const WebCore::IntRect&, PlatformDrawingContext);
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
ChunkedUpdateDrawingAreaProxyMac.mm | 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, CGContextRef context) 91 IntRect updateChunkRect = updateChunk->rect();
|
/external/webkit/Source/WebKit2/WebProcess/FullScreen/ |
WebFullScreenManager.cpp | 108 IntRect WebFullScreenManager::getFullScreenRect() 110 IntRect rect;
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebPopupMenu.cpp | 97 void WebPopupMenu::show(const IntRect& rect, FrameView* view, int index) 110 IntRect pageCoordinates(view->contentsToWindow(rect.location()), rect.size());
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityMenuListOption.h | 61 virtual IntRect elementRect() const;
|
/external/webkit/Source/WebCore/html/ |
HTMLAreaElement.h | 44 IntRect computeRect(RenderObject*) const;
|
/external/webkit/Source/WebCore/page/ |
Frame.h | 270 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&); 271 virtual void tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea); 272 virtual IntRect tiledBackingStoreContentsRect(); 273 virtual IntRect tiledBackingStoreVisibleRect();
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformScreenChromium.cpp | 34 #include "IntRect.h"
|
PlatformThemeChromiumGtk.h | 59 static void paintArrowButton(GraphicsContext*, const IntRect&, ArrowDirection, ControlStates);
|
/external/webkit/Source/WebCore/platform/efl/ |
PopupMenuEfl.cpp | 50 void PopupMenuEfl::show(const IntRect& rect, FrameView* view, int index)
|
ScrollViewEfl.cpp | 40 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/graphics/ |
FloatRect.cpp | 31 #include "IntRect.h" 41 FloatRect::FloatRect(const IntRect& r) : m_location(r.location()), m_size(r.size()) 185 IntRect enclosingIntRect(const FloatRect& rect) 192 return IntRect(clampToInteger(left), clampToInteger(top),
|
FontFallbackList.h | 33 class IntRect;
|
MediaPlayer.h | 36 #include "IntRect.h" 95 class IntRect; 245 void paint(GraphicsContext*, const IntRect&); 246 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
PicturePileLayerContent.h | 47 virtual PrerenderedInval* prerenderForRect(const IntRect& dirty);
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
ImageTexture.cpp | 162 IntRect visibleContentArea(0, 0, m_image->width(), m_image->height()); 196 IntRect fullContentArea(0, 0, m_image->width(), m_image->height()); 247 IntRect layerArea = m_layer->fullContentArea(); 272 IntRect visibleContentArea = m_layer->visibleContentArea(force3dContentVisible);
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
TransformationMatrixCairo.cpp | 29 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
IconChromium.cpp | 48 void Icon::paint(GraphicsContext* context, const IntRect& rect)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCCanvasLayerImpl.h | 45 virtual void draw(const IntRect&);
|
CCPluginLayerImpl.h | 45 virtual void draw(const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
TransformationMatrixQt.cpp | 30 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
TransformationMatrixWx.cpp | 32 #include "IntRect.h"
|
Completed in 734 milliseconds
<<11121314151617181920>>