HomeSort by relevance Sort by last modified time
    Searched defs:x123 (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/test/api/
test-common.c 144 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/
fx_agg_curves.cpp 54 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);
  /art/test/045-reflect-array/src/
Main.java 51 Integer x123 = Integer.valueOf(123); local
54 Array.set(intArray, 0, x123);
56 if (!Array.get(intArray, 0).equals(x123) || !Array.get(intArray, 1).equals(x456)) {

Completed in 760 milliseconds