Home | History | Annotate | Download | only in source

Lines Matching refs:dst_bot

886   uint8* dst_bot = dst + dst_stride * (height - 1);
894 CopyRow(row, dst_bot, width); // Copy first mirrored row into last
896 dst_bot -= dst_stride;