OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMatrix
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDisplayable.h
79
bool
isMatrix
() const { return getType() == SkType_Matrix; }
/external/skia/src/animator/
SkDisplayable.h
79
bool
isMatrix
() const { return getType() == SkType_Matrix; }
/external/chromium_org/third_party/angle/src/compiler/
parseConst.cpp
25
isMatrix
(false),
49
bool
isMatrix
;
120
if (node->getType().
isMatrix
()) {
121
isMatrix
= true;
139
isMatrix
= false;
181
if (!
isMatrix
) {
Types.h
137
else if (
isMatrix
())
159
bool
isMatrix
() const { return matrix ? true : false; }
intermediate.h
266
bool
isMatrix
() const { return type.
isMatrix
(); }
Completed in 60 milliseconds