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

  /external/pixman/test/
trap-crasher.c 8 pixman_trapezoid_t traps[1] = { local
25 pixman_add_trapezoids (dst, 0, 0, ARRAY_LENGTH (traps), traps);
composite-traps-test.c 62 pixman_trapezoid_t *traps; local
165 /* Create traps */
170 traps = fence_malloc (n_traps * sizeof (pixman_trapezoid_t));
174 pixman_trapezoid_t *t = &(traps[i]);
215 src_x, src_y, dst_x, dst_y, n_traps, traps);
245 fence_free (traps);
254 return fuzzer_test_main("composite traps", 40000, 0x749BCC57,
  /external/pixman/demos/
srgb-trap-test.c 37 static const pixman_trapezoid_t traps[] = local
105 0, 0, 10, 10, G_N_ELEMENTS (traps), traps);
112 0, 0, 310, 10, G_N_ELEMENTS (traps), traps);
  /external/pixman/pixman/
pixman-trap.c 237 const pixman_trap_t *traps)
257 t = traps->top.y + y_off_fixed;
262 b = traps->bot.y + y_off_fixed;
271 traps->top.l + x_off_fixed,
272 traps->top.y + y_off_fixed,
273 traps->bot.l + x_off_fixed,
274 traps->bot.y + y_off_fixed);
277 traps->top.r + x_off_fixed,
278 traps->top.y + y_off_fixed,
279 traps->bot.r + x_off_fixed
655 pixman_trapezoid_t *traps; local
683 pixman_trapezoid_t *traps; local
702 pixman_trapezoid_t *traps; local
    [all...]
  /external/chromium_org/third_party/icu/source/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:__anon13358
  /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:__anon20673
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 82 >>> getcontext().traps[DivisionByZero] = 1
90 >>> c.traps[InvalidOperation] = 0
95 >>> c.traps[InvalidOperation] = 1
110 >>> c.traps[InvalidOperation] = 0
375 # List of public traps and flags
5875 traps=[DivisionByZero, Overflow, InvalidOperation, Clamped, Underflow], variable
5881 traps=[], variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 82 >>> getcontext().traps[DivisionByZero] = 1
90 >>> c.traps[InvalidOperation] = 0
95 >>> c.traps[InvalidOperation] = 1
110 >>> c.traps[InvalidOperation] = 0
375 # List of public traps and flags
5875 traps=[DivisionByZero, Overflow, InvalidOperation, Clamped, Underflow], variable
5881 traps=[], variable
    [all...]

Completed in 332 milliseconds