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

  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_font.py 9 fontname = "TkDefaultFont" variable
17 cls.font = font.Font(root=cls.root, name=fontname, exists=True)
19 cls.font = font.Font(root=cls.root, name=fontname, exists=False)
53 self.assertEqual(self.font.name, fontname)
54 self.assertEqual(str(self.font), fontname)
57 font1 = font.Font(root=self.root, name=fontname, exists=True)
58 font2 = font.Font(root=self.root, name=fontname, exists=True)
92 self.assertIn(fontname, names)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/
FontTableBox.java 61 String fontname; field in class:FontTableBox.FontRecord
66 public FontRecord(int fontId, String fontname) {
68 this.fontname = fontname;
74 fontname = IsoTypeReader.readString(bb, length);
79 IsoTypeWriter.writeUInt8(bb, fontname.length());
80 bb.put(Utf8.convert(fontname));
84 return Utf8.utf8StringLengthInBytes(fontname) + 3;
91 ", fontname='" + fontname + '\''
    [all...]
  /external/pdfium/public/
fpdf_sysfontinfo.h 234 const char* fontname; // Name of default font to use with that charset. member in struct:FPDF_CharsetFontMap_
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fmmodule.c 62 char fontname[256]; local
64 len = fmgetfontname(self->fh_fh, sizeof fontname, fontname);
69 return PyString_FromStringAndSize(fontname, len);
197 clientproc(char *fontname)
203 v = PyString_FromString(fontname);
  /external/python/cpython2/Modules/
fmmodule.c 62 char fontname[256]; local
64 len = fmgetfontname(self->fh_fh, sizeof fontname, fontname);
69 return PyString_FromStringAndSize(fontname, len);
197 clientproc(char *fontname)
203 v = PyString_FromString(fontname);
  /prebuilts/misc/windows/sdl2/test/
testime.c 213 const char *fontname = DEFAULT_FONT; local
239 fontname = argv[0];
256 font = TTF_OpenFont(fontname, DEFAULT_PTSIZE);
264 SDL_Log("Using font: %s\n", fontname);
  /external/skia/tools/
create_test_font.cpp 233 const char* fontname = strippedStr.c_str(); local
234 fprintf(out, "const SkScalar %sPoints[] = {\n", fontname);
238 fprintf(out, "const unsigned char %sVerbs[] = {\n", fontname);
261 fprintf(out, "const unsigned %sCharCodes[] = {\n", fontname);
280 fprintf(out, "const SkFixed %sWidths[] = {\n", fontname);
288 fontname, fontname);
292 fprintf(out, "const SkPaint::FontMetrics %sMetrics = {\n", fontname);
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 2078 milliseconds