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
66
mType = kTypeIdentity |
kTypeRectToRect
;
109
mType |=
kTypeRectToRect
;
121
return getType() &
kTypeRectToRect
;
178
mType |=
kTypeRectToRect
;
285
mType = kTypeTranslate |
kTypeRectToRect
;
295
mType = kTypeScale |
kTypeRectToRect
;
406
mType = kTypeTranslate | kTypeScale |
kTypeRectToRect
;
Matrix.h
74
kTypeRectToRect
= 0x10,
Completed in 3682 milliseconds