Home | History | Annotate | Download | only in src

Lines Matching defs:len

57     unsigned int len;
65 len = g_mapped_file_get_length (mf);
72 len = ftell (f);
74 font_data = (const char *) malloc (len);
75 if (!font_data) len = 0;
76 len = fread ((char *) font_data, 1, len, f);
83 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
96 unsigned int len = argc - 3;
102 return !hb_ot_layout_lookup_would_substitute (face, strtol (argv[2], NULL, 0), glyphs, len, false);