| /xsrc/external/mit/libfontenc/dist/src/ |
| H A D | fontencI.h | 28 unsigned short row_size; member in struct:_FontEncSimpleMap
|
| H A D | encparse.c | 444 setCode(unsigned from, unsigned to, unsigned row_size, argument 455 if (row_size == 0) 458 if ((value1 & 0xFF) >= row_size) 460 index = (from >> 8) * row_size + (from & 0xFF); 541 encoding->row_size = 0; 565 encoding->row_size = value2; 644 sm->row_size = encoding->row_size; 672 if (setCode(value1, value2, encoding->row_size, 685 if (setCode(value2, value3 + (value2 - value1), encoding->row_size, [all...] |
| H A D | fontenc.c | 683 if (encoding->row_size == 0) { 693 col < encoding->first_col || col >= encoding->row_size) 708 if ((encoding->row_size == 0 && code >= encoding->size) || 709 (encoding->row_size != 0 && 711 (code & 0xFF) >= encoding->row_size))) 847 if (code > 0xFFFF || (map->row_size && (code & 0xFF) >= map->row_size)) 850 if (map->row_size) 851 index = (code & 0xFF) + (code >> 8) * map->row_size; 946 if (encoding->row_size [all...] |
| /xsrc/external/mit/libfontenc/dist/include/X11/fonts/ |
| H A D | fontenc.h | 69 int row_size; /* the size of a row, or 0 if bytes */ member in struct:_FontEnc
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/chip/r800/ |
| H A D | si_gb_reg.h | 68 unsigned int row_size : 2; member in struct:_GB_ADDR_CONFIG_T 78 unsigned int row_size : 2; member in struct:_GB_ADDR_CONFIG_T
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/chip/r800/ |
| H A D | si_gb_reg.h | 68 unsigned int row_size : 2; member in struct:_GB_ADDR_CONFIG_T 78 unsigned int row_size : 2; member in struct:_GB_ADDR_CONFIG_T
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | get_hash_generator.py | 89 row_size = 4 90 for i in range(0, hash_table_size, row_size): 91 row = dense_table[i : i + row_size]
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | get_hash_generator.py | 87 row_size = 4 88 for i in range(0, hash_table_size, row_size): 89 row = dense_table[i : i + row_size]
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_framebuffer.c | 268 unsigned row_size = grid_width * samples; local in function:util_sample_locations_flip_y 269 for (i = 0; i < row_size; i++) { 273 new_locations[dest_row * row_size + i] = locations[row * row_size + i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_framebuffer.c | 268 unsigned row_size = grid_width * samples; local in function:util_sample_locations_flip_y 269 for (i = 0; i < row_size; i++) { 273 new_locations[dest_row * row_size + i] = locations[row * row_size + i];
|
| /xsrc/external/mit/libdrm/dist/radeon/ |
| H A D | radeon_surface.c | 106 uint32_t row_size; member in struct:radeon_hw_info 554 surf_man->hw_info.row_size = 1024; 557 surf_man->hw_info.row_size = 2048; 560 surf_man->hw_info.row_size = 4096; 563 surf_man->hw_info.row_size = 4096; 974 surf->tile_split = surf_man->hw_info.row_size; 975 surf->stencil_tile_split = surf_man->hw_info.row_size / 2; 1270 surf_man->hw_info.row_size = 1024; 1273 surf_man->hw_info.row_size = 2048; 1276 surf_man->hw_info.row_size [all...] |
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | mkfontscale.c | 1115 if (encoding->row_size > 0) { 1118 j < encoding->row_size; j++) { 1144 if (encoding->row_size > 0) { 1147 (encoding->row_size - encoding->first_col); 1149 for (int j = encoding->first_col; j < encoding->row_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_mipmap_tree.c | 566 int row_size = cpp * width; local in function:intel_miptree_copy_slice_sw 567 if (src_stride == row_size && 568 dst_stride == row_size) { 569 memcpy(dst, src, row_size * height); 572 memcpy(dst, src, row_size);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_mipmap_tree.c | 566 int row_size = cpp * width; local in function:intel_miptree_copy_slice_sw 567 if (src_stride == row_size && 568 dst_stride == row_size) { 569 memcpy(dst, src, row_size * height); 572 memcpy(dst, src, row_size);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_bios.h | 357 uint8_t row_size; member in struct:bdb_backlight_control
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_mipmap_tree.c | 1495 int row_size = cpp * width; local in function:intel_miptree_copy_slice_sw 1496 if (src_stride == row_size && 1497 dst_stride == row_size) { 1498 memcpy(dst, src, row_size * height); 1501 memcpy(dst, src, row_size); 2860 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:intel_offset_S8 2869 uintptr_t u = tile_y * row_size
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_mipmap_tree.c | 1252 int row_size = cpp * width; local in function:brw_miptree_copy_slice_sw 1253 if (src_stride == row_size && 1254 dst_stride == row_size) { 1255 memcpy(dst, src, row_size * height); 1258 memcpy(dst, src, row_size); 2218 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:brw_offset_S8 2227 uintptr_t u = tile_y * row_size
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 895 unsigned row_size = dst_count / block_height; local in function:load_unswizzled_block 902 unsigned x = i % row_size; 903 unsigned y = i / row_size; 940 unsigned row_size = src_count / block_height; local in function:store_unswizzled_block 947 unsigned x = i % row_size; 948 unsigned y = i / row_size;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 1528 unsigned row_size = dst_count / block_height; local in function:load_unswizzled_block 1535 unsigned x = i % row_size; 1536 unsigned y = i / row_size; 1593 unsigned row_size = src_count / block_height; local in function:store_unswizzled_block 1600 unsigned x = i % row_size; 1601 unsigned y = i / row_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 1078 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:s8_offset 1087 uintptr_t u = tile_y * row_size
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 1323 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:s8_offset 1332 uintptr_t u = tile_y * row_size
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 1936 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:s8_offset 1945 uintptr_t u = tile_y * row_size
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 2827 font->mapping.mapping->encoding->row_size == 0) { 2847 info->lastCol = MIN(font->mapping.mapping->encoding->row_size-1,
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 2831 font->mapping.mapping->encoding->row_size == 0) { 2851 info->lastCol = MIN(font->mapping.mapping->encoding->row_size-1,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 2297 switch (reg.f.row_size)
|