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

  /external/skia/gm/
gradtext.cpp 44 static void draw_text(SkCanvas* canvas, const SkPaint& paint) { function in class:skiagm::GradTextGM
54 draw_text(canvas, p);
57 draw_text(canvas, p);
60 draw_text(canvas, p);
  /system/core/charger/
charger.c 585 static int draw_text(const char *str, int x, int y) function
628 y = draw_text("Charging!", -1, -1);
629 draw_text("?\?/100", -1, y + 25);

Completed in 355 milliseconds