OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TNum
(Results
1 - 2
of
2
) sorted by null
/external/drm_hwcomposer/
separate_rects.cpp
30
template <typename TId, typename
TNum
>
33
TNum
left, top, bottom;
37
bool operator<(const StartedRect<TId,
TNum
> &rhs) const {
43
template <typename TId, typename
TNum
>
47
TNum
x;
48
TNum
y;
53
bool operator<(const SweepEvent<TId,
TNum
> &rhs) const {
58
template <typename
TNum
>
59
std::ostream &operator<<(std::ostream &os, const Rect<
TNum
> &rect) {
73
template <typename
TNum
, typename TId
[
all
...]
separate_rects.h
39
typedef TFloat
TNum
;
143
template <typename TId, typename
TNum
>
146
Rect<
TNum
> rect;
148
RectSet(const IdSet<TId> &i, const Rect<
TNum
> &r) : id_set(i), rect(r) {
151
bool operator==(const RectSet<TId,
TNum
> &rhs) const {
Completed in 51 milliseconds