HomeSort by relevance Sort by last modified time
    Searched refs:Bounds (Results 1 - 9 of 9) sorted by null

  /external/skia/src/animator/
SkDisplayBounds.h 24 DECLARE_DISPLAY_MEMBER_INFO(Bounds);
SkDisplayType.cpp 114 CASE_DISPLAY_NEW(Bounds);
269 CASE_GET_DISPLAY_INFO(Bounds);
436 DISPLAY_NAME("bounds", SkType_Bounds),
  /external/webkit/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 133 uint32 width = image->Bounds().IntegerWidth() + 1;
134 uint32 height = image->Bounds().IntegerHeight() + 1;
178 if (!image || !image->Bounds().IsValid()
179 || image->Bounds().IntegerWidth() > 0 || image->Bounds().IntegerHeight() > 0) {
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 50 SDL_BWin(BRect bounds) :
51 BDirectWindow(bounds, "Untitled", B_TITLED_WINDOW, 0) {
113 SDL_GLView = new BGLView(Bounds(), "SDL GLView",
132 SDL_View = new SDL_BView(Bounds());
SDL_BView.h 64 BRect bounds; local
65 bounds.top = bounds.left = 0;
66 bounds.right = width;
67 bounds.bottom = height;
69 FillRect(bounds, B_SOLID_HIGH);
72 bounds = image->Bounds();
73 Draw(bounds);
SDL_sysyuv.cc 41 BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs) {
43 bbitmap = new BBitmap(bounds,B_BITMAP_WILL_OVERLAY,cs);
50 uint32 width = bounds.IntegerWidth() + 1;
51 uint32 height = bounds.IntegerHeight() + 1;
78 fprintf(stderr,"GetOverlayBitmap failed bounds tests\n");
84 bounds.Set(bounds.left,bounds.top,bounds.right+width_padding,bounds.bottom+height_padding)
134 BRect bounds; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysevents.cc 54 BRect bounds;
72 bounds = view->Bounds();
106 if ( ! bounds.Contains(point) ) {
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 385 m_webView->Draw(m_webView->Bounds());
840 // We lock the looper in order to get the bounds of the WebView.
841 frameView = FrameView::create(m_frame, IntRect(m_webView->Bounds()).size());
  /external/webkit/WebKit/android/nav/
CacheBuilder.h 83 static bool ConstructPartRects(Node* node, const IntRect& bounds,
125 struct Bounds {
210 CachedNode* node, IntRect* bounds);
211 static bool AddPartRect(IntRect& bounds, int x, int y,

Completed in 178 milliseconds