HomeSort by relevance Sort by last modified time
    Searched refs:num_pixels (Results 26 - 28 of 28) sorted by null

12

  /external/pixman/pixman/
pixman-fast-path.c 1218 int32_t num_pixels; local
1341 num_pixels = src_width - sx;
1343 if (num_pixels > width_remain)
1344 num_pixels = width_remain;
1347 info2.width = num_pixels;
1352 width_remain -= num_pixels;
1353 info2.mask_x += num_pixels;
1354 info2.dest_x += num_pixels;
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 1066 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_; local
    [all...]
  /external/webp/src/dec/
vp8l.c 1065 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_; local
    [all...]

Completed in 259 milliseconds

12