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

  /frameworks/base/libs/hwui/
AssetAtlas.cpp 119 bool rotated = map[i++] > 0; local
134 Entry* entry = new Entry(bitmap, x, y, rotated, texture, mapper, *this);
AssetAtlas.h 64 * If set, the bitmap is rotated 90 degrees (clockwise)
67 bool rotated; member in struct:android::uirenderer::AssetAtlas::Entry
96 Entry(SkBitmap* bitmap, int x, int y, bool rotated,
98 bitmap(bitmap), x(x), y(y), rotated(rotated),
  /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);
  /external/chromium_org/ash/display/
mirror_window_controller.cc 273 gfx::ImageSkia rotated = *image; local
278 rotated = gfx::ImageSkiaOperations::CreateRotatedImage(
281 rotated.width() - hot_point_.y(),
285 rotated = gfx::ImageSkiaOperations::CreateRotatedImage(
288 rotated.height() - hot_point_.x(),
289 rotated.width() - hot_point_.y());
292 rotated = gfx::ImageSkiaOperations::CreateRotatedImage(
296 rotated.height() - hot_point_.x());
299 cursor_window_delegate_->SetCursorImage(rotated, display);
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 55 * pixels in the atlas and a rotation flag. If the entry was rotated, the
56 * bitmap must be rotated by 90 degrees (in either direction as long as
70 * If true, the bitmap must be rotated 90 degrees in the atlas.
72 public boolean rotated; field in class:Atlas.Entry
365 boolean rotated = false;
379 rotated = true;
436 entry.rotated = rotated;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 29 * scaled, rotated and sheared/skewed rectangles. As such, Quads are restricted to the set of
104 * Return a Quad that represents the specified rotated rectangle.
106 * The Quad is rotated counter-clockwise around its centroid.
110 * @return the Quad representing the source rectangle rotated by the given angle.
113 return Quad.fromRect(rect).rotated(angle);
178 * The Quad is rotated counter-clockwise around its centroid.
181 * @return the rotated Quad
183 public Quad rotated(float angle) { method in class:Quad
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 121 * Returns "true" if the device is rotated 90 degrees.
207 // case is "all of it". If the app is rotated (so that the width of the
215 ALOGV("using rotated width/height");
227 // post-rotation, so if the display is rotated 90 degrees we need to
261 printf("Rotated content area is %ux%u at offset x=%d y=%d\n",
453 bool rotated = isDeviceRotated(mainDpyInfo.orientation); local
455 gVideoWidth = rotated ? mainDpyInfo.h : mainDpyInfo.w;
458 gVideoHeight = rotated ? mainDpyInfo.w : mainDpyInfo.h;
  /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/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 277 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member in struct:TT_Size_Metrics_
  /external/freetype/src/truetype/
ttobjs.h 280 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member in struct:TT_Size_Metrics_
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/zxing/core/
core.jar 

Completed in 708 milliseconds