Home | History | Annotate | Download | only in source

Lines Matching full:rowptr

369     uint8* rowptr = row;
373 ScaleARGBFilterCols(rowptr, src, dst_width, x, dx);
377 ScaleARGBFilterCols(rowptr + rowstride, src, dst_width, x, dx);
389 ScaleARGBFilterCols(rowptr, src, dst_width, x, dx);
390 rowptr += rowstride;
397 InterpolateRow(dst_argb, rowptr, 0, dst_width * 4, 0);
400 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
560 uint8* rowptr = row;
565 ScaleARGBFilterCols(rowptr, src_row_y, dst_width, x, dx);
573 ScaleARGBFilterCols(rowptr + rowstride, src_row_y, dst_width, x, dx);
596 ScaleARGBFilterCols(rowptr, argb_row, dst_width, x, dx);
597 rowptr += rowstride;
608 InterpolateRow(dst_argb, rowptr, 0, dst_width * 4, 0);
611 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);