Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttobjs.h82 FT_UShort delta_base; member
Dttinterp.c4717 exc->GS.delta_base = (FT_UShort)args[0]; in Ins_SDB()
7187 C += exc->GS.delta_base; in Ins_DELTAP()
7348 C += exc->GS.delta_base; in Ins_DELTAC()
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_qpack.c2372 uint64_t delta_base = sign ? ricnt - base - 1 : base - ricnt; in nghttp3_qpack_encoder_write_field_section_prefix() local
2374 nghttp3_qpack_put_varint_len(delta_base, 7); in nghttp3_qpack_encoder_write_field_section_prefix()
2394 p = nghttp3_qpack_put_varint(p, delta_base, 7); in nghttp3_qpack_encoder_write_field_section_prefix()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.251198 * src/truetype/ttobjs.h (delta_shift, delta_base): Make unsigned.