OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMatrixFlags
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
DisplayList.h
193
mMatrixFlags
&= ~TRANSLATION;
195
mMatrixFlags
|= TRANSLATION;
209
mMatrixFlags
&= ~TRANSLATION;
211
mMatrixFlags
|= TRANSLATION;
225
mMatrixFlags
&= ~ROTATION;
227
mMatrixFlags
|= ROTATION;
241
mMatrixFlags
&= ~ROTATION_3D;
243
mMatrixFlags
|= ROTATION_3D;
257
mMatrixFlags
&= ~ROTATION_3D;
259
mMatrixFlags
|= ROTATION_3D
[
all
...]
DisplayList.cpp
265
mMatrixFlags
= 0;
312
if (
mMatrixFlags
== 0 ||
mMatrixFlags
== TRANSLATION) {
323
if ((
mMatrixFlags
& ROTATION_3D) == 0) {
363
if (
mMatrixFlags
!= 0) {
364
if (
mMatrixFlags
== TRANSLATION) {
417
if (
mMatrixFlags
!= 0) {
418
if (
mMatrixFlags
== TRANSLATION) {
Completed in 870 milliseconds