FastUIDraw
Functions
fastuidraw_spread.glsl.hpp File Reference

file fastuidraw_spread.glsl.hpp More...

Go to the source code of this file.

Functions

float fastuidraw_compute_clamp_spread (float t)
 compute clamp spread pattern on [0, 1]
 
float fastuidraw_compute_clamp_spread (float t, float range)
 compute clamp spread pattern on [0, range]
 
float fastuidraw_compute_clamp_spread (float t, float begin_range, float end_range)
 compute clamp spread pattern on [begin_range, end_range]
 
float fastuidraw_compute_mirror_repeat_spread (float t)
 compute mirror-repeat spread pattern on [0, 1]
 
float fastuidraw_compute_mirror_repeat_spread (float t, float range)
 compute mirror-repeat spread pattern on [0, range]
 
float fastuidraw_compute_mirror_repeat_spread (float t, float begin_range, float end_range)
 compute mirror-repeat spread pattern on [begin_range, end_range]
 
float fastuidraw_compute_mirror_spread (float t)
 compute mirror spread pattern on [0, 1]
 
float fastuidraw_compute_mirror_spread (float t, float range)
 compute mirror spread pattern on [0, range]
 
float fastuidraw_compute_mirror_spread (float t, float begin_range, float end_range)
 compute mirror spread pattern on [begin_range, end_range]
 
float fastuidraw_compute_repeat_spread (float t)
 compute repeat spread pattern on [0, 1]
 
float fastuidraw_compute_repeat_spread (float t, float range)
 compute repeat spread pattern on [0, range]
 
float fastuidraw_compute_repeat_spread (float t, float begin_range, float end_range)
 compute repeat spread pattern on [begin_range, end_range]
 

Detailed Description

file fastuidraw_spread.glsl.hpp

Copyright 2018 by Intel.

Contact: kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Author
Kevin Rogovin kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

Definition in file fastuidraw_spread.glsl.hpp.