HomeSort by relevance Sort by last modified time
    Searched refs:contentRect (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h 47 virtual void paint(GraphicsContext& context, const IntRect& contentRect) = 0;
60 void invalidateRect(const IntRect& contentRect);
63 // Paint all invalidations and missing tiles needed to draw the contentRect
65 void update(TilePaintInterface& painter, const IntRect& contentRect);
71 void updateFromPixels(const IntRect& contentRect, const IntRect& paintRect, const uint8_t* pixels);
74 void draw(const IntRect& contentRect, const TransformationMatrix&, float opacity);
121 void growLayerToContain(const IntRect& contentRect);
126 // Invalidate any tiles which do not intersect with the contentRect
127 void invalidateTiles(const IntRect& contentRect);
129 void contentRectToTileIndices(const IntRect& contentRect, int &left, int &top, int &right, int &bottom) const
    [all...]
LayerTilerChromium.cpp 130 void LayerTilerChromium::invalidateTiles(const IntRect& contentRect)
139 if (tileRect.intersects(contentRect))
148 void LayerTilerChromium::contentRectToTileIndices(const IntRect& contentRect, int& left, int& top, int& right, int& bottom) const
150 const IntRect layerRect = contentRectToLayerRect(contentRect);
158 IntRect LayerTilerChromium::contentRectToLayerRect(const IntRect& contentRect) const
160 IntPoint pos(contentRect.x() - m_layerPosition.x(), contentRect.y() - m_layerPosition.y());
161 IntRect layerRect(pos, contentRect.size());
165 layerRect = IntRect(IntPoint(0, 0), IntSize(contentRect.width() + pos.x(), contentRect.height() + pos.y()))
    [all...]
ContentLayerChromium.cpp 78 virtual void paint(GraphicsContext& context, const IntRect& contentRect)
81 context.clearRect(contentRect);
82 context.clip(contentRect);
83 m_owner->paintGraphicsLayerContents(context, contentRect);
RenderSurfaceChromium.h 61 IntRect contentRect() const { return m_contentRect; }
LayerRendererChromium.cpp 176 void LayerRendererChromium::setViewport(const IntRect& visibleRect, const IntRect& contentRect, const IntPoint& scrollPosition)
181 m_viewportContentRect = contentRect;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderSlider.cpp 116 IntRect contentRect = contentBoxRect();
118 thumbRect.setX(contentRect.x() + (contentRect.width() - thumbRect.width()) / 2);
119 thumbRect.setY(contentRect.y() + static_cast<int>(nextafter((contentRect.height() - thumbRect.height()) + 1, 0) * (1 - fraction)));
121 thumbRect.setX(contentRect.x() + static_cast<int>(nextafter((contentRect.width() - thumbRect.width()) + 1, 0) * fraction));
122 thumbRect.setY(contentRect.y() + (contentRect.height() - thumbRect.height()) / 2);
RenderEmbeddedObject.cpp 160 FloatRect contentRect;
166 if (!getReplacementTextGeometry(tx, ty, contentRect, path, replacementTextRect, font, run, textWidth))
170 context->clip(contentRect);
184 bool RenderEmbeddedObject::getReplacementTextGeometry(int tx, int ty, FloatRect& contentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth)
186 contentRect = contentBoxRect();
187 contentRect.move(tx, ty);
205 float x = (contentRect.size().width() / 2 - replacementTextRect.size().width() / 2) + contentRect.location().x();
206 float y = (contentRect.size().height() / 2 - replacementTextRect.size().height() / 2) + contentRect.location().y()
    [all...]
RenderEmbeddedObject.h 71 bool getReplacementTextGeometry(int tx, int ty, FloatRect& contentRect, Path&, FloatRect& replacementTextRect, Font&, TextRun&, float& textWidth);
RenderVideo.cpp 160 IntRect contentRect = contentBoxRect();
161 if (elementSize.isEmpty() || contentRect.isEmpty())
164 IntRect renderBox = contentRect;
171 renderBox.move((contentRect.width() - renderBox.width()) / 2, 0);
176 renderBox.move(0, (contentRect.height() - renderBox.height()) / 2);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
TiledDrawingAreaQt.cpp 51 IntRect contentRect = enclosingIntRect(FloatRect(tileRect.x() / scale,
55 m_webPage->drawRect(graphicsContext, contentRect);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 47 NSRect contentRect = NSMakeRect(x, cocoa_y, width, height);
49 NSView *glView = [[EmuGLView alloc] initWithFrame:contentRect];
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.h 32 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
SDL_QuartzWindow.m 186 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
198 return [ super initWithContentRect:contentRect styleMask:styleMask backing:backingType defer:flag ];
SDL_QuartzVideo.m 427 NSRect contentRect;
532 contentRect = NSMakeRect (0, 0, width, height);
555 initWithContentRect:contentRect
568 [ qz_window setContentSize:contentRect.size ];
570 [ window_view setFrameSize:contentRect.size ];
586 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
649 NSRect contentRect;
659 contentRect = NSMakeRect (0, 0, width, height);
735 initWithContentRect:contentRect
767 [ qz_window setContentSize:contentRect.size ]
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeWindow.mm 58 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation
65 return [super initWithContentRect:contentRect styleMask:styleMask backing:bufferingType defer:deferCreation];
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGImage.cpp 188 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
189 if (!contentRect.isEmpty())
190 rects.append(contentRect);
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 154 ARect contentRect;
251 * find the new content rect in android_app::contentRect.
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.h 27 - (id)initWithContentRect:(NSRect)contentRect;
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowFrame.m 79 + (NSRect)frameRectForContentRect:(NSRect)contentRect styleMask:(NSUInteger)style {
82 return contentRect;
CarbonWindowAdapter.mm 84 - (id)_initContent:(const NSRect *)contentRect styleMask:(unsigned int)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag contentView:aView;
120 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)style backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag {
123 self = [super initWithContentRect:contentRect styleMask:style backing:bufferingType defer:flag];
    [all...]
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 55 NSRect contentRect = [NSWindow contentRectForFrameRect:[self _computeHighlightWindowFrame] styleMask:styleMask];
56 _highlightWindow = [[NSWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 486 IntRect contentRect = view->visibleContentRect(true);
487 return IntRect(0, 0, contentRect.width(), contentRect.height());
499 IntRect contentRect = view->visibleContentRect(false);
500 return IntRect(0, 0, contentRect.width(), contentRect.height());
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 145 NSRect contentRect = m_findIndicator->frameRect();
146 NSRect windowFrameRect = NSIntegralRect([m_wkView convertRect:contentRect toView:nil]);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 64 virtual void draw(const IntRect& contentRect);
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 119 /* [in] */ RECT *contentRect) { return E_NOTIMPL; }
123 /* [retval][out] */ RECT *contentRect) { return E_NOTIMPL; }

Completed in 860 milliseconds

1 2