Searched refs:h (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/applypatch/ |
D | bsdiff.c | 60 static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) in split() argument 66 j=1;x=V[I[k]+h]; in split() 68 if(V[I[k+i]+h]<x) { in split() 69 x=V[I[k+i]+h]; in split() 72 if(V[I[k+i]+h]==x) { in split() 83 x=V[I[start+len/2]+h]; in split() 86 if(V[I[i]+h]<x) jj++; in split() 87 if(V[I[i]+h]==x) kk++; in split() 93 if(V[I[i]+h]<x) { in split() 95 } else if(V[I[i]+h]==x) { in split() [all …]
|
/bootable/recovery/ |
D | interlace-frames.py | 35 w, h = sizes.pop() variable 38 out = Image.new("RGB", (w, h*N)) 39 for j in range(h):
|
D | adb_install.h | 22 int apply_from_adb(RecoveryUI* h, bool* wipe_cache, const char* install_file);
|
/bootable/recovery/minui/ |
D | resources.cpp | 418 int h = (row[3] << 8) | row[2]; in res_create_localized_alpha_surface() local 422 if (y+1+h >= height || matches_locale(loc, locale)) { in res_create_localized_alpha_surface() 423 printf(" %20s: %s (%d x %d @ %d)\n", name, loc, w, h, y); in res_create_localized_alpha_surface() 425 surface = malloc_surface(w*h); in res_create_localized_alpha_surface() 431 surface->height = h; in res_create_localized_alpha_surface() 436 for (i = 0; i < h; ++i, ++y) { in res_create_localized_alpha_surface() 445 for (i = 0; i < h; ++i, ++y) { in res_create_localized_alpha_surface()
|
D | minui.h | 53 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);
|
D | graphics.cpp | 232 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() argument 243 if (outside(dx, dy) || outside(dx+w-1, dy+h-1)) return; in gr_blit() 249 for (i = 0; i < h; ++i) { in gr_blit()
|