Searched defs:rotated (Results 1 – 8 of 8) sorted by relevance
67 bool rotated; member
130 bool rotated = map[i++] > 0; in createEntries() local
251 Vector2 rotated = {-strokeOffset.y, strokeOffset.x}; in storeBeginEnd() local437 Vector2 rotated = {-strokeOffset.y, strokeOffset.x}; in storeCapAA() local
99 public Point rotated(float radians) { in rotated() method in Point
183 public Quad rotated(float angle) { in rotated() method in Quad
72 public boolean rotated; field in Atlas.Entry
555 bool rotated = isDeviceRotated(mainDpyInfo.orientation); in recordScreen() local
7118 private void computeSizeRangesAndScreenLayout(DisplayInfo displayInfo, boolean rotated, in computeSizeRangesAndScreenLayout()7164 private int computeCompatSmallestWidth(boolean rotated, DisplayMetrics dm, int dw, int dh) { in computeCompatSmallestWidth()