HomeSort by relevance Sort by last modified time
    Searched full:updaterect (Results 1 - 25 of 25) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BView.h 84 virtual void Draw(BRect updateRect) {
88 dest.top = updateRect.top + yoff;
89 dest.left = updateRect.left + xoff;
90 dest.bottom = updateRect.bottom + yoff;
91 dest.right = updateRect.right + xoff;
92 DrawBitmap(image, updateRect, dest);
94 DrawBitmap(image, updateRect, updateRect);
98 virtual void DrawAsync(BRect updateRect) {
101 dest.top = updateRect.top + yoff
    [all...]
SDL_BWin.h 185 virtual void DrawAsync(BRect updateRect) {
186 SDL_View->DrawAsync(updateRect);
  /external/chromium_org/third_party/WebKit/Source/platform/
HostWindow.h 44 virtual void invalidateContentsAndRootView(const IntRect& updateRect) = 0;
47 virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) = 0;
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 227 rect.UpdateRect(m_pPoints[i].m_PointX, m_pPoints[i].m_PointY);
237 rect.UpdateRect(end_x + hw, end_y + hw);
238 rect.UpdateRect(end_x - hw, end_y - hw);
247 rect.UpdateRect(end_x + hw, point_y);
248 rect.UpdateRect(end_x - hw, point_y);
257 rect.UpdateRect(point_x, end_y + hw);
258 rect.UpdateRect(point_x, end_y - hw);
268 rect.UpdateRect(mx - dx1, my + dy1);
269 rect.UpdateRect(mx + dx1, my - dy1);
281 rect.UpdateRect(middle_x + half_width, point_y);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 597 SDL_Rect updaterect; local
599 updaterect.x = updaterect.y = 0;
600 updaterect.w = this->screen->w;
601 updaterect.h = this->screen->h;
615 this->UpdateRects(this, 1, &updaterect);
632 this->UpdateRects(this, 1, &updaterect);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 67 void Chrome::invalidateContentsAndRootView(const IntRect& updateRect)
69 m_client->invalidateContentsAndRootView(updateRect);
72 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect)
74 m_client->invalidateContentsForSlowScroll(updateRect);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 956 TRect updateRect = aUpdateRect;
964 Rotate(updateRect);
967 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
970 //updateRect.Intersection(targetRect);
971 ClipCopy(target, aBits, updateRect, sourceRect);
1007 TRect updateRect = aUpdateRect;
1012 Rotate(updateRect);
1015 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
1018 updateRect.Intersection(targetRect);
1019 ClipCopy(target, aBits, updateRect, sourceRect.iTl)
    [all...]
dsa_old.cpp 636 TRect updateRect = aUpdateRect;
641 Rotate(updateRect);
644 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
647 updateRect.Intersection(targetRect);
648 ClipCopy(target, aBits, updateRect, sourceRect);
dsa.cpp 1071 TRect updateRect = aUpdateRect;
1079 Rotate(updateRect);
1082 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
1085 //updateRect.Intersection(targetRect);
1086 ClipCopy(target, aBits, updateRect, sourceRect);
  /external/chromium_org/chrome/browser/ui/cocoa/
framed_browser_window.mm 203 NSRect updateRect = [frameView frame];
206 updateRect.size.height -= NSHeight(contentRect) - tabStripHeight;
207 updateRect.origin.y = NSMaxY(contentRect) - tabStripHeight;
208 [[self frameView] setNeedsDisplayInRect:updateRect];
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 544 IntRect updateRect = clipRect;
545 updateRect.intersect(rectToCopyOnScroll());
558 scrollContentsSlowPath(updateRect);
567 void ScrollView::scrollContentsSlowPath(const IntRect& updateRect)
569 hostWindow()->invalidateContentsForSlowScroll(updateRect);
    [all...]
ScrollView.h 272 virtual void scrollContentsSlowPath(const IntRect& updateRect);
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 485 void ChromeClientImpl::invalidateContentsAndRootView(const IntRect& updateRect)
487 if (updateRect.isEmpty())
489 m_webView->invalidateRect(updateRect);
492 void ChromeClientImpl::invalidateContentsForSlowScroll(const IntRect& updateRect)
494 invalidateContentsAndRootView(updateRect);
WebPopupMenuImpl.cpp 378 void WebPopupMenuImpl::invalidateContentsForSlowScroll(const IntRect& updateRect)
380 invalidateContentsAndRootView(updateRect);
WebPagePopupImpl.cpp 110 virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) OVERRIDE
112 invalidateContentsAndRootView(updateRect);
PopupListBox.cpp     [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 346 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
348 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
349 updateRect.height());
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
FrameView.h 347 virtual void scrollContentsSlowPath(const IntRect& updateRect) OVERRIDE;
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 59 status_t setUpdateRectangle(const Rect& updateRect);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 265 rect.UpdateRect(x, y);
  /external/chromium_org/content/renderer/
render_widget.h 604 // True if we need to send an UpdateRect message to notify the browser about
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 670 void UpdateRect(FX_FLOAT x, FX_FLOAT y);
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 215 void CFX_FloatRect::UpdateRect(FX_FLOAT x, FX_FLOAT y)
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 760 // UpdateRect messages.)
815 // may have changed during the handling of an UpdateRect message.
    [all...]

Completed in 1460 milliseconds