Home | History | Annotate | Download | only in images

Lines Matching full:width

45 // disable for the moment, as we have some glitches when width != multiple of 4
151 bm.width(), bm.height());
387 // SkDebugf("------------------- bm2 size %d [%d %d] %d\n", bm->getSize(), bm->width(), bm->height(), bm->config());
471 const void* SK_RESTRICT src, int width,
475 const void* SK_RESTRICT srcRow, int width,
478 while (--width >= 0) {
492 const void* SK_RESTRICT srcRow, int width,
495 while (--width >= 0) {
509 const void* SK_RESTRICT srcRow, int width,
512 while (--width >= 0) {
526 const void* SK_RESTRICT srcRow, int width,
529 while (--width >= 0) {
590 cinfo.image_width = bm.width();
606 const int width = bm.width();
607 uint8_t* oneRowP = (uint8_t*)oneRow.alloc(width * 3);
615 writer(oneRowP, srcRow, width, colors);