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

  /external/icu/icu4c/source/test/perf/leperf/
leperf.cpp 106 const char *fontPath = "myfont.ttf";
108 font = new PortableFontInstance(fontPath, 12, fontStatus);
112 u_printf("leperf: testing %s\n", fontPath);
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 543 for (String fontPath : fontPaths) {
544 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), fontPath);
557 final String fontPath = "fonts/others/samplefont2.ttf";
558 final Typeface regularTypeface = new Typeface.Builder(mContext.getAssets(), fontPath)
560 final Typeface blackTypeface = new Typeface.Builder(mContext.getAssets(), fontPath)
    [all...]

Completed in 242 milliseconds