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

  /frameworks/minikin/tests/stresstest/
FontFamilyTest.cpp 35 const std::string& fontPath = GetParam().first;
38 auto font = std::make_shared<FreeTypeMinikinFontForTest>(fontPath);
61 << "Inconsistent Result: " << fontPath << "#" << ttcIndex << ": U+" << std::hex
  /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);
  /frameworks/minikin/tests/util/
FreeTypeMinikinFontForTest.h 44 const std::string& fontPath() const { return mFontPath; }
FontTestUtils.cpp 83 const std::string fontPath = xmlTrim(fontDir + std::string((const char*)fontFileName));
88 if (access(fontPath.c_str(), R_OK) != 0) {
89 ALOGW("%s is not found.", fontPath.c_str());
96 std::make_shared<FreeTypeMinikinFontForTest>(fontPath);
100 std::make_shared<FreeTypeMinikinFontForTest>(fontPath,
  /frameworks/base/rs/java/android/renderscript/
Font.java 241 String fontPath = Environment.getRootDirectory().getAbsolutePath();
242 fontPath += "/fonts/" + fileName;
243 return createFromFile(rs, res, fontPath, pointSize);
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 511 for (String fontPath : fontPaths) {
512 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), fontPath);
525 final String fontPath = "samplefont2.ttf";
526 final Typeface regularTypeface = new Typeface.Builder(mContext.getAssets(), fontPath)
528 final Typeface blackTypeface = new Typeface.Builder(mContext.getAssets(), fontPath)
    [all...]
  /frameworks/minikin/tests/unittest/
FontFamilyTest.cpp 540 const std::string fontPath;
548 SCOPED_TRACE(testCase.hasVSTable ? "Font " + testCase.fontPath +
550 : "Font " + testCase.fontPath +
553 std::shared_ptr<FontFamily> family = buildFontFamily(testCase.fontPath);
FontCollectionItemizeTest.cpp 94 ((FreeTypeMinikinFontForTest*)run.fakedFont.font->typeface().get())->fontPath());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 249 milliseconds