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

  /external/icu4c/i18n/
decContext.h 48 /* traps -- only defined bits may be set */
62 #include <signal.h> /* for traps */
93 uint32_t traps; /* trap-enabler flags */ member in struct:__anon8656
  /external/skia/legacy/src/core/
SkConcaveToTriangles.cpp 657 Trapezoid *traps[2]; local
658 vt->trapezoids(traps, traps+1);
659 if (traps[1] != NULL &&
660 vt->point().fY >= traps[1]->bottom()->point().fY) {
661 traps[1]->nullify();
662 traps[1] = NULL;
664 if (traps[0] != NULL &&
665 vt->point().fY >= traps[0]->bottom()->point().fY) {
666 if (traps[1] != NULL)
    [all...]

Completed in 50 milliseconds