/frameworks/base/graphics/java/android/graphics/ |
D | Insets.java | 34 public final int bottom; field in Insets 36 private Insets(int left, int top, int right, int bottom) { in Insets() 55 public static Insets of(int left, int top, int right, int bottom) { in of()
|
D | RectF.java | 37 public float bottom; field in RectF 54 public RectF(float left, float top, float right, float bottom) { in RectF() 198 public void set(float left, float top, float right, float bottom) { in set() 303 public boolean contains(float left, float top, float right, float bottom) { in contains() 345 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 419 float bottom) { in intersects() 467 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() 247 public void set(int left, int top, int right, int bottom) { in set() 339 public boolean contains(int left, int top, int right, int bottom) { in contains() 380 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 443 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 471 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/libs/hwui/ |
D | Snapshot.cpp | 109 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRegionOp() 121 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { in clip() 170 void Snapshot::setClip(float left, float top, float right, float bottom) { in setClip() 195 void Snapshot::resetClip(float left, float top, float right, float bottom) { in resetClip()
|
D | Rect.h | 36 float bottom; variable 51 inline Rect(float left, float top, float right, float bottom): in Rect() 87 inline void set(float left, float top, float right, float bottom) { in set()
|
D | OpenGLRenderer.cpp | 172 status_t OpenGLRenderer::prepareDirty(float left, float top, float right, float bottom, in prepareDirty() 210 status_t OpenGLRenderer::clear(float left, float top, float right, float bottom, bool opaque) { in clear() 599 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 621 int OpenGLRenderer::saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() 683 bool OpenGLRenderer::createLayer(float left, float top, float right, float bottom, in createLayer() 1087 const float right, const float bottom, const mat4 transform) { in dirtyLayer() 1096 const float right, const float bottom) { in dirtyLayer() 1220 bool OpenGLRenderer::quickRejectNoScissor(float left, float top, float right, float bottom) { in quickRejectNoScissor() 1235 bool OpenGLRenderer::quickRejectNoScissor(float left, float top, float right, float bottom, in quickRejectNoScissor() 1251 bool OpenGLRenderer::quickRejectPreStroke(float left, float top, float right, float bottom, SkPaint… in quickRejectPreStroke() [all …]
|
/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/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/support/v4/java/android/support/v4/view/ |
D | PagerTabStrip.java | 151 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 260 final int bottom = height; in onDraw() local 278 int bottom = getHeight(); in updateTextPositions() local
|
/frameworks/native/include/android/ |
D | rect.h | 34 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()
|
/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/support/renderscript/v8/rs_support/ |
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/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/core/java/android/widget/ |
D | CheckedTextView.java | 176 protected void internalSetPadding(int left, int top, int right, int bottom) { in internalSetPadding() 235 final int bottom = top + height; in onDraw() local
|
/frameworks/base/core/java/android/view/ |
D | GLES20Canvas.java | 174 int left, int top, int right, int bottom); in nUpdateRenderLayer() 244 private static native int nPrepareDirty(int renderer, int left, int top, int right, int bottom, in nPrepareDirty() 451 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 456 float right, float bottom, int op); in nClipRect() 459 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { in clipRect() 464 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 468 private static native boolean nClipRect(int renderer, int left, int top, int right, int bottom, in nClipRect() 517 public boolean quickReject(float left, float top, float right, float bottom, EdgeType type) { in quickReject() 522 float right, float bottom, int edge); in nQuickReject() 626 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer() [all …]
|
D | DisplayList.java | 298 public abstract void setBottom(int bottom); in setBottom() 318 public abstract void setLeftTopRightBottom(int left, int top, int right, int bottom); in setLeftTopRightBottom()
|
D | GLES20DisplayList.java | 270 public void setBottom(int bottom) { in setBottom() 284 public void setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom() 308 int right, int bottom); in nSetLeftTopRightBottom() 310 private static native void nSetBottom(int displayList, int bottom); in nSetBottom()
|
/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/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathDestructionActivity.java | 59 float left, top, right, bottom; in getRandomPath() local
|
/frameworks/base/core/jni/android/graphics/ |
D | Region.cpp | 52 …ean Region_setRect(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom) { in Region_setRect() 71 …Region_op0(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom, int op) { in Region_op0() 106 …olean Region_quickContains(JNIEnv* env, jobject region, int left, int top, int right, int bottom) { in Region_quickContains() 110 …ean Region_quickRejectIIII(JNIEnv* env, jobject region, int left, int top, int right, int bottom) { in Region_quickRejectIIII()
|