/packages/apps/Gallery2/src/com/android/photos/views/ |
TiledImageRenderer.java | 22 import android.graphics.RectF; 93 private final RectF mSourceRect = new RectF(); 94 private final RectF mTargetRect = new RectF(); 598 RectF source = mSourceRect; 599 RectF target = mTargetRect; 633 Tile tile, GLCanvas canvas, RectF source, RectF target) {
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
TiledImageRenderer.java | 22 import android.graphics.RectF; 93 private final RectF mSourceRect = new RectF(); 94 private final RectF mTargetRect = new RectF(); 598 RectF source = mSourceRect; 599 RectF target = mTargetRect; 633 Tile tile, GLCanvas canvas, RectF source, RectF target) {
|
/frameworks/base/core/java/android/view/animation/ |
Animation.java | 21 import android.graphics.RectF; 204 RectF mPreviousRegion = new RectF(); 205 RectF mRegion = new RectF(); 264 animation.mPreviousRegion = new RectF(); 265 animation.mRegion = new RectF(); [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 280 public boolean isRect(RectF rect) { 293 public void computeBounds(RectF bounds, boolean exact) { 436 public void arcTo(RectF oval, float startAngle, float sweepAngle, 452 public void arcTo(RectF oval, float startAngle, float sweepAngle) { 517 public void addRect(RectF rect, Direction dir) { 541 public void addOval(RectF oval, Direction dir) { 575 public void addArc(RectF oval, float startAngle, float sweepAngle) { 599 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { 625 public void addRoundRect(RectF rect, float[] radii, Direction dir) { 789 private static native boolean native_isRect(long nPath, RectF rect) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusflat.h | 255 GpStatus WINGDIPAPI GdipEnumerateMetafileDestRect(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST RectF&,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*); 261 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPoint(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST PointF&,GDIPCONST RectF&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*); 263 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestRect(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST RectF&,GDIPCONST RectF&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*); 265 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPoints(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST PointF*,INT,GDIPCONST RectF&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*); 333 GpStatus WINGDIPAPI GdipAddPathString(GpPath*,GDIPCONST WCHAR*,INT,GDIPCONST GpFontFamily*,INT,REAL,GDIPCONST RectF*,GDIPCONST GpStringFormat*); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Xfermodes.java | 28 import android.graphics.RectF; 43 c.drawOval(new RectF(0, 0, w*3/4, h*3/4), p);
|
/external/chromium_org/cc/blink/ |
web_layer_impl_fixed_bounds_unittest.cc | 71 gfx::RectF layer1_rect_in_target(layer1->content_bounds()); 74 gfx::RectF layer2_rect_in_target(layer2->content_bounds());
|
/external/chromium_org/cc/quads/ |
draw_quad_unittest.cc | 420 gfx::RectF mask_u_v_rect(-45.f, -21.f, 33.f, 19.f); 574 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f); 609 gfx::RectF tex_coord_rect(0.0f, 0.0f, 0.75f, 0.5f); 655 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f); [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
chrome_autofill_client.cc | 130 const gfx::RectF& element_bounds, 139 gfx::RectF element_bounds_in_screen_space =
|
password_generation_popup_controller_impl.cc | 38 const gfx::RectF& bounds, 68 const gfx::RectF& bounds,
|
/external/chromium_org/components/autofill/content/renderer/ |
form_autofill_util.h | 166 // Return a gfx::RectF that is the bounding box for |element| scaled by |scale|. 167 gfx::RectF GetScaledBoundingBox(float scale,
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_external_delegate.h | 58 const gfx::RectF& element_bounds, 137 gfx::RectF element_bounds_;
|
/external/chromium_org/components/password_manager/core/browser/ |
password_autofill_manager_unittest.cc | 57 void(const gfx::RectF& element_bounds, 169 gfx::RectF element_bounds;
|
/external/chromium_org/content/browser/media/android/ |
browser_media_player_manager.h | 123 int player_id, bool is_request, const gfx::RectF& rect); 172 void OnRequestExternalSurface(int player_id, const gfx::RectF& rect);
|
/external/chromium_org/ui/gfx/geometry/ |
rect.h | 72 operator RectF() const { 73 return RectF(origin().x(), origin().y(), size().width(), size().height());
|
/external/chromium_org/ui/gl/ |
gl_surface.h | 123 const RectF& crop_rect); 185 const RectF& crop_rect) OVERRIDE;
|
gl_surface_ozone.cc | 55 const RectF& crop_rect) OVERRIDE { 133 const RectF& crop_rect) OVERRIDE {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
SurfaceHolderTarget.java | 24 import android.graphics.RectF; 168 RectF targetRect = getTargetRect(sourceRect, surfaceRect);
|
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 33 import android.graphics.RectF; 629 public static void dumpRect(RectF rect, String msg) { 634 public static void rectFToRect(RectF rectF, Rect rect) { 635 rect.left = Math.round(rectF.left); 636 rect.top = Math.round(rectF.top); 637 rect.right = Math.round(rectF.right); 638 rect.bottom = Math.round(rectF.bottom);
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
ModeOptionsOverlay.java | 21 import android.graphics.RectF; 138 RectF uncoveredPreviewRect = mCaptureLayoutHelper.getUncoveredPreviewRect();
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Util.java | 31 import android.graphics.RectF; 564 public static void dumpRect(RectF rect, String msg) { 569 public static void rectFToRect(RectF rectF, Rect rect) { 570 rect.left = Math.round(rectF.left); 571 rect.top = Math.round(rectF.top); 572 rect.right = Math.round(rectF.right); 573 rect.bottom = Math.round(rectF.bottom);
|
/external/chromium_org/ash/wm/overview/ |
window_selector_unittest.cc | 122 gfx::RectF window1_bounds = GetTransformedTargetBounds(window1); 123 gfx::RectF window2_bounds = GetTransformedTargetBounds(window2); 140 gfx::RectF GetTransformedBounds(aura::Window* window) { 141 gfx::RectF bounds(ScreenUtil::ConvertRectToScreen( 149 gfx::RectF GetTransformedTargetBounds(aura::Window* window) { 150 gfx::RectF bounds(ScreenUtil::ConvertRectToScreen( 158 gfx::RectF GetTransformedBoundsInRootWindow(aura::Window* window) { 159 gfx::RectF bounds = gfx::Rect(window->bounds().size()); 166 return gfx::RectF(); 174 gfx::RectF target = GetTransformedBounds(window) [all...] |
/external/chromium_org/cc/layers/ |
layer_unittest.cc | 539 gfx::RectF dirty1 = gfx::RectF(10.f, 15.f, 1.f, 2.f); 540 gfx::RectF dirty2 = gfx::RectF(20.f, 25.f, 3.f, 4.f); 541 gfx::RectF empty_dirty_rect = gfx::RectF(40.f, 45.f, 0.f, 0.f); 542 gfx::RectF out_of_bounds_dirty_rect = gfx::RectF(400.f, 405.f, 500.f, 502.f); 652 test_layer->SetNeedsDisplayRect(gfx::RectF(0.f, 0.f, 5.f, 5.f)); 654 EXPECT_FLOAT_RECT_EQ(gfx::RectF(0.f, 0.f, 5.f, 5.f) [all...] |
/packages/apps/Camera2/src/com/android/camera/util/ |
CameraUtil.java | 35 import android.graphics.RectF; 732 public static void dumpRect(RectF rect, String msg) { 737 public static void rectFToRect(RectF rectF, Rect rect) { 738 rect.left = Math.round(rectF.left); 739 rect.top = Math.round(rectF.top); 740 rect.right = Math.round(rectF.right); 741 rect.bottom = Math.round(rectF.bottom); 744 public static Rect rectFToRect(RectF rectF) { [all...] |
/developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/ |
Camera2VideoFragment.java | 28 import android.graphics.RectF; 478 RectF viewRect = new RectF(0, 0, viewWidth, viewHeight); 479 RectF bufferRect = new RectF(0, 0, mPreviewSize.getHeight(), mPreviewSize.getWidth());
|