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

  /hardware/intel/img/psb_video/src/
tng_jpegES.c 133 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
    [all...]
pnw_hostjpeg.h 295 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 65 CLIP = 283,
173 #define CLIP 283
program_parse.tab.c 250 CLIP = 283,
358 #define CLIP 283
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 135 #define CLIP(a,min,max) MAX(min,MIN((a),max))
    [all...]
rpng2-x.c 126 #define CLIP(a,min,max) MAX(min,MIN((a),max))
    [all...]
  /external/pixman/pixman/
pixman-private.h 98 pixman_bool_t have_clip_region; /* FALSE if there is no clip */
99 pixman_bool_t client_clip; /* Whether the source clip was
101 pixman_bool_t clip_sources; /* Whether the clip applies when
881 #define CLIP(v, low, high) ((v) < (low) ? (low) : ((v) > (high) ? (high) : (v)))
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 530 milliseconds