Home | History | Annotate | Download | only in lvpp

Lines Matching refs:rotationDegrees

116             int32_t rotationDegrees)
118 applyRotation(rotationDegrees);
140 void applyRotation(int32_t rotationDegrees) {
142 switch (rotationDegrees) {
880 int32_t rotationDegrees;
882 kKeyRotation, &rotationDegrees)) {
883 rotationDegrees = 0;
886 if (rotationDegrees == 90 || rotationDegrees == 270) {
907 int32_t rotationDegrees;
909 kKeyRotation, &rotationDegrees)) {
910 rotationDegrees = 0;
924 new AwesomeNativeWindowRenderer(mNativeWindow, rotationDegrees);