Searched refs:SetRect (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebKit/android/plugins/
H A DSkANP.h69 static SkRect* SetRect(SkRect* dst, const ANPRectF& src);
70 static SkIRect* SetRect(SkIRect* dst, const ANPRectI& src);
71 static ANPRectI* SetRect(ANPRectI* dst, const SkIRect& src);
72 static ANPRectF* SetRect(ANPRectF* dst, const SkRect& src);
H A DSkANP.cpp31 SkRect* SkANP::SetRect(SkRect* dst, const ANPRectF& src) { function in class:SkANP
39 SkIRect* SkANP::SetRect(SkIRect* dst, const ANPRectI& src) { function in class:SkANP
44 ANPRectI* SkANP::SetRect(ANPRectI* dst, const SkIRect& src) { function in class:SkANP
52 ANPRectF* SkANP::SetRect(ANPRectF* dst, const SkRect& src) { function in class:SkANP
H A DANPCanvasInterface.cpp65 canvas->skcanvas->clipRect(*SkANP::SetRect(&r, *rect));
85 SkANP::SetRect(r, bounds);
94 SkANP::SetRect(r, clip.getBounds());
117 canvas->skcanvas->drawRect(*SkANP::SetRect(&r, *rect), *paint);
123 canvas->skcanvas->drawOval(*SkANP::SetRect(&r, *rect), *paint);
160 srcPtr = SkANP::SetRect(&srcR, *src);
163 *SkANP::SetRect(&dstR, *dst), paint);
H A DANPPathInterface.cpp55 SkANP::SetRect(bounds, path->getBounds());
H A DPluginWidgetAndroid.cpp189 SkANP::SetRect(&event.data.draw.clip, dirty.getBounds());
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c440 SetRect (&bounds, 0, 0, 320, 240);
938 SetRect (&rect, 0, 0, width, height);
986 SetRect (&rect, 0, 0, surface->w, surface->h);
1058 SetRect (&bounds, 0, 0, width, height);
1157 SetRect (&src_rect, srcrect->x, srcrect->y, srcrect->x + srcrect->w, srcrect->y + srcrect->h);
1158 SetRect (&dst_rect, dstrect->x, dstrect->y, dstrect->x + dstrect->w, dstrect->y + dstrect->h);
1220 SetRect (&fill_rect, rect->x, rect->y, rect->x + rect->w, rect->y + rect->h);
1247 SetRect (&rect, 0, 0, surface->w-1, surface->h-1);
/external/chromium/base/gfx/
H A Drect.h73 void SetRect(int x, int y, int width, int height);
H A Drect.cc101 void Rect::SetRect(int x, int y, int width, int height) { function in class:gfx::Rect
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
H A DSDL_romvideo.c496 SetRect(&wrect, 0, 0, width, height);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.m1410 SetRect (&icon, SDL_VideoSurface->w - 13, SDL_VideoSurface->h - 13,
1482 SetRect (&srcRect, rects[i].x, rects[i].y,
1486 SetRect (&dstRect,
/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp284 SetRect(&bmpRect, 0, 0, origRect.width(), origRect.height());
/external/webkit/WebKit/mac/Plugins/
H A DWebNetscapePluginView.mm2413 SetRect(&printGWorldBounds, 0, 0, window.width, window.height);

Completed in 347 milliseconds