HomeSort by relevance Sort by last modified time
    Searched refs:rotated (Results 1 - 15 of 15) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 99 public Point rotated(float radians) { method in class:Point
106 return this.minus(center).rotated(radians).plus(center);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix2fTest.java 204 float[] rotated = new float[4]; local
205 rotated[0] = rotate[0] * sourceData[0] + rotate[1] * sourceData[2];
206 rotated[1] = rotate[0] * sourceData[1] + rotate[1] * sourceData[3];
207 rotated[2] = rotate[2] * sourceData[0] + rotate[3] * sourceData[2];
208 rotated[3] = rotate[2] * sourceData[1] + rotate[3] * sourceData[3];
212 checkData(m, rotated);
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 259 // is rotated when the contents of the logical display are rendered.
270 // The frame specifies the rotated physical coordinates into which the viewport
274 boolean rotated = (orientation == Surface.ROTATION_90
276 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width;
277 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height;
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 89 Bitmap rotated = Bitmap.createBitmap(bitmap, 0, 0, local
91 // If the rotated bitmap is the original bitmap, then it
93 if (rotated != bitmap) bitmap.recycle();
94 return rotated;
  /external/freetype/src/truetype/
ttobjs.h 278 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member in struct:TT_Size_Metrics_
ttobjs.c 951 metrics->rotated = FALSE;
    [all...]
ttinterp.c     [all...]
  /external/v8/test/mjsunit/regress/
regress-1229.js 70 return f1(y, z); /* f should be inlined into g, note rotated arguments */
  /external/quake/quake/src/QW/client/
gl_rsurf.c 1115 qboolean rotated; local
1124 rotated = true;
1133 rotated = false;
1145 if (rotated)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 1184 qboolean rotated; local
1193 rotated = true;
1202 rotated = false;
1214 if (rotated)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/bison/
maint.mk     [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/zxing/core/
core.jar 

Completed in 448 milliseconds