OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTypeRectToRect
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Matrix.cpp
68
mType = kTypeIdentity |
kTypeRectToRect
;
110
mType |=
kTypeRectToRect
;
122
return getType() &
kTypeRectToRect
;
182
mType |=
kTypeRectToRect
;
261
mType = kTypeTranslate |
kTypeRectToRect
;
271
mType = kTypeScale |
kTypeRectToRect
;
382
mType = kTypeTranslate | kTypeScale |
kTypeRectToRect
;
Matrix.h
66
kTypeRectToRect
= 0x10,
Completed in 30 milliseconds