Home
last modified time | relevance | path

Searched refs:mappingPlace (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_img.c1071 *p = guts. mappingPlace[ *p]; in cache_remap_8()
1083 guts. mappingPlace[(*p) & 0xf] | in cache_remap_4()
1084 (guts. mappingPlace[((*p) & 0xf0) >> 4] << 4); in cache_remap_4()
1094 if ( guts. mappingPlace[0] == guts. mappingPlace[1]) in cache_remap_1()
1095 memset( p, (guts. mappingPlace[0] == 0) ? 0 : 0xff, sz); in cache_remap_1()
1096 else if ( guts. mappingPlace[0] != 0) in cache_remap_1()
2411 for ( y = 0; y < 256; y++) guts. mappingPlace[y] = -1; in convert_equal_paletted()
2413 guts. mappingPlace[ img-> data[y]] = 0; in convert_equal_paletted()
2421 if ( guts. mappingPlace[y] == 0) { in convert_equal_paletted()
2425 guts. mappingPlace[y] = img-> palSize++; in convert_equal_paletted()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h714 int mappingPlace[256]; member