HomeSort by relevance Sort by last modified time
    Searched full:notdef (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/fonttools/Lib/fontTools/encodings/
StandardEncoding.py 2 '.notdef', '.notdef', '.notdef', '.notdef', '.notdef',
3 '.notdef', '.notdef', '.notdef', '.notdef', '.notdef',
    [all...]
  /bionic/libc/dns/nameser/
ns_netint.c 22 #ifdef notdef
ns_ttl.c 22 #ifdef notdef
ns_samedomain.c 22 #ifdef notdef
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1load.h 45 PS_TableRec swap_table; /* For moving .notdef glyph to index 0. */
t1load.c 1213 char* notdef = (char *)".notdef"; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetln.c 41 #ifdef notdef
51 #ifdef notdef
144 #ifdef notdef
  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_iterator_test.cc 93 if (g != CMapTable::NOTDEF)
  /external/fonttools/Lib/fontTools/misc/
psOperators.py 119 psstring = "/Encoding 256 array\n0 1 255 {1 index exch /.notdef put} for\n"
122 if name != '.notdef':
538 notdef = '.notdef' variable
  /external/fonttools/Lib/fontTools/ttLib/
standardGlyphOrder.py 13 ".notdef", # 0
  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 93 if (g != CMapTable::NOTDEF)
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 72 // for the notdef glyph. The final entry beyond the last glyph id is used to
148 // the notdef glyph. The final entry beyond the last glyph id is used to
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 72 // for the notdef glyph. The final entry beyond the last glyph id is used to
148 // the notdef glyph. The final entry beyond the last glyph id is used to
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 36 const int32_t CMapTable::NOTDEF = 0;
349 return CMapTable::NOTDEF;
468 return CMapTable::NOTDEF;
485 return CMapTable::NOTDEF;
497 return CMapTable::NOTDEF;
614 return CMapTable::NOTDEF;
624 return CMapTable::NOTDEF;
    [all...]
cmap_table.h 109 // cmap to anything but .notdef <b>but</b> it may return some that are not
110 // mapped or are mapped to .notdef. Various cmap tables provide ranges and
114 // the Iterator may still end up pointing to the .notdef glyph. However, the
428 // @return the glyph id for the character; CMapTable.NOTDEF if not found
583 static const int32_t NOTDEF;
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 36 const int32_t CMapTable::NOTDEF = 0;
349 return CMapTable::NOTDEF;
468 return CMapTable::NOTDEF;
485 return CMapTable::NOTDEF;
497 return CMapTable::NOTDEF;
614 return CMapTable::NOTDEF;
624 return CMapTable::NOTDEF;
    [all...]
cmap_table.h 109 // cmap to anything but .notdef <b>but</b> it may return some that are not
110 // mapped or are mapped to .notdef. Various cmap tables provide ranges and
114 // the Iterator may still end up pointing to the .notdef glyph. However, the
428 // @return the glyph id for the character; CMapTable.NOTDEF if not found
583 static const int32_t NOTDEF;
  /external/fonttools/Lib/fontTools/
cffLib.py 827 assert charset[0] == '.notdef'
902 charset = [".notdef"]
914 charset = ['.notdef']
997 if glyphName != ".notdef":
1006 encoding = [".notdef"] * 256
1019 encoding = [".notdef"] * 256
1028 encoding = [".notdef"] * 256
1044 if name != ".notdef":
1066 if name != ".notdef":
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 433 /* Check whether `.notdef' is the only glyph in the `loca' table. */
465 /* FIXME: Need to test glyphname == .notdef ? */
472 buf[0] == '.' && !ft_strncmp( buf, ".notdef", 8 ) )
590 " Only the `.notdef' glyph has an outline.\n"
614 " Only the `.notdef' glyph has an outline.\n"
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 434 /* Check whether `.notdef' is the only glyph in the `loca' table. */
466 /* FIXME: Need to test glyphname == .notdef ? */
473 buf[0] == '.' && !ft_strncmp( buf, ".notdef", 8 ) )
595 " Only the `.notdef' glyph has an outline.\n"
619 " Only the `.notdef' glyph has an outline.\n"
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 695 * one and fill in the buffer with .notdef glyphs instead of random glyph
711 CGGlyph notdef = 0; local
712 double advance = CTFontGetAdvancesForGlyphs (font_data->ct_font, kCTFontHorizontalOrientation, &notdef, NULL, 1);
721 /* This is the second of a surrogate pair. Don't need .notdef
726 info->codepoint = notdef;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.c 433 /* Check whether `.notdef' is the only glyph in the `loca' table. */
465 /* FIXME: Need to test glyphname == .notdef ? */
472 buf[0] == '.' && !ft_strncmp( buf, ".notdef", 8 ) )
600 " Only the `.notdef' glyph has an outline.\n"
624 " Only the `.notdef' glyph has an outline.\n"
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c 72 ".notdef", ".null", "CR", "space", "exclam",
504 /* `.notdef' by default */
  /external/freetype/src/sfnt/
ttpost.c 72 ".notdef", ".null", "nonmarkingreturn", "space", "exclam",
504 /* `.notdef' by default */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttpost.c 72 ".notdef", ".null", "CR", "space", "exclam",
504 /* `.notdef' by default */

Completed in 567 milliseconds

1 2 3 4