/frameworks/base/graphics/java/android/graphics/ |
D | Insets.java | 33 public final int right; 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 | 36 public float right; 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()
|
D | Rect.java | 36 public int right; 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 | 76 public Region(int left, int top, int right, int bottom) { in Region() 102 public boolean set(int left, int top, int right, int bottom) { in set() 191 public native boolean quickContains(int left, int top, int right, in quickContains() 208 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 267 public boolean op(int left, int top, int right, int bottom, Op op) { in op() 412 int top, int right, int bottom); in nativeSetRect() 420 int right, int bottom, int op); in nativeOp()
|
/frameworks/base/test-runner/src/junit/runner/ |
D | Sorter.java | 15 public void swap(Vector values, int left, int right); in swap() 18 public static void sortStrings(Vector values , int left, int right, Swapper swapper) { in sortStrings()
|
/frameworks/base/libs/hwui/ |
D | Snapshot.cpp | 98 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRegionOp() 114 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { in clip() 156 void Snapshot::setClip(float left, float top, float right, float bottom) { in setClip() 178 void Snapshot::resetClip(float left, float top, float right, float bottom) { in resetClip()
|
D | Rect.h | 35 float right; 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 | DisplayListRenderer.cpp | 125 float right, float bottom, bool opaque) { in prepareDirty() 178 int DisplayListRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 219 bool DisplayListRenderer::clipRect(float left, float top, float right, float bottom, in clipRect() 318 int8_t numColors, float left, float top, float right, float bottom, SkPaint* paint) { in drawPatch() 338 status_t DisplayListRenderer::drawRect(float left, float top, float right, float bottom, in drawRect() 345 status_t DisplayListRenderer::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 358 status_t DisplayListRenderer::drawOval(float left, float top, float right, float bottom, in drawOval() 365 status_t DisplayListRenderer::drawArc(float left, float top, float right, float bottom, in drawArc()
|
D | OpenGLRenderer.cpp | 183 float right, float bottom, bool opaque) { in setupFrameState() 224 float right, float bottom, bool opaque) { in prepareDirty() 241 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { in discardFramebuffer() 255 status_t OpenGLRenderer::clear(float left, float top, float right, float bottom, bool opaque) { in clear() 709 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 765 int OpenGLRenderer::saveLayerDeferred(float left, float top, float right, float bottom, in saveLayerDeferred() 841 bool OpenGLRenderer::createLayer(float left, float top, float right, float bottom, in createLayer() 1254 const float right, const float bottom, const mat4 transform) { in dirtyLayer() 1263 const float right, const float bottom) { in dirtyLayer() 1511 bool OpenGLRenderer::quickRejectNoScissor(float left, float top, float right, float bottom) { in quickRejectNoScissor() [all …]
|
/frameworks/av/libvideoeditor/osal/inc/ |
D | M4OSA_OptionID.h | 50 #define M4OSA_OPTION_ID_CREATE(right, coreID, errorID)\ argument 55 #define M4OSA_OPTION_ID_SPLIT(optionID, right, coreID, errorID)\ argument
|
/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/rs/driver/linkloader/tests/images/ |
D | simple-test.c | 27 unsigned int right = 99; in main() local
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | From2iToMS_16x16.c | 33 LVM_INT32 temp1,left,right; in From2iToMS_16x16() 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() 106 int left, right; in draw() local
|
/frameworks/base/core/java/android/view/ |
D | IMagnificationCallbacks.aidl | 26 void onRectangleOnScreenRequested(int left, int top, int right, int bottom); in onRectangleOnScreenRequested()
|
D | GLES20Canvas.java | 182 int left, int top, int right, int bottom); in nUpdateRenderLayer() 252 private static native int nPrepareDirty(int renderer, int left, int top, int right, int bottom, in nPrepareDirty() 438 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 443 float right, float bottom, int op); in nClipRect() 446 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { in clipRect() 451 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 456 int right, int bottom, int op); in nClipRect() 500 public boolean quickReject(float left, float top, float right, float bottom, EdgeType type) { in quickReject() 505 float right, float bottom); in nQuickReject() 609 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer() [all …]
|
/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() 262 final int right = mCurrText.getRight() + mTabPadding; in onDraw() local 280 int right = mCurrText.getRight() + mTabPadding; in updateTextPositions() local
|
/frameworks/native/include/android/ |
D | rect.h | 33 int32_t right; member
|
/frameworks/base/core/java/android/text/style/ |
D | LineBackgroundSpan.java | 26 int left, int right, in drawBackground()
|
/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 81 TYPE left, right; in operator() local 263 inline int next(TYPE& left, TYPE& right) in next() 279 void advance(region& reg, TYPE& left, TYPE& right) { in advance()
|
/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/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() 298 float right = top * aspect; 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() 237 final int right; in onDraw() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 92 public static void gluOrtho2D(GL10 gl, float left, float right, in gluOrtho2D() 116 float right = top * aspect; in gluPerspective() local
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathDestructionActivity.java | 59 float left, top, right, bottom; in getRandomPath() local
|