Searched refs:cvt2 (Results 1 – 3 of 3) sorted by relevance
338 SDL_Surface *face = NULL, *cvt1, *cvt2, *final; in surface_testCompleteSurfaceConversion() local364 cvt2 = SDL_ConvertSurface(cvt1, fmt2, 0); in surface_testCompleteSurfaceConversion()365 SDL_assert(cvt2 != NULL); in surface_testCompleteSurfaceConversion()371 final = SDL_ConvertSurface( cvt2, face->format, 0 ); in surface_testCompleteSurfaceConversion()382 SDL_FreeSurface(cvt2); in surface_testCompleteSurfaceConversion()
5672 static const WCHAR cvt2[] = { /* U+1000 - U+FFFF */ in ff_wtoupper() local5704 p = uni < 0x1000 ? cvt1 : cvt2; in ff_wtoupper()
551 static const WORD cvt2[] = { /* Compressed up conversion table for U+1000 - U+FFFF */ in ff_wtoupper() local599 p = uc < 0x1000 ? cvt1 : cvt2; in ff_wtoupper()
Completed in 21 milliseconds