Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 186) sorted by relevance

12345678

/frameworks/base/graphics/java/android/graphics/
DInsets.java32 public final int top; 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()
DRectF.java35 public float top; 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()
418 public boolean intersects(float left, float top, float right, in intersects()
467 public void union(float left, float top, float right, float bottom) { in union()
DRect.java35 public int top; 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()
DRegion.java69 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()
183 public native boolean quickContains(int left, int top, int right, 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()
379 private static native boolean nativeOp(int native_dst, int left, int top, in nativeOp()
/frameworks/base/libs/hwui/
DSnapshot.cpp109 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()
DPathCache.cpp30 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computePathBounds()
36 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computeBounds()
99 float left, top, offset; in get() local
DOpenGLRenderer.cpp172 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()
1071 int32_t top = rects[0].top; in drawRegionRects() local
1086 void OpenGLRenderer::dirtyLayer(const float left, const float top, in dirtyLayer()
1095 void OpenGLRenderer::dirtyLayer(const float left, const float top, 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()
[all …]
DRect.h34 float top; 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()
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
DRunData.java31 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/policy/src/com/android/internal/policy/impl/
DRecentApplicationsBackground.java61 protected boolean setFrame(int left, int top, int right, int bottom) { in setFrame()
101 final int top = chld.top - bkg.top; in draw() local
/frameworks/base/core/java/android/view/
DDisplayList.java282 public abstract void setTop(int top); in setTop()
308 public abstract void setLeftTop(int left, int top); in setLeftTop()
318 public abstract void setLeftTopRightBottom(int left, int top, int right, int bottom); in setLeftTopRightBottom()
DGLES20DisplayList.java256 public void setTop(int top) { in setTop()
277 public void setLeftTop(int left, int top) { in setLeftTop()
284 public void setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom()
307 private static native void nSetLeftTopRightBottom(int displayList, int left, int top, in nSetLeftTopRightBottom()
309 private static native void nSetLeftTop(int displayList, int left, int top); in nSetLeftTop()
312 private static native void nSetTop(int displayList, int top); in nSetTop()
DGLES20Canvas.java174 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()
455 private static native boolean nClipRect(int renderer, float left, float top, 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()
521 private static native boolean nQuickReject(int renderer, float left, float top, in nQuickReject()
626 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer()
[all …]
/frameworks/support/v4/java/android/support/v4/view/
DPagerTabStrip.java151 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
263 final int top = bottom - mIndicatorHeight; in onDraw() local
281 int top = bottom - mIndicatorHeight; in updateTextPositions() local
/frameworks/native/include/android/
Drect.h32 int32_t top; member
/frameworks/base/core/java/android/text/style/
DLineBackgroundSpan.java27 int top, int baseline, int bottom, in drawBackground()
DLeadingMarginSpan.java66 int top, int baseline, int bottom, in drawLeadingMargin()
139 int top, int baseline, int bottom, in drawLeadingMargin()
DReplacementSpan.java30 int top, int y, int bottom, Paint paint); in draw()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardLinearLayout.java42 int top = indexOfChild(child); in setTopChild() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java182 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/
DrsMatrix4x4.cpp272 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()
295 float top = near * tan((float) (fovy * M_PI / 360.0f)); in loadPerspective() local
/frameworks/rs/
DrsMatrix4x4.cpp272 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()
295 float top = near * tan((float) (fovy * M_PI / 360.0f)); in loadPerspective() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DThinPatchesActivity.java79 final int top = (getHeight() - height) / 2; in onDraw() local
/frameworks/base/core/java/android/widget/
DCheckedTextView.java176 protected void internalSetPadding(int left, int top, int right, int bottom) { in internalSetPadding()
234 final int top = y; in onDraw() local
/frameworks/base/opengl/java/android/opengl/
DGLU.java93 float bottom, float top) { in gluOrtho2D()
113 float top = zNear * (float) Math.tan(fovy * (Math.PI / 360.0)); in gluPerspective() local

12345678