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

  /external/skia/gm/
shadowutils.cpp 14 void draw_shadow(SkCanvas* canvas, const SkPath& path, SkScalar height, SkColor color, function
103 draw_shadow(canvas, path, kHeight, SK_ColorRED, lightPos, kLightR,
105 draw_shadow(canvas, path, kHeight, SK_ColorBLUE, lightPos, kLightR,
160 draw_shadow(canvas, path, kHeight, SK_ColorRED, lightPos, kLightR,
162 draw_shadow(canvas, path, kHeight, SK_ColorBLUE, lightPos, kLightR,
  /external/skqp/gm/
shadowutils.cpp 14 void draw_shadow(SkCanvas* canvas, const SkPath& path, SkScalar height, SkColor color, function
103 draw_shadow(canvas, path, kHeight, SK_ColorRED, lightPos, kLightR,
105 draw_shadow(canvas, path, kHeight, SK_ColorBLUE, lightPos, kLightR,
160 draw_shadow(canvas, path, kHeight, SK_ColorRED, lightPos, kLightR,
162 draw_shadow(canvas, path, kHeight, SK_ColorBLUE, lightPos, kLightR,
  /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/u-boot/scripts/kconfig/lxdialog/
yesno.c 44 draw_shadow(stdscr, y, x, height, width);
dialog.h 215 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
inputbox.c 55 draw_shadow(stdscr, y, x, height, width);
checklist.c 133 draw_shadow(stdscr, y, x, height, width);
textbox.c 91 draw_shadow(stdscr, y, x, height, width);
menubox.c 196 draw_shadow(stdscr, y, x, height, width);
util.c 498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) function
  /external/skia/src/utils/
SkShadowUtils.cpp 413 bool draw_shadow(const FACTORY& factory, function in namespace:__anon38301
629 if (!draw_shadow(factory, drawVertsProc, shadowedPath, rec.fAmbientColor)) {
745 if (!draw_shadow(factory, drawVertsProc, shadowedPath, color)) {
  /external/skqp/src/utils/
SkShadowUtils.cpp 387 bool draw_shadow(const FACTORY& factory, function in namespace:__anon39097
597 if (!draw_shadow(factory, drawVertsProc, shadowedPath, rec.fAmbientColor)) {
713 if (!draw_shadow(factory, drawVertsProc, shadowedPath, color)) {

Completed in 412 milliseconds