Home
last modified time | relevance | path

Searched defs:blob_length (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/util/
Dhelper-cairo-ft.hh71 unsigned int blob_length; in helper_cairo_create_ft_font_face() local
/external/harfbuzz_ng/src/
Dmain.cc89 unsigned blob_length = hb_blob_get_length (blob); in png_dump() local
96 unsigned blob_length = 0; in png_dump() local
Dhb-coretext.cc129 unsigned int blob_length; in create_cg_font() local
Dhb-ft.cc1469 unsigned int blob_length; in hb_ft_font_set_funcs() local
/external/python/cpython3/Modules/_sqlite/
Dblob.c378 blob_length(pysqlite_Blob *self) in blob_length() function