Home | History | Annotate | Download | only in codec

Lines Matching full:startx

710         uint32_t startX = options.fSubset->x();
713 // libjpeg-turbo may need to align startX to a multiple of the IDCT
715 // startX to the appropriate alignment and also increase the value
718 jpeg_crop_scanline(fDecoderMgr->dinfo(), &startX, &width);
720 SkASSERT(startX <= (uint32_t) options.fSubset->x());
722 SkASSERT(startX + width >= (uint32_t) options.fSubset->right());
735 fSwizzlerSubset.setXYWH(options.fSubset->x() - startX, 0,
740 if (startX != (uint32_t) options.fSubset->x() ||