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

  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.h 175 static const int32_t NOTDEF = -1;
  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 93 if (g != CMapTable::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/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/netperf/src/
netcpu_looper.c 83 #ifdef NOTDEF

Completed in 172 milliseconds