/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...] |
/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/pdfium/third_party/freetype/src/sfnt/ |
ttpost.c | 72 ".notdef", ".null", "nonmarkingreturn", "space", "exclam", 507 /* `.notdef' by default */
|
/bionic/libc/dns/nameser/ |
ns_samedomain.c | 22 #ifdef notdef
|
ns_parse.c | 22 #ifdef notdef
|
/bionic/libc/dns/resolv/ |
herror.c | 55 #ifdef notdef
|
res_data.c | 22 #ifdef notdef
|
res_comp.c | 74 #ifdef notdef
|
res_mkquery.c | 76 #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...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_c_m_a_p.py | 311 # that maps the entire range of glyphID values to glyphIndex 0, e.g notdef: 344 continue # gi is notdef. 352 continue # gi is notdef. 366 # mapped to .notdef. We can skip this subtable, and leave the glyphs un-encoded, which is the 367 # same as mapping it to .notdef. 418 # which defines all char codes in its range to map to notdef) unless proven otherwise. 426 # with a cmap where all the one byte char codes map to notdef, 774 idDelta.append(1) # 0xffff + 1 == (tadaa!) 0. So this end code maps to .notdef 852 valueList = [cmap.get(code, ".notdef") for code in codes] [all...] |
/external/pdfium/core/src/fxge/ge/ |
fx_ge_ps.cpp | 571 "exch/.notdef put}for\n" 572 "/CharProcs 1 dict def CharProcs begin/.notdef {} def end\n" 574 "exch 2 copy known not{pop/.notdef}if get exec}bind def\n"
|