Lines Matching full:startx
711 uint32_t startX = options.fSubset->x();
714 // libjpeg-turbo may need to align startX to a multiple of the IDCT
716 // startX to the appropriate alignment and also increase the value
719 jpeg_crop_scanline(fDecoderMgr->dinfo(), &startX, &width);
721 SkASSERT(startX <= (uint32_t) options.fSubset->x());
723 SkASSERT(startX + width >= (uint32_t) options.fSubset->right());
736 fSwizzlerSubset.setXYWH(options.fSubset->x() - startX, 0,
741 if (startX != (uint32_t) options.fSubset->x() ||