Home
last modified time | relevance | path

Searched refs:buf_total (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/lzw/
Dftzopen.h122 FT_Offset buf_total; member
Dftzopen.c42 state->buf_total += count; in ft_lzwstate_refill()
200 state->buf_total = 0; in ft_lzwstate_reset()
/external/virglrenderer/src/
Dvrend_decode.c42 uint32_t buf_total; member
350 if (length + ctx->ds->buf_offset > ctx->ds->buf_total) in vrend_decode_resource_inline_write()
1319 gdctx->ds->buf_total = ndw; in vrend_decode_block()
1322 while (gdctx->ds->buf_offset < gdctx->ds->buf_total) { in vrend_decode_block()
1328 if (gdctx->ds->buf_offset + len + 1 > gdctx->ds->buf_total) { in vrend_decode_block()
/external/freetype/
DChangeLog.231698 * src/lzw/ftzopen.h: The types of FT_LzwState->{buf_total,
5921 `buf_total' members.