Home | History | Annotate | Download | only in video

Lines Matching defs:BytesPerPixel

625 	    switch(fmt->BytesPerPixel) {				\
632 switch(fmt->BytesPerPixel) { \
711 switch(fmt->BytesPerPixel) { \
718 switch(fmt->BytesPerPixel) { \
859 + y * dst->pitch + x * src->format->BytesPerPixel;
886 switch(src->format->BytesPerPixel) {
999 Uint8 BytesPerPixel;
1091 switch(df->BytesPerPixel) {
1124 + y * dst->pitch + x * df->BytesPerPixel;
1132 if(df->BytesPerPixel == 2) {
1238 switch(df->BytesPerPixel) {
1423 switch(df->BytesPerPixel) {
1475 r->BytesPerPixel = df->BytesPerPixel;
1500 if(df->BytesPerPixel == 4) { \
1650 int bpp = surface->format->BytesPerPixel;
1836 int bpp = df->BytesPerPixel;