OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTMux
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkTLogic.h
54
/**
SkTMux
::type = (a && b) ? Both : (a) ? A : (b) ? B : Neither; */
56
struct
SkTMux
{
SkTFitsIn.h
96
typedef typename
SkTMux
<apply_low, apply_high,
193
typedef typename
SkTMux
<S_is_signed, D_is_signed, S2S, S2U, U2S, U2U>::type selector;
/external/skia/src/utils/
SkTLogic.h
54
/**
SkTMux
::type = (a && b) ? Both : (a) ? A : (b) ? B : Neither; */
56
struct
SkTMux
{
SkTFitsIn.h
96
typedef typename
SkTMux
<apply_low, apply_high,
193
typedef typename
SkTMux
<S_is_signed, D_is_signed, S2S, S2U, U2S, U2U>::type selector;
Completed in 54 milliseconds