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

  /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/pixman/pixman/
pixman-bits-image.c 421 satot = CLIP (satot, 0, 0xff);
422 srtot = CLIP (srtot, 0, 0xff);
423 sgtot = CLIP (sgtot, 0, 0xff);
424 sbtot = CLIP (sbtot, 0, 0xff);
519 satot = CLIP (satot, 0, 0xff);
520 srtot = CLIP (srtot, 0, 0xff);
521 sgtot = CLIP (sgtot, 0, 0xff);
522 sbtot = CLIP (sbtot, 0, 0xff);
856 satot = CLIP (satot, 0, 0xff);
857 srtot = CLIP (srtot, 0, 0xff)
    [all...]
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...]
pixman-inlines.h 73 *c = CLIP (*c, 0, size - 1);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 295 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
tng_jpegES.c 133 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
    [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/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 264 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); }
program_parse.y 171 %token CLIP COLOR
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 264 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); }
program_parse.y 171 %token CLIP COLOR
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 777 milliseconds