Home
last modified time | relevance | path

Searched refs:shade_rect (Results 1 – 16 of 16) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dhardstop_gradients.cpp68 static void shade_rect(SkCanvas* canvas, sk_sp<SkShader> shader, int cellRow, int cellCol) { in shade_rect() function
165 shade_rect(canvas, shader, cellRow, cellCol); in onDraw()
H A Danalytic_gradients.cpp118 static void shade_rect(SkCanvas* canvas, sk_sp<SkShader> shader, int cellRow, int cellCol) { in shade_rect() function
181 shade_rect(canvas, shader, cellRow, cellCol); in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dhardstop_gradients.cpp68 static void shade_rect(SkCanvas* canvas, sk_sp<SkShader> shader, int cellRow, int cellCol) { in shade_rect() function
165 shade_rect(canvas, shader, cellRow, cellCol); in onDraw()
H A Danalytic_gradients.cpp118 static void shade_rect(SkCanvas* canvas, sk_sp<SkShader> shader, int cellRow, int cellCol) { in shade_rect() function
181 shade_rect(canvas, shader, cellRow, cellCol); in onDraw()
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_plastic.cxx156 static void shade_rect(int x, int y, int w, int h, const char *c, Fl_Color bc) { in shade_rect() function
306 shade_rect(x + 2, y + 2, w - 4, h - 5, "RVQNOPQRSTUVWVQ", c); in thin_up_box()
310 shade_rect(x + 1, y + 1, w - 2, h - 3, "RQOQSUWQ", c); in thin_up_box()
321 shade_rect(x + 2, y + 2, w - 4, h - 5, "RVQNOPQRSTUVWVQ", c); in up_box()
325 shade_rect(x + 1, y + 1, w - 2, h - 3, "RVQNOPQRSTUVWVQ", c); in up_box()
347 shade_rect(x + 2, y + 2, w - 4, h - 5, "STUVWWWVT", c); in down_box()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_plastic.cxx147 static void shade_rect(int x, int y, int w, int h, const char *c, Fl_Color bc) { in shade_rect() function
297 shade_rect(x + 2, y + 2, w - 4, h - 5, "RVQNOPQRSTUVWVQ", c); in thin_up_box()
301 shade_rect(x + 1, y + 1, w - 2, h - 3, "RQOQSUWQ", c); in thin_up_box()
312 shade_rect(x + 2, y + 2, w - 4, h - 5, "RVQNOPQRSTUVWVQ", c); in up_box()
316 shade_rect(x + 1, y + 1, w - 2, h - 3, "RVQNOPQRSTUVWVQ", c); in up_box()
338 shade_rect(x + 2, y + 2, w - 4, h - 5, "STUVWWWVT", c); in down_box()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A Dfl_plastic.cxx156 static void shade_rect(int x, int y, int w, int h, const char *c, Fl_Color bc) { in shade_rect() function
306 shade_rect(x + 2, y + 2, w - 4, h - 5, "RVQNOPQRSTUVWVQ", c); in thin_up_box()
310 shade_rect(x + 1, y + 1, w - 2, h - 3, "RQOQSUWQ", c); in thin_up_box()
321 shade_rect(x + 2, y + 2, w - 4, h - 5, "RVQNOPQRSTUVWVQ", c); in up_box()
325 shade_rect(x + 1, y + 1, w - 2, h - 3, "RVQNOPQRSTUVWVQ", c); in up_box()
347 shade_rect(x + 2, y + 2, w - 4, h - 5, "STUVWWWVT", c); in down_box()
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dmap.c774 SDL_Rect shade_rect; in map_paint_tile_terrain() local
775 shade_rect.x = scr_x; in map_paint_tile_terrain()
776 shade_rect.y = scr_y; in map_paint_tile_terrain()
777 shade_rect.w = TILE_W; in map_paint_tile_terrain()
778 shade_rect.h = TILE_H; in map_paint_tile_terrain()
779 screenShade(&shade_rect, 128); in map_paint_tile_terrain()
807 SDL_Rect shade_rect; in map_paint_tile_objects() local
808 shade_rect.x = scr_x; in map_paint_tile_objects()
809 shade_rect.y = scr_y; in map_paint_tile_objects()
810 shade_rect.w = TILE_W; in map_paint_tile_objects()
[all …]
/dports/x11-toolkits/ntk/ntk/src/
H A DCrystal_Theme.cxx128 shade_rect ( int x, int y, int w, int h, const char *c, Fl_Color bc ) in shade_rect() function
309 shade_rect( x + 1, y + 1, w - 2, h - 3, "QWUSQOQR", c ); in thin_up_box()
322 shade_rect( x + 1, y + 1, w - 2, h - 3, "QVWVUTSRQPONQVR", c ); in up_box()
/dports/x11-wm/marco/marco-1.26.0/src/ui/
H A Dtheme.h196 MetaButtonSpace shade_rect; member
H A Dframes.c2762 rect = &fgeom->shade_rect.visible; in control_rect()
2862 if (POINT_IN_RECT (x, y, fgeom.shade_rect.clickable)) in get_control()
H A Dtheme.c613 return &fgeom->shade_rect; in rect_for_function()
926 &n_left, &fgeom->shade_rect)) in meta_frame_layout_calc_geometry()
929 &n_right, &fgeom->shade_rect)) in meta_frame_layout_calc_geometry()
4913 *rect = fgeom->shade_rect.visible; in get_button_rect()
/dports/x11-wm/muffin/muffin-4.8.0/src/ui/
H A Dtheme-private.h241 MetaButtonSpace shade_rect; member
H A Dframes.c2434 rect = &fgeom->shade_rect.visible; in control_rect()
2545 if (META_POINT_IN_RECT (x, y, fgeom.shade_rect.clickable)) in get_control()
H A Dtheme.c508 return &fgeom->shade_rect; in rect_for_function()
819 &n_left, &fgeom->shade_rect)) in meta_frame_layout_calc_geometry()
822 &n_right, &fgeom->shade_rect)) in meta_frame_layout_calc_geometry()
4622 *rect = fgeom->shade_rect.visible; in button_rect()
/dports/x11-wm/compiz/compiz-0.8.8/gtk/window-decorator/
H A Dgtk-window-decorator.c2979 space = &fgeom.shade_rect; in meta_get_button_position()