/frameworks/base/graphics/java/android/graphics/ |
D | RectF.java | 37 public float bottom; field in RectF 54 public RectF(float left, float top, float right, float bottom) { in RectF() 172 public void set(float left, float top, float right, float bottom) { in set() 277 public boolean contains(float left, float top, float right, float bottom) { in contains() 319 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 393 float bottom) { in intersects() 441 public void union(float left, float top, float right, float bottom) { in union()
|
D | Rect.java | 37 public int bottom; field in Rect 57 public Rect(int left, int top, int right, int bottom) { in Rect() 235 public void set(int left, int top, int right, int bottom) { in set() 327 public boolean contains(int left, int top, int right, int bottom) { in contains() 369 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 442 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 472 public void union(int left, int top, int right, int bottom) { in union()
|
D | Region.java | 69 public Region(int left, int top, int right, int bottom) { in Region() 94 public boolean set(int left, int top, int right, int bottom) { in set() 184 int bottom); in quickContains() 200 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 259 public boolean op(int left, int top, int right, int bottom, Op op) { in op() 372 int top, int right, int bottom); in nativeSetRect() 380 int right, int bottom, int op); in nativeOp()
|
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/ |
D | RunData.java | 31 public int left, top, right, bottom; field in RunData.TileData 36 public TileData(int left, int top, int right, int bottom, in TileData()
|
/frameworks/base/libs/hwui/ |
D | Rect.h | 47 float bottom; variable 62 inline Rect(float left, float top, float right, float bottom): in Rect() 98 inline void set(float left, float top, float right, float bottom) { in set()
|
D | OpenGLRenderer.cpp | 151 void OpenGLRenderer::prepareDirty(float left, float top, float right, float bottom, bool opaque) { in prepareDirty() 319 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 349 int OpenGLRenderer::saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() 412 float right, float bottom, int alpha, SkXfermode::Mode mode, in createLayer() 837 const float right, const float bottom, const mat4 transform) { in dirtyLayer() 848 const float right, const float bottom) { in dirtyLayer() 971 bool OpenGLRenderer::quickReject(float left, float top, float right, float bottom) { in quickReject() 986 bool OpenGLRenderer::clipRect(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRect() 1120 void OpenGLRenderer::setupDrawModelViewTranslate(float left, float top, float right, float bottom, in setupDrawModelViewTranslate() 1136 void OpenGLRenderer::setupDrawModelView(float left, float top, float right, float bottom, in setupDrawModelView() [all …]
|
D | Snapshot.h | 170 void setClip(float left, float top, float right, float bottom) { in setClip() 190 void resetClip(float left, float top, float right, float bottom) { in resetClip()
|
D | DisplayListRenderer.cpp | 736 float bottom = getFloat(); in replay() local 956 float right, float bottom, bool opaque) { in prepareDirty() 1002 int DisplayListRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 1011 int DisplayListRenderer::saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() 1056 bool DisplayListRenderer::clipRect(float left, float top, float right, float bottom, in clipRect() 1125 float left, float top, float right, float bottom, SkPaint* paint) { in drawPatch() 1141 void DisplayListRenderer::drawRect(float left, float top, float right, float bottom, in drawRect() 1148 void DisplayListRenderer::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 1163 void DisplayListRenderer::drawOval(float left, float top, float right, float bottom, in drawOval() 1170 void DisplayListRenderer::drawArc(float left, float top, float right, float bottom, in drawArc()
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
D | RequestRectangleVisibleTest.java | 206 int bottom = xy[1] + view.getHeight(); in assertOnBottomEdgeOfScreen() local 227 int bottom = xy[1] + view.getHeight(); in assertOnTopEdgeOfScreen() local
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | RecentApplicationsBackground.java | 61 protected boolean setFrame(int left, int top, int right, int bottom) { in setFrame() 102 final int bottom = chld.bottom + bkg.bottom; in draw() local
|
/frameworks/base/native/include/android/ |
D | rect.h | 32 int32_t bottom; member
|
/frameworks/base/core/java/android/text/style/ |
D | LineBackgroundSpan.java | 27 int top, int baseline, int bottom, in drawBackground()
|
D | LeadingMarginSpan.java | 66 int top, int baseline, int bottom, in drawLeadingMargin() 139 int top, int baseline, int bottom, in drawLeadingMargin()
|
D | ReplacementSpan.java | 30 int top, int y, int bottom, Paint paint); in draw()
|
D | QuoteSpan.java | 67 int top, int baseline, int bottom, in drawLeadingMargin()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ExpandedView.java | 44 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
D | TrackingView.java | 39 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 182 int left, int top, int right, int bottom) { in quickContains() 194 int left, int top, int right, int bottom) { in quickReject() 297 int left, int top, int right, int bottom) { in nativeSetRect() 372 int left, int top, int right, int bottom, int op) { in nativeOp()
|
/frameworks/base/core/java/android/view/ |
D | GLES20Canvas.java | 258 private static native void nPrepareDirty(int renderer, int left, int top, int right, int bottom, in nPrepareDirty() 396 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 401 float right, float bottom, int op); in nClipRect() 404 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { in clipRect() 409 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 413 private static native boolean nClipRect(int renderer, int left, int top, int right, int bottom, in nClipRect() 456 public boolean quickReject(float left, float top, float right, float bottom, EdgeType type) { in quickReject() 461 float right, float bottom, int edge); in nQuickReject() 558 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer() 571 float right, float bottom, int paint, int saveFlags); in nSaveLayer() [all …]
|
/frameworks/base/libs/rs/ |
D | rsMatrix4x4.cpp | 272 void Matrix4x4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { in loadOrtho() 282 void Matrix4x4::loadFrustum(float left, float right, float bottom, float top, float near, float far… in loadFrustum() 296 float bottom = -top; in loadPerspective() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 93 float bottom, float top) { in gluOrtho2D() 114 float bottom = -top; in gluPerspective() local
|
/frameworks/base/core/jni/android/graphics/ |
D | Region.cpp | 51 …ean Region_setRect(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom) { in Region_setRect() 70 …Region_op0(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom, int op) { in Region_op0() 105 …olean Region_quickContains(JNIEnv* env, jobject region, int left, int top, int right, int bottom) { in Region_quickContains() 109 …ean Region_quickRejectIIII(JNIEnv* env, jobject region, int left, int top, int right, int bottom) { in Region_quickRejectIIII()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20Canvas.cpp | 167 OpenGLRenderer* renderer, jint left, jint top, jint right, jint bottom, in android_view_GLES20Canvas_prepareDirty() 220 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, in android_view_GLES20Canvas_saveLayer() 233 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, in android_view_GLES20Canvas_saveLayerAlpha() 250 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, in android_view_GLES20Canvas_quickReject() 256 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, in android_view_GLES20Canvas_clipRectF() 262 OpenGLRenderer* renderer, jint left, jint top, jint right, jint bottom, in android_view_GLES20Canvas_clipRect() 367 float left, float top, float right, float bottom, SkPaint* paint) { in android_view_GLES20Canvas_drawPatch() 388 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, in android_view_GLES20Canvas_drawRect() 394 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, in android_view_GLES20Canvas_drawRoundRect() 405 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, in android_view_GLES20Canvas_drawOval() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | RecentsHorizontalScrollView.java | 178 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { in onLayout() 199 int bottom = top + getFadeHeight(offsetRequired); in draw() local
|
D | RecentsVerticalScrollView.java | 193 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() 214 int bottom = top + getFadeHeight(offsetRequired); in draw() local
|