Home | History | Annotate | Download | only in scriptc

Lines Matching refs:high

727  * Clamps a value to a specified high and low bound.  clamp() returns min_value
738 * max_value: High bound, must match the type of low.
6470 * Clamp a value between low and high.
6475 * high: Upper bound.
6482 rsClamp(char amount, char low, char high);
6489 rsClamp(uchar amount, uchar low, uchar high);
6496 rsClamp(short amount, short low, short high);
6503 rsClamp(ushort amount, ushort low, ushort high);
6510 rsClamp(int amount, int low, int high);
6517 rsClamp(uint amount, uint low, uint high);