Searched refs:start_id (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_xid.c | 67 if(!range || (range->start_id == 0 && range->count == 1)) 72 assert(range->count > 0 && range->start_id > 0); 73 c->xid.last = range->start_id; 74 c->xid.max = range->start_id + (range->count - 1) * c->xid.inc;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xcmiscproto.h | 79 CARD32 start_id; member in struct:__anon47ef86a80408
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xcmisc.c | 83 rep.start_id = min_id; 87 swapl(&rep.start_id, n);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xcmisc.c | 79 .start_id = min_id, 84 swapl(&rep.start_id);
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttcmap.c | 1819 FT_UInt32 n, start, end, start_id, count, last = 0; variable in typeref:typename:FT_UInt32 1829 start_id = TT_NEXT_ULONG( p ); 1842 /* start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ? */ 1844 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) 1900 FT_UInt32 start, end, start_id; local in function:tt_cmap8_char_index 1907 start_id = TT_NEXT_ULONG( p ); 1914 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) 1917 result = (FT_UInt)( start_id + ( char_code - start ) ); 1936 FT_UInt32 start, end, start_id; local in function:tt_cmap8_char_next 1950 start_id 2286 FT_ULong n, start, end, start_id, last = 0; local in function:tt_cmap12_validate 2328 FT_ULong start, end, start_id, char_code; local in function:tt_cmap12_next 2394 FT_UInt32 start, end, start_id; local in function:tt_cmap12_char_map_binary [all...] |
Completed in 8 milliseconds