Home | History | Annotate | Download | only in images

Lines Matching defs:base

379             uint8_t* base = (uint8_t*)storage.get();
383 uint8_t* row = base;
391 base += sampler.srcY0() * rb;
393 reallyHasAlpha |= sampler.next(base);
394 base += sampler.srcDY() * rb;
753 uint8_t* base = (uint8_t*)storage.get();
762 uint8_t* row = base;
770 base += sampler.srcY0() * rb;
772 reallyHasAlpha |= sampler.next(base);
773 base += sampler.srcDY() * rb;