Home
last modified time | relevance | path

Searched refs:output_clusters (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-shape.c169 const hb_position_t output_clusters[] = {0}; in test_shape_clusters() local
174 g_assert_cmphex (glyphs[i].cluster, ==, output_clusters[i]); in test_shape_clusters()
/external/libwebm/
Dwebm_info.cc59 bool output_clusters; member
80 output_clusters(false), in Options()
99 output_clusters = value; in SetAll()
851 if (options.output_clusters) { in OutputCluster()
1059 if (options.output_clusters) in OutputCluster()
1172 options.output_clusters = !strcmp("-clusters", argv[i]); in main()
1265 if (options.output_clusters) in main()