HomeSort by relevance Sort by last modified time
    Searched refs:draw_shadow (Results 1 - 9 of 9) sorted by null

  /external/skia/gm/
shadowutils.cpp 14 void draw_shadow(SkCanvas* canvas, const SkPath& path, int height, SkColor color, SkPoint3 lightPos, function
73 draw_shadow(canvas, path, kHeight, SK_ColorRED, kLightPos, kLightR, true, flags,
75 draw_shadow(canvas, path, kHeight, SK_ColorBLUE, kLightPos, kLightR, false, flags,
  /external/toybox/kconfig/lxdialog/
yesno.c 57 draw_shadow(stdscr, y, x, height, width);
dialog.h 200 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
inputbox.c 67 draw_shadow(stdscr, y, x, height, width);
checklist.c 140 draw_shadow(stdscr, y, x, height, width);
textbox.c 89 draw_shadow(stdscr, y, x, height, width);
menubox.c 207 draw_shadow(stdscr, y, x, height, width);
util.c 440 void draw_shadow(WINDOW * win, int y, int x, int height, int width) function
  /external/skia/src/utils/
SkShadowUtils.cpp 385 void draw_shadow(const FACTORY& factory, SkCanvas* canvas, ShadowedPath& path, SkColor color,
497 draw_shadow(factory, canvas, shadowedPath, color, cache);
555 draw_shadow(factory, canvas, shadowedPath, color, cache);

Completed in 1153 milliseconds