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

  /external/icu4c/i18n/
decContext.h 47 /* traps -- only defined bits may be set */
61 #include <signal.h> /* for traps */
92 uint32_t traps; /* trap-enabler flags */ member in struct:__anon6256
  /external/skia/src/core/
SkConcaveToTriangles.cpp 664 Trapezoid *traps[2]; local
665 vt->trapezoids(traps, traps+1);
666 if (traps[1] != NULL &&
667 vt->point().fY >= traps[1]->bottom()->point().fY) {
668 traps[1]->nullify();
669 traps[1] = NULL;
671 if (traps[0] != NULL &&
672 vt->point().fY >= traps[0]->bottom()->point().fY) {
673 if (traps[1] != NULL)
    [all...]

Completed in 473 milliseconds