Home
last modified time | relevance | path

Searched refs:DrawRectangle (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dscreen_drawer_linux.cc39 void DrawRectangle(DesktopRect rect, RgbaColor color) override;
112 void ScreenDrawerLinux::DrawRectangle(DesktopRect rect, RgbaColor color) { in DrawRectangle() function in webrtc::__anon02102c390111::ScreenDrawerLinux
131 DrawRectangle(rect_, RgbaColor(0, 0, 0)); in Clear()
Dscreen_drawer_win.cc81 void DrawRectangle(DesktopRect rect, RgbaColor color) override;
128 void ScreenDrawerWin::DrawRectangle(DesktopRect rect, RgbaColor color) { in DrawRectangle() function in webrtc::__anon2ceeccb70111::ScreenDrawerWin
148 DrawRectangle(rect_, RgbaColor(0, 0, 0)); in Clear()
Dscreen_drawer.h56 virtual void DrawRectangle(DesktopRect rect, RgbaColor color) = 0;
Dscreen_drawer_unittest.cc128 drawer->DrawRectangle( in TEST()
Dscreen_capturer_integration_test.cc199 drawer->DrawRectangle(rect, color); in TestCaptureOneFrame()
/external/ImageMagick/tests/
Ddrawtest.c85 DrawRectangle(picasso,23.69,22.97,564.6,802.2); in ScribbleImage()
99 DrawRectangle(picasso,0,0,595.3,841.9); in ScribbleImage()
122 DrawRectangle(picasso,72,72,144,144); in ScribbleImage()
/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py267 … dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
277 … dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
284 … dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
331 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
356 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
/external/ImageMagick/coders/
Dwmf.c633 DrawRectangle(WmfDrawingWand, in ipa_rop_draw()
864 DrawRectangle(WmfDrawingWand, in ipa_device_begin()
912 DrawRectangle(WmfDrawingWand, in ipa_device_begin()
990 DrawRectangle(WmfDrawingWand, in ipa_draw_pixel()
1269 DrawRectangle(WmfDrawingWand, in ipa_draw_rectangle()
1294 DrawRectangle(WmfDrawingWand, in ipa_region_frame()
1323 DrawRectangle(WmfDrawingWand, in ipa_region_paint()
1360 DrawRectangle(WmfDrawingWand, in ipa_region_clip()
1564 DrawRectangle(WmfDrawingWand, in ipa_draw_text()
1650 DrawRectangle(WmfDrawingWand, in ipa_draw_text()
[all …]
/external/ImageMagick/MagickWand/
Ddrawing-wand.h188 DrawRectangle(DrawingWand *,const double,const double,const double,
Ddrawing-wand.c4326 WandExport void DrawRectangle(DrawingWand *wand,const double x1,const double y1, in DrawRectangle() function
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1080 DrawRectangle( context_, _upperLeftX, _upperLeftY, in operator ()()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1294 using MagickCore::DrawRectangle;