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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FontTest.java 68 String fontPath = Environment.getRootDirectory().getAbsolutePath();
69 fontPath += "/fonts/" + fontFile;
70 File fileDesc = new File(fontPath);
71 assertTrue(Font.createFromFile(mRS, mRes, fontPath, 8) != null);
  /frameworks/base/graphics/java/android/renderscript/
Font.java 215 String fontPath = Environment.getRootDirectory().getAbsolutePath();
216 fontPath += "/fonts/" + fileName;
217 return createFromFile(rs, res, fontPath, pointSize);
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 247 GOwnPtr<gchar> fontPath(g_build_filename(FONTS_CONF_DIR, "..", "..", "fonts", fontFilename.get(), NULL));
248 if (!FcConfigAppFontAddFile(config, reinterpret_cast<FcChar8*>(fontPath.get())))
249 g_error("Could not load font at %s!", fontPath.get());
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 1734 milliseconds