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
187
mMatrixFlags
&= ~TRANSLATION;
189
mMatrixFlags
|= TRANSLATION;
203
mMatrixFlags
&= ~TRANSLATION;
205
mMatrixFlags
|= TRANSLATION;
219
mMatrixFlags
&= ~ROTATION;
221
mMatrixFlags
|= ROTATION;
235
mMatrixFlags
&= ~ROTATION_3D;
237
mMatrixFlags
|= ROTATION_3D;
251
mMatrixFlags
&= ~ROTATION_3D;
253
mMatrixFlags
|= ROTATION_3D
[
all
...]
DisplayList.cpp
249
mMatrixFlags
= 0;
296
if (
mMatrixFlags
== 0 ||
mMatrixFlags
== TRANSLATION) {
307
if ((
mMatrixFlags
& ROTATION_3D) == 0) {
347
if (
mMatrixFlags
!= 0) {
348
if (
mMatrixFlags
== TRANSLATION) {
398
if (
mMatrixFlags
!= 0) {
399
if (
mMatrixFlags
== TRANSLATION) {
Completed in 174 milliseconds