FastUIDraw
|
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] | |
file fastuidraw_spread.glsl.hpp
Copyright 2018 by Intel.
Contact: kevin .rog ovin@ gmai 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/.
Definition in file fastuidraw_spread.glsl.hpp.