Home
last modified time | relevance | path

Searched defs:fill_rect (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Drtprof.c323 SDL_Rect fill_rect = { x, y, bar_width, height }; in probe_display_bargraph() local
376 SDL_Rect fill_rect = { x, y, bar_min, height }; in probe_display_htribargraph() local
443 SDL_Rect fill_rect = { x, y + height - bar_min, width, bar_min }; in probe_display_vtribargraph() local
528 …SDL_Rect fill_rect = { x + i*bar_width, y + height - (int)(aggregated_bars[i].val*scale), bar_widt… in probe_display_stats() local
531 …SDL_Rect fill_rect = { x + nb_bars*bar_width, y + height - (int)(stats->overflow_cntr*scale), bar_… in probe_display_stats() local
626 … SDL_Rect fill_rect = { x + i*cell_size_x, y + height - j*cell_size_y, cell_size_x, cell_size_y }; in probe_display_array_stats() local
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/esp/esp32_api_stubs/
H A Dframebuf.py10 def fill_rect(): member in FrameBuffer
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/micropython/api_stubs/
H A Dframebuf.py10 def fill_rect(): member in FrameBuffer
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/gui/
H A Dgui2_progressbar.cpp15 sf::FloatRect fill_rect = rect; in onDraw() local
H A Dgui2_progressslider.cpp15 sf::FloatRect fill_rect = rect; in onDraw() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dbattery_image_source.cc60 gfx::RectF fill_rect = gfx::RectF(8, 6, 6, 11); in Draw() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkDraw_atlas.cpp22 static void fill_rect(const SkMatrix& ctm, const SkRasterClip& rc, in fill_rect() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkDraw_atlas.cpp22 static void fill_rect(const SkMatrix& ctm, const SkRasterClip& rc, in fill_rect() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkDraw_atlas.cpp23 static void fill_rect(const SkMatrix& ctm, const SkRasterClip& rc, in fill_rect() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkDraw_atlas.cpp22 static void fill_rect(const SkMatrix& ctm, const SkRasterClip& rc, in fill_rect() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkDraw_atlas.cpp22 static void fill_rect(const SkMatrix& ctm, const SkRasterClip& rc, in fill_rect() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkDraw_atlas.cpp24 static void fill_rect(const SkMatrix& ctm, const SkRasterClip& rc, in fill_rect() function
/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dscreen.cpp136 void Screen::fill_rect(Sint32 x, Sint32 y, Uint32 size_x, Uint32 size_y, Uint8 r, Uint8 g, Uint8 b) in fill_rect() function in Screen
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkrenderbackground.c154 graphene_rect_t fill_rect; in gtk_theming_background_snapshot_layer() local
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/test/
H A Drender-composite-solid-mask.c16 static void fill_rect(struct test_display *dpy, Picture p, uint8_t op, in fill_rect() function
H A Drender-copyarea-mask.c9 static void fill_rect(struct test_display *t, in fill_rect() function
H A Dbasic-stress.c10 static void fill_rect(struct test_target *tt, in fill_rect() function
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dprimitives.cpp197 void fill_rect(Image* image, int x1, int y1, int x2, int y2, color_t color) in fill_rect() function
225 void fill_rect(Image* image, const gfx::Rect& rc, color_t c) in fill_rect() function
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/graph/
H A Dgraphics.mli214 val fill_rect : int -> int -> int -> int -> unit val
H A Dgraphics.ml146 let fill_rect x y w h = function
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/graph/
H A Dgraphics.mli214 val fill_rect : int -> int -> int -> int -> unit val
H A Dgraphics.ml146 let fill_rect x y w h = function
/dports/cad/pcb/pcb-4.2.0/src/
H A Dhid_draw.h90 void (*fill_rect) (hidGC gc, Coord x1, Coord y1, Coord x2, Coord y2); member
/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDL/
H A DVideo.pod510 =head2 fill_rect section
/dports/games/golly/golly-3.3-src/Scripts/Lua/oplus/
H A Dinit.lua295 function m.fill_rect(x, y, wd, ht) function

12345678910