Searched refs:tab_size (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-sel-eng.c1341 gulong tab_size = 0, local
1361 tab_size = stmts_chunck_size;
1362 tab_len = tab_size;
1368 (tab_size + stmts_chunck_size)
1375 tab_size += stmts_chunck_size;
1377 tab_len = tab_size - index;
1380 tab_len = tab_size - stmts_chunck_size + tab_len;
1407 gulong tab_size = 0, local
1423 if (tab_size - index < 1) {
1425 (stmts_tab, (tab_size
[all...]

Completed in 16 milliseconds