Lines Matching refs:CurrentLayout
825 int byteshift = info->CurrentLayout.bitsPerPixel >> 4;
827 int tile_addr = (((y >> 3) * info->CurrentLayout.displayWidth + x) >> (8 - byteshift)) << 11;
833 int offset = y * info->CurrentLayout.displayWidth + x;
834 switch (info->CurrentLayout.pixel_code) {
861 pSAREA->frame.x = (Base / info->CurrentLayout.pixel_bytes)
862 % info->CurrentLayout.displayWidth;
863 pSAREA->frame.y = (Base / info->CurrentLayout.pixel_bytes)
864 / info->CurrentLayout.displayWidth;
889 switch (info->CurrentLayout.pixel_code) {
899 info->CurrentLayout.bitsPerPixel);
1047 int byteshift = info->CurrentLayout.bitsPerPixel >> 4;
1049 int tile_addr = (((y >> 3) * info->CurrentLayout.displayWidth + x) >> (8 - byteshift)) << 11;
1055 int offset = y * info->CurrentLayout.displayWidth + x;
1056 switch (info->CurrentLayout.pixel_code) {
1106 switch (info->CurrentLayout.pixel_code) {
1116 info->CurrentLayout.bitsPerPixel);