HomeSort by: relevance | last modified time | path
    Searched refs:rowstride_bytes (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-bits-image.c 1239 int * rowstride_bytes,
1269 if (rowstride_bytes)
1270 *rowstride_bytes = stride;
1294 int rowstride_bytes; local
1296 free_me = bits = create_bits (format, width, height, &rowstride_bytes, clear);
1301 rowstride = rowstride_bytes / (int) sizeof (uint32_t);
1332 int rowstride_bytes,
1340 bits == NULL || (rowstride_bytes % sizeof (uint32_t)) == 0, NULL);
1350 rowstride_bytes / (int) sizeof (uint32_t),
1366 int rowstride_bytes)
    [all...]
pixman.h 1173 int rowstride_bytes);
1180 int rowstride_bytes);

Completed in 57 milliseconds