Searched refs:src_row (Results 1 – 4 of 4) sorted by relevance
181 int src_row, dst_row; in SDL_SoftStretch() local251 src_row = srcrect->y; in SDL_SoftStretch()268 srcp = (Uint8 *)src->pixels + (src_row*src->pitch) in SDL_SoftStretch()270 ++src_row; in SDL_SoftStretch()
208 JSAMPROW src_row, dest_row; in get_pseudocolor_row() local216 src_row = * (*cinfo->mem->access_virt_sarray) in get_pseudocolor_row()220 val = GETJSAMPLE(*src_row++); in get_pseudocolor_row()
214 static void src_row(SK_RESTRICT SkPMColor dst[], in src_row() function236 src_row(dst, src, width); in blitRect()
1145 const uint8_t* src_row = src; in generateImage() local1150 byte = *src_row++; in generateImage()