Home
last modified time | relevance | path

Searched refs:control_len (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/posix/
Dunix_domain_socket_linux.cc61 const unsigned control_len = CMSG_SPACE(sizeof(int) * fds.size()); in SendMsg() local
62 control_buffer = new char[control_len]; in SendMsg()
66 msg.msg_controllen = control_len; in SendMsg()
/external/strace/
Dmsghdr.c292 unsigned int control_len = in_control_len > get_optmem_max() in decode_msg_control() local
294 unsigned int buf_len = control_len; in decode_msg_control()
350 printaddr(addr + (control_len - buf_len)); in decode_msg_control()
351 } else if (control_len < in_control_len) { in decode_msg_control()
DChangeLog6494 Change the type of cmsg_size, control_len, and buf_len variables
13003 (decode_msg_control): Use it to check control_len argument.
/external/pdfium/third_party/freetype/src/type1/
Dt1gload.c494 t1glyph->control_len = glyph_data.length; in T1_Load_Glyph()
510 t1glyph->control_len = 0; in T1_Load_Glyph()
/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c390 load->glyph->control_len = 0; in TT_Load_Simple_Glyph()
426 load->glyph->control_len = n_ins; in TT_Load_Simple_Glyph()
748 if ( loader->glyph->control_len > 0xFFFFL ) in TT_Hint_Glyph()
752 loader->glyph->control_len )); in TT_Hint_Glyph()
754 n_ins = loader->glyph->control_len; in TT_Hint_Glyph()
1221 loader->glyph->control_len = n_ins; in TT_Process_Composite_Glyph()
/external/freetype/src/truetype/
Dttgload.c391 load->glyph->control_len = 0; in TT_Load_Simple_Glyph()
427 load->glyph->control_len = n_ins; in TT_Load_Simple_Glyph()
752 if ( loader->glyph->control_len > 0xFFFFL ) in TT_Hint_Glyph()
756 loader->glyph->control_len )); in TT_Hint_Glyph()
758 n_ins = loader->glyph->control_len; in TT_Hint_Glyph()
1245 loader->glyph->control_len = n_ins; in TT_Process_Composite_Glyph()
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h1770 long control_len; member
/external/freetype/include/freetype/
Dfreetype.h1804 long control_len; member
/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c2876 glyph->root.control_len = 0; in cff_slot_load()
2892 glyph->root.control_len = (FT_Long)charstring_len; in cff_slot_load()
/external/freetype/src/cff/
Dcffgload.c3004 glyph->root.control_len = 0; in cff_slot_load()
3020 glyph->root.control_len = (FT_Long)charstring_len; in cff_slot_load()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c358 slot->control_len = 0; in ft_glyphslot_clear()
/external/freetype/src/base/
Dftobjs.c378 slot->control_len = 0; in ft_glyphslot_clear()