OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gglFixedToIntFloor
(Results
1 - 3
of
3
) sorted by null
/system/core/include/private/pixelflinger/
ggl_fixed.h
37
inline GGLfixed
gglFixedToIntFloor
(GGLfixed f) ALWAYS_INLINE ;
51
GGLfixed
gglFixedToIntFloor
(GGLfixed f) {
62
return
gglFixedToIntFloor
(v)<<FIXED_BITS;
/system/core/libpixelflinger/
trap.cpp
1025
if (
gglFixedToIntFloor
(l_min) >= xmax) l_min = gglIntToFixed(xmax)-1;
1026
if (
gglFixedToIntFloor
(r_min) >= xmax) r_min = gglIntToFixed(xmax)-1;
1037
const int xml = max(xmin,
gglFixedToIntFloor
(l_min_i));
1038
const int xmr = min(xmax,
gglFixedToIntFloor
(r_max_i));
1055
coverage = covPtr +
gglFixedToIntFloor
(l_min_i);
[
all
...]
fixed.cpp
156
exp =
gglFixedToIntFloor
(p);
Completed in 19 milliseconds