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

  /external/pixman/demos/
convolution-test.c 24 pixman_image_t *simg, *mimg, *dimg; local
36 mimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, mask, WIDTH * 4);
39 pixman_image_set_filter (mimg, PIXMAN_FILTER_CONVOLUTION,
42 pixman_image_composite (PIXMAN_OP_OVER, simg, mimg, dimg, 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT);
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 1410 DiImage* mimg = NULL; local
    [all...]
readmacho.c 154 DiImage* mimg = ML_(img_from_local_file)(filename); local
155 if (mimg == NULL) {
169 // the bounds if it turns out to be fat. This stores |mimg| as
170 // |sli.img|, so NULL out |mimg| after this point, for the sake of
172 sli = ML_(sli_from_img)(mimg);
173 mimg = NULL;
    [all...]

Completed in 77 milliseconds