Home | History | Annotate | Download | only in images

Lines Matching refs:srcRow

596     uint8_t* srcRow = (uint8_t*)srcStorage.get();
599 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) {
605 JSAMPLE* rowptr = (JSAMPLE*)srcRow;
615 convert_CMYK_to_RGB(srcRow, cinfo.output_width);
618 sampler.next(srcRow);
624 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
630 if (!skip_src_rows(&cinfo, srcRow,
835 uint8_t* srcRow = (uint8_t*)srcStorage.get();
838 if (!skip_src_rows_tile(cinfo, fImageIndex->huffmanIndex(), srcRow, sampler.srcY0())) {
844 JSAMPLE* rowptr = (JSAMPLE*)srcRow;
854 convert_CMYK_to_RGB(srcRow, width);
857 sampler.next(srcRow);
863 if (!skip_src_rows_tile(cinfo, fImageIndex->huffmanIndex(), srcRow,
962 const void* SK_RESTRICT srcRow, int width,
964 const uint32_t* SK_RESTRICT src = (const uint32_t*)srcRow;
979 const void* SK_RESTRICT srcRow, int width,
981 const SkPMColor16* SK_RESTRICT src = (const SkPMColor16*)srcRow;
996 const void* SK_RESTRICT srcRow, int width,
998 const uint16_t* SK_RESTRICT src = (const uint16_t*)srcRow;
1013 const void* SK_RESTRICT srcRow, int width,
1015 const uint8_t* SK_RESTRICT src = (const uint8_t*)srcRow;
1100 const void* srcRow = bm.getPixels();
1105 writer(oneRowP, srcRow, width, colors);
1108 srcRow = (const void*)((const char*)srcRow + bm.rowBytes());