Home | History | Annotate | Download | only in video

Lines Matching refs:BytesPerPixel

626 	    switch(fmt->BytesPerPixel) {				\
633 switch(fmt->BytesPerPixel) { \
712 switch(fmt->BytesPerPixel) { \
719 switch(fmt->BytesPerPixel) { \
860 + y * dst->pitch + x * src->format->BytesPerPixel;
887 switch(src->format->BytesPerPixel) {
1000 Uint8 BytesPerPixel;
1092 switch(df->BytesPerPixel) {
1125 + y * dst->pitch + x * df->BytesPerPixel;
1133 if(df->BytesPerPixel == 2) {
1239 switch(df->BytesPerPixel) {
1424 switch(df->BytesPerPixel) {
1476 r->BytesPerPixel = df->BytesPerPixel;
1501 if(df->BytesPerPixel == 4) { \
1650 int bpp = surface->format->BytesPerPixel;
1834 int bpp = df->BytesPerPixel;