HomeSort by relevance Sort by last modified time
    Searched full:notdef (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/pdfium/third_party/freetype/src/type1/
t1load.c 1246 char* notdef = (char *)".notdef"; local
    [all...]
  /bionic/libc/dns/nameser/
ns_ttl.c 22 #ifdef notdef
ns_samedomain.c 22 #ifdef 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/netperf/src/missing/
inet_ntop.c 47 #ifdef notdef
  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 93 if (g != CMapTable::NOTDEF)
  /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/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/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/pdfium/third_party/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 ) )
598 " Only the `.notdef' glyph has an outline.\n"
622 " Only the `.notdef' glyph has an outline.\n"
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42objs.c 121 type1->encoding.char_name [charcode] = (char *)".notdef";
135 /* not /.notdef */
136 if ( ft_strcmp( (const char*)".notdef",
  /frameworks/base/core/tests/coretests/assets/fonts/
hasGlyphTestFont.ttx 20 <GlyphID id="0" name=".notdef"/>
161 <mtx name=".notdef" width="500" lsb="93"/>
248 <TTGlyph name=".notdef" xMin="0" yMin="0" xMax="0" yMax="0">
  /frameworks/minikin/tests/data/
Ja.ttx 20 <GlyphID id="0" name=".notdef"/>
153 <mtx name=".notdef" width="500" lsb="93"/>
213 <TTGlyph name=".notdef" xMin="0" yMin="0" xMax="0" yMax="0">
  /external/harfbuzz_ng/src/
hb-coretext.cc 948 hb_codepoint_t notdef = 0; local
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 72 ".notdef", ".null", "nonmarkingreturn", "space", "exclam",
507 /* `.notdef' by default */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttpost.c 72 ".notdef", ".null", "nonmarkingreturn", "space", "exclam",
507 /* `.notdef' by default */
  /external/pdfium/third_party/freetype/src/sfnt/
ttpost.c 72 ".notdef", ".null", "nonmarkingreturn", "space", "exclam",
507 /* `.notdef' by default */
  /bionic/libc/dns/resolv/
herror.c 55 #ifdef notdef
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 242 #ifdef notdef
246 #ifdef notdef
279 #ifdef notdef
284 #ifdef notdef
  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.h 175 static const int32_t NOTDEF = -1;
  /external/tcpdump/
print-sl.c 108 #ifdef notdef
  /external/opencv3/modules/imgproc/src/
lsd.cpp 61 #define NOTDEF double(-1024.0) // Label for pixels with undefined gradient.
307 * @param threshold The minimum value of the angle that is considered defined, otherwise NOTDEF
479 if((used.ptr()[adx] == NOTUSED) && (angles_data[adx] != NOTDEF))
552 angles.row(img_height - 1).setTo(NOTDEF);
553 angles.col(img_width - 1).setTo(NOTDEF);
575 angles_data[addr] = NOTDEF;
    [all...]

Completed in 1036 milliseconds

12 3 4 5