OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasPerspective
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h
235
bool
hasPerspective
() const { return m_matrix[2][3] != 0.0f; }
/external/chromium_org/third_party/skia/include/core/
SkMatrix.h
83
bool
hasPerspective
() const {
/external/skia/include/core/
SkMatrix.h
83
bool
hasPerspective
() const {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java
72
public static boolean
hasPerspective
(Matrix m) {
78
return delegate.
hasPerspective
();
168
public boolean
hasPerspective
() {
950
if (
hasPerspective
()) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h
[
all
...]
Completed in 203 milliseconds