Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 199) sorted by relevance

12345678

/frameworks/base/graphics/java/android/graphics/
DInsets.java33 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()
DRectF.java36 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()
DRect.java36 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()
DRegion.java76 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/
DSorter.java15 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/
DSnapshot.cpp98 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()
DRect.h35 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()
DDisplayListRenderer.cpp125 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()
DOpenGLRenderer.cpp183 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/
DM4OSA_OptionID.h50 #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/
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/rs/driver/linkloader/tests/images/
Dsimple-test.c27 unsigned int right = 99; in main() local
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DFrom2iToMS_16x16.c33 LVM_INT32 temp1,left,right; in From2iToMS_16x16() local
/frameworks/base/policy/src/com/android/internal/policy/impl/
DRecentApplicationsBackground.java61 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/
DIMagnificationCallbacks.aidl26 void onRectangleOnScreenRequested(int left, int top, int right, int bottom); in onRectangleOnScreenRequested()
DGLES20Canvas.java182 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/
DPagerTabStrip.java151 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/
Drect.h33 int32_t right; member
/frameworks/base/core/java/android/text/style/
DLineBackgroundSpan.java26 int left, int right, in drawBackground()
/frameworks/native/include/private/ui/
DRegionHelper.h81 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/
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/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()
298 float right = top * aspect; in loadPerspective() local
/frameworks/base/core/java/android/widget/
DCheckedTextView.java176 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/
DGLU.java92 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/
DPathDestructionActivity.java59 float left, top, right, bottom; in getRandomPath() local

12345678