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

  /bootable/recovery/minui/
minui.h 45 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
graphics.c 293 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) { function
  /bootable/recovery/
screen_ui.cpp 103 gr_blit(surface, 0, 0, iconWidth, iconHeight,
130 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY);
169 gr_blit(progressBarFill, width-pos, 0, pos, height, dx+width-pos, dy);
172 gr_blit(progressBarEmpty, 0, 0, width-pos, height, dx, dy);
177 gr_blit(progressBarFill, 0, 0, pos, height, dx, dy);
180 gr_blit(progressBarEmpty, pos, 0, width-pos, height, dx+pos, dy);
187 gr_blit(progressBarIndeterminate[frame], 0, 0, width, height, dx, dy);
  /system/core/charger/
charger.c 637 gr_blit(surface, 0, 0, w, h, x, y);

Completed in 45 milliseconds