Home | History | Annotate | Download | only in source

Lines Matching refs:dst_x

978              int dst_x, int dst_y,
983 dst_x < 0 || dst_y < 0) {
986 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4;
1119 int dst_x, int dst_y,
1121 if (!dst_argb || width <= 0 || height <= 0 || dst_x < 0 || dst_y < 0) {
1132 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4;
1143 int dst_x, int dst_y, int width, int height) {
1144 if (!dst_argb || width <= 0 || height <= 0 || dst_x < 0 || dst_y < 0) {
1154 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4;
1166 int dst_x, int dst_y, int width, int height) {
1168 dst_x < 0 || dst_y < 0) {
1179 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4;
1192 int dst_x, int dst_y, int width, int height) {
1194 dst_x < 0 || dst_y < 0) {
1204 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4;
1222 int dst_x, int dst_y, int width, int height) {
1223 if (!dst_argb || width <= 0 || height <= 0 || dst_x < 0 || dst_y < 0 ||
1235 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4;