/frameworks/base/graphics/java/android/graphics/ |
D | Insets.java | 31 public final int left; 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 | 34 public float left; 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 | 34 public int left; 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() 411 private static native boolean nativeSetRect(int native_dst, int left, in nativeSetRect() 419 private static native boolean nativeOp(int native_dst, int left, int top, in nativeOp()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_intra_prediction.c | 540 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum) in h264bsdGetNeighbourPels() 623 u8 *above, u8 *left, u32 constrainedIntraPred) in h264bsdIntra16x16Prediction() 698 u8 *left, u32 constrainedIntraPred) in h264bsdIntra4x4Prediction() 841 u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred) in h264bsdIntraChromaPrediction() 1026 void Intra16x16HorizontalPrediction(u8 *data, u8 *left) in Intra16x16HorizontalPrediction() 1057 void Intra16x16DcPrediction(u8 *data, u8 *above, u8 *left, u32 availableA, in Intra16x16DcPrediction() 1108 void Intra16x16PlanePrediction(u8 *data, u8 *above, u8 *left) in Intra16x16PlanePrediction() 1155 void IntraChromaDcPrediction(u8 *data, u8 *above, u8 *left, u32 availableA, in IntraChromaDcPrediction() 1253 void IntraChromaHorizontalPrediction(u8 *data, u8 *left) in IntraChromaHorizontalPrediction() 1323 void IntraChromaPlanePrediction(u8 *data, u8 *above, u8 *left) in IntraChromaPlanePrediction() [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/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 | DisplayListRenderer.cpp | 124 status_t DisplayListRenderer::prepareDirty(float left, float top, 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() 256 status_t DisplayListRenderer::drawBitmap(SkBitmap* bitmap, float left, float top, SkPaint* paint) { in drawBitmap() 294 status_t DisplayListRenderer::drawBitmapData(SkBitmap* bitmap, float left, float top, in drawBitmapData() 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 | 182 void OpenGLRenderer::setupFrameState(float left, float top, in setupFrameState() 223 status_t OpenGLRenderer::prepareDirty(float left, float top, 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() 1253 void OpenGLRenderer::dirtyLayer(const float left, const float top, in dirtyLayer() 1262 void OpenGLRenderer::dirtyLayer(const float left, const float top, in dirtyLayer() 1511 bool OpenGLRenderer::quickRejectNoScissor(float left, float top, float right, float bottom) { in quickRejectNoScissor() [all …]
|
D | PathCache.cpp | 91 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computePathBounds() 97 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computeBounds() 129 float left, float top, float offset, uint32_t width, uint32_t height) { in drawPath() 140 static PathTexture* createTexture(float left, float top, float offset, in createTexture() 252 float left, top, offset; in addTexture() local 327 float left, top, offset; in onProcess() local
|
/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 | 26 unsigned int left = 0; in main() local
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | FocusAfterRemoval.java | 38 final LinearLayout left = (LinearLayout) findViewById(R.id.leftLayout); in onCreate() 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() 442 private static native boolean nClipRect(int renderer, float left, float top, 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() 455 private static native boolean nClipRect(int renderer, int left, int top, in nClipRect() 500 public boolean quickReject(float left, float top, float right, float bottom, EdgeType type) { in quickReject() 504 private static native boolean nQuickReject(int renderer, float left, float top, 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() 261 final int left = mCurrText.getLeft() - mTabPadding; in onDraw() local 279 int left = mCurrText.getLeft() - mTabPadding; in updateTextPositions() local
|
/frameworks/native/include/android/ |
D | rect.h | 31 int32_t left; 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/base/core/java/android/widget/ |
D | FastScroller.java | 222 final int left; in setState() local 344 int left = 0; in draw() local 359 final int left = thumbBounds.left; in draw() local 375 int left = 0; in draw() local 416 final int left, right, top, bottom; in draw() 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() 297 float left = bottom * aspect; in loadPerspective() local
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ThinPatchesActivity.java | 78 final int left = (getWidth() - width) / 2; in onDraw() local
|