HomeSort by relevance Sort by last modified time
    Searched refs:HB_VERSION_STRING (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/src/
hb-version.h 43 #define HB_VERSION_STRING "1.4.2"
56 hb_version_string (void);
hb-version.h.in 43 #define HB_VERSION_STRING "@HB_VERSION@"
56 hb_version_string (void);
hb-common.cc 594 * hb_version_string:
603 hb_version_string (void) function
605 return HB_VERSION_STRING;
  /external/skia/third_party/harfbuzz/
hb-version.h 43 #define HB_VERSION_STRING "1.3.0"
56 hb_version_string (void);
  /external/skqp/third_party/harfbuzz/
hb-version.h 43 #define HB_VERSION_STRING "1.3.0"
56 hb_version_string (void);
  /external/harfbuzz_ng/test/api/
test-version.c 45 g_assert (0 == strcmp (HB_VERSION_STRING, s));
47 g_assert (0 == strcmp (HB_VERSION_STRING, hb_version_string ()));
  /external/harfbuzz_ng/util/
options.cc 96 if (strcmp (HB_VERSION_STRING, hb_version_string ()))
97 g_printf ("Linked HarfBuzz library has a different version: %s\n", hb_version_string ());

Completed in 728 milliseconds