Home
last modified time | relevance | path

Searched refs:objidx (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh169 v->obj.links[i].objidx--; in graph_t()
264 removed_edges[link.objidx]++; in sort_kahn()
265 if (!(vertices_[link.objidx].incoming_edges () - removed_edges[link.objidx])) in sort_kahn()
266 queue.push (link.objidx); in sort_kahn()
318 removed_edges[link.objidx]++; in sort_shortest_distance()
319 if (!(vertices_[link.objidx].incoming_edges () - removed_edges[link.objidx])) in sort_shortest_distance()
325 queue.insert (vertices_[link.objidx].modified_distance (order++), in sort_shortest_distance()
326 link.objidx); in sort_shortest_distance()
355 roots.add (l.objidx); in assign_32bit_spaces()
356 find_subgraph (l.objidx, visited); in assign_32bit_spaces()
[all …]
Dhb-serialize.hh90 objidx_t objidx; member
289 objidx_t objidx; in pop_pack() local
292 objidx = packed_map.get (obj); in pop_pack()
293 if (objidx) in pop_pack()
296 return objidx; in pop_pack()
317 objidx = packed.length - 1; in pop_pack()
319 if (share) packed_map.set (obj, objidx); in pop_pack()
322 return objidx; in pop_pack()
369 void add_virtual_link (objidx_t objidx) in add_virtual_link()
373 if (!objidx) in add_virtual_link()
[all …]
Dtest-repacker.cc796 assert(graph.object (3).links[0].objidx == 2); in test_sort_kahn_1()
797 assert(graph.object (3).links[1].objidx == 1); in test_sort_kahn_1()
801 assert(graph.object (2).links[0].objidx == 0); in test_sort_kahn_1()
825 assert(graph.object (4).links[0].objidx == 3); in test_sort_kahn_2()
826 assert(graph.object (4).links[1].objidx == 0); in test_sort_kahn_2()
827 assert(graph.object (4).links[2].objidx == 2); in test_sort_kahn_2()
831 assert(graph.object (3).links[0].objidx == 1); in test_sort_kahn_2()
838 assert(graph.object (1).links[0].objidx == 0); in test_sort_kahn_2()
858 assert(graph.object (4).links[0].objidx == 2); in test_sort_shortest()
859 assert(graph.object (4).links[1].objidx == 0); in test_sort_shortest()
[all …]
Dhb-ot-cmap-table.hh1354 /* INOUT */ unsigned *objidx) const in copy()
1362 if (*objidx == 0) in copy()
1367 if (c->length () - origin_length > 0) *objidx = c->pop_pack (); in copy()
1371 if (*objidx == 0) in copy()
1377 c->add_link (out->subtable, *objidx); in copy()
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt7692 objidx
/third_party/chromium/patch/
D0001-cve.patch41970 objidx_t objidx;
41982 + objidx = o.objidx;
42005 void add_virtual_link (objidx_t objidx)
43087 + * objidx: index of subtable
43093 + unsigned objidx;
46065 + hb_objs[1].real_links[0].objidx = 1;
46076 + hb_objs[2].real_links[0].objidx = 2;
46093 + hb_objs[4].real_links[0].objidx = 4;
46110 + hb_objs[6].real_links[0].objidx = 5;
46113 + hb_objs[6].real_links[1].objidx = 6;
[all …]