Searched defs:x123 (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/test/api/
H A Dtest-common.c144 hb_tag_t x123 = HB_TAG_CHAR4 ("x123"); local
168 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_string ("x123", -1));
169 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_iso15924_tag (x123));
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_curves.cpp54 FX_FLOAT x123 = (x12 + x23) / 2; local
58 FX_FLOAT x1234 = (x123 + x234) / 2;
97 recursive_bezier(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1);

Completed in 95 milliseconds