/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
OvalShape.java | 22 import android.graphics.RectF; 41 final RectF rect = rect();
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
TransitionImageView.java | 27 import android.graphics.RectF; 78 private RectF mSrcUnclipRect = new RectF(); 79 private RectF mSrcClipRect = new RectF(); 82 private RectF mClipRect = new RectF(); 87 private RectF mExcludeRect; 167 RectF dstClipRect = new RectF(); [all...] |
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
ShadowLayout.java | 28 import android.graphics.RectF; 43 static final RectF sShadowRectF = new RectF(0, 0, 200, 200); 45 static RectF tempShadowRectF = new RectF(0, 0, 0, 0);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplustypes.h | 278 typedef struct RectF { 285 RectF(): X(0.0f), Y(0.0f), Width(0.0f), Height(0.0f) {} 286 RectF(const PointF& location, const SizeF& size): 289 RectF(REAL x, REAL y, REAL width, REAL height): 292 RectF* Clone() const { 293 return new RectF(X, Y, Width, Height); 301 BOOL Contains(const RectF& rect) const { 306 BOOL Equals(const RectF& rect) const { 313 VOID GetBounds(RectF *rect) const { 354 static BOOL Intersect(RectF& c, const RectF& a, const RectF& b) [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureStroke.java | 22 import android.graphics.RectF; 36 public final RectF boundingBox; 54 RectF bx = null; 65 bx = new RectF(); 88 private GestureStroke(RectF bbx, float len, float[] pts, long[] times) { 89 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom); 163 final RectF rect = boundingBox;
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardCircleFramedDrawable.java | 29 import android.graphics.RectF; 46 private RectF mDstRect; 47 private RectF mFrameRect; 70 final RectF circleRect = new RectF(0f, 0f, mSize, mSize); 96 mDstRect = new RectF(0, 0, mSize, mSize); 97 mFrameRect = new RectF(mDstRect);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameImage2D.java | 23 import android.graphics.RectF; 95 public void copyToFrame(FrameImage2D target, RectF sourceRect, RectF targetRect) { 145 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) { 158 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) {
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ShapesActivity.java | 24 import android.graphics.RectF; 41 private final RectF mRect; 42 private final RectF mOval; 43 private final RectF mArc; 49 mRect = new RectF(0.0f, 0.0f, 160.0f, 90.0f); 68 mOval = new RectF(0.0f, 0.0f, 80.0f, 45.0f); 69 mArc = new RectF(0.0f, 0.0f, 100.0f, 120.0f);
|
ProjectionActivity.java | 6 import android.graphics.RectF; 25 private final RectF mRectF = new RectF();
|
ScaledPathsActivity.java | 24 import android.graphics.RectF; 40 private final RectF mPathBounds = new RectF();
|
/packages/apps/Settings/src/com/android/settings/drawable/ |
CircleFramedDrawable.java | 31 import android.graphics.RectF; 54 private RectF mDstRect; 55 private RectF mFrameRect; 93 final RectF circleRect = new RectF(0f, 0f, mSize, mSize); 119 mDstRect = new RectF(0, 0, mSize, mSize); 120 mFrameRect = new RectF(mDstRect);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
RectShapeTest.java | 23 import android.graphics.RectF; 80 RectF rect = rectShape.myRect(); 95 public RectF myRect() {
|
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
SkewableTextView.java | 22 import android.graphics.RectF; 34 RectF mTempRect = new RectF();
|
/external/chromium_org/cc/base/ |
math_util.h | 31 class RectF; 111 static gfx::RectF MapClippedRect(const gfx::Transform& transform, 112 const gfx::RectF& rect); 115 static gfx::RectF ProjectClippedRect(const gfx::Transform& transform, 116 const gfx::RectF& rect); 138 static gfx::RectF ComputeEnclosingRectOfVertices(const gfx::PointF vertices[], 140 static gfx::RectF ComputeEnclosingClippedRect( 181 static gfx::RectF ScaleRectProportional(const gfx::RectF& input_outer_rect, 182 const gfx::RectF& scale_outer_rect [all...] |
/external/chromium_org/cc/layers/ |
delegated_frame_provider.cc | 36 observers_.push_back(Observer(layer, gfx::RectF(frame_size_))); 83 gfx::RectF* damage) { 91 observers_[i].damage = gfx::RectF();
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_video.cc | 52 gfx::RectF damage_rect = 58 EXPECT_EQ(gfx::RectF(0.f, 0.f, 20.f, 20.f).ToString(), 63 EXPECT_EQ(gfx::RectF(6.f, 6.f, 8.f, 10.f).ToString(),
|
/external/chromium_org/chrome/browser/android/ |
chrome_web_contents_delegate_android.h | 24 class RectF; 54 const std::vector<gfx::RectF>& rects, 55 const gfx::RectF& active_rect) OVERRIDE;
|
/external/chromium_org/ui/gfx/ |
skia_util.h | 24 class RectF; 32 GFX_EXPORT SkRect RectFToSkRect(const RectF& rect); 33 GFX_EXPORT RectF SkRectToRectF(const SkRect& rect);
|
/frameworks/support/v4/api21/android/support/v4/app/ |
ActivityCompat21.java | 23 import android.graphics.RectF; 68 Matrix viewToGlobalMatrix, RectF screenBounds); 114 RectF screenBounds) {
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
BottomBarModeOptionsWrapper.java | 20 import android.graphics.RectF; 65 RectF uncoveredPreviewRect = mCaptureLayoutHelper.getUncoveredPreviewRect(); 66 RectF bottomBarRect = mCaptureLayoutHelper.getBottomBarRect();
|
ProgressOverlay.java | 21 import android.graphics.RectF; 55 * {@link android.graphics.RectF}. 57 public void setBounds(RectF area) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
RefcountImageView.java | 22 import android.graphics.RectF; 34 private RectF mClipRect = new RectF();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
GeometryMathUtils.java | 24 import android.graphics.RectF; 51 public RectF crop = FilterCropRepresentation.getNil(); 184 public static void scaleRect(RectF r, float scale) { 211 public static Rect roundNearest(RectF r) { 305 RectF crop = getTrueCropRect(holder, width, height); 314 RectF crop = getTrueCropRect(holder, width, height); 342 RectF rCrop = new RectF(0, 0, originalBounds.width(), originalBounds.height()); 401 public static RectF drawTransformedCropped(GeometryHolder holder, Canvas canvas, 406 RectF crop = new RectF() [all...] |
/frameworks/base/graphics/java/android/graphics/ |
RectF.java | 27 * RectF holds four float coordinates for a rectangle. The rectangle is 33 public class RectF implements Parcelable { 40 * Create a new empty RectF. All coordinates are initialized to 0. 42 public RectF() {} 54 public RectF(float left, float top, float right, float bottom) { 68 public RectF(RectF r) { 79 public RectF(Rect r) { 95 RectF r = (RectF) o [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ScaleToFit.java | 37 private final RectF mSrcR = new RectF(); 61 private final RectF mDstR = new RectF(0, 0, WIDTH, HEIGHT);
|