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

  /external/skia/src/core/
SkXfermode.cpp 77 static inline int clamp_max(int value, int max) { function
592 r = clamp_max(r, a);
593 g = clamp_max(g, a);
594 b = clamp_max(b, a);
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 468 const GGLfixed clamp_max = (size << 16) - FIXED_HALF; local
470 if (coord > clamp_max) coord = clamp_max;
474 const GGLfixed clamp_max = (size << 16); local
476 if (coord > clamp_max) coord = clamp_max;
    [all...]

Completed in 125 milliseconds