OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kPerspective_Mask
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h
162
kPerspective_Mask
= 0x08 //!< set if the matrix is in perspective
168
* false positives. For example, when
kPerspective_Mask
is true, all
/external/skia/include/utils/
SkMatrix44.h
162
kPerspective_Mask
= 0x08 //!< set if the matrix is in perspective
168
* false positives. For example, when
kPerspective_Mask
is true, all
/external/chromium_org/third_party/skia/include/core/
SkMatrix.h
44
kPerspective_Mask
= 0x08 //!< set if the matrix is in perspective
49
false positives. For example, when
kPerspective_Mask
is true, all
85
kPerspective_Mask
);
631
kPerspective_Mask
,
636
kPerspective_Mask
|
/external/skia/include/core/
SkMatrix.h
44
kPerspective_Mask
= 0x08 //!< set if the matrix is in perspective
49
false positives. For example, when
kPerspective_Mask
is true, all
85
kPerspective_Mask
);
631
kPerspective_Mask
,
636
kPerspective_Mask
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java
799
private final static int
kPerspective_Mask
= 0x08; //!< set if the matrix is in perspective
808
kPerspective_Mask
|
826
mask |=
kPerspective_Mask
;
846
if ((mask &
kPerspective_Mask
) == 0) {
[
all
...]
Completed in 50 milliseconds