Searched refs:draw_shadow (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/gm/ |
H A D | shadowutils.cpp | 27 void draw_shadow(SkCanvas* canvas, const SkPath& path, SkScalar height, SkColor color, in draw_shadow() function 120 draw_shadow(canvas, path, kHeight, SK_ColorRED, lightPos, kLightR, in draw_paths() 122 draw_shadow(canvas, path, kHeight, SK_ColorBLUE, lightPos, kLightR, in draw_paths() 181 draw_shadow(canvas, path, kHeight, SK_ColorRED, lightPos, kLightR, in draw_paths() 183 draw_shadow(canvas, path, kHeight, SK_ColorBLUE, lightPos, kLightR, in draw_paths()
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | yesno.c | 57 draw_shadow(stdscr, y, x, height, width); in dialog_yesno()
|
H A D | dialog.h | 200 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
H A D | inputbox.c | 67 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox()
|
H A D | checklist.c | 140 draw_shadow(stdscr, y, x, height, width); in dialog_checklist()
|
H A D | textbox.c | 89 draw_shadow(stdscr, y, x, height, width); in dialog_textbox()
|
H A D | menubox.c | 207 draw_shadow(stdscr, y, x, height, width); in dialog_menu()
|
H A D | util.c | 440 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() function
|
/third_party/skia/src/utils/ |
H A D | SkShadowUtils.cpp | 458 bool draw_shadow(const FACTORY& factory, in draw_shadow() function 713 if (!draw_shadow(factory, drawVertsProc, shadowedPath, rec.fAmbientColor)) { in drawShadow() 845 if (!draw_shadow(factory, drawVertsProc, shadowedPath, color, rec.isLimitElevation)) { in drawShadow()
|
Completed in 6 milliseconds