/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 | 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() 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() 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 | 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 | 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/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/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/compile/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/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/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() 298 float right = top * aspect; 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() 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/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 …]
|
/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
|
/frameworks/base/core/java/android/util/ |
D | DayOfMonthCursor.java | 165 public boolean right() { in right() method in DayOfMonthCursor
|