Home
last modified time | relevance | path

Searched refs:RGB_RANGE_MAX (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c128 RGB_RANGE_MIN = -227, RGB_RANGE_MAX = 256 + 226 }; enumerator
133 static uint8_t kClip[RGB_RANGE_MAX - RGB_RANGE_MIN];
143 for (i = RGB_RANGE_MIN; i < RGB_RANGE_MAX; ++i) { in InitTables()

Completed in 11 milliseconds