/frameworks/base/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/graphics/java/android/graphics/ |
D | RectF.java | 34 public float left; field in RectF 54 public RectF(float left, float top, float right, float bottom) { in RectF() 172 public void set(float left, float top, float right, float bottom) { in set() 277 public boolean contains(float left, float top, float right, float bottom) { in contains() 319 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 392 public boolean intersects(float left, float top, float right, in intersects() 441 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() 235 public void set(int left, int top, int right, int bottom) { in set() 327 public boolean contains(int left, int top, int right, int bottom) { in contains() 369 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 442 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 472 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() 371 private static native boolean nativeSetRect(int native_dst, int left, in nativeSetRect() 379 private static native boolean nativeOp(int native_dst, int left, int top, 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/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 | 26 unsigned int left = 0; in main() local
|
/frameworks/base/libs/hwui/ |
D | OpenGLRenderer.cpp | 151 void OpenGLRenderer::prepareDirty(float left, float top, float right, float bottom, bool opaque) { in prepareDirty() 319 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 349 int OpenGLRenderer::saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() 411 bool OpenGLRenderer::createLayer(sp<Snapshot> snapshot, float left, float top, in createLayer() 836 void OpenGLRenderer::dirtyLayer(const float left, const float top, in dirtyLayer() 847 void OpenGLRenderer::dirtyLayer(const float left, const float top, in dirtyLayer() 971 bool OpenGLRenderer::quickReject(float left, float top, float right, float bottom) { in quickReject() 986 bool OpenGLRenderer::clipRect(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRect() 1120 void OpenGLRenderer::setupDrawModelViewTranslate(float left, float top, float right, float bottom, in setupDrawModelViewTranslate() 1136 void OpenGLRenderer::setupDrawModelView(float left, float top, float right, float bottom, in setupDrawModelView() [all …]
|
D | Snapshot.h | 170 void setClip(float left, float top, float right, float bottom) { in setClip() 190 void resetClip(float left, float top, float right, float bottom) { in resetClip()
|
D | Rect.h | 62 inline Rect(float left, float top, float right, float bottom): in Rect() 98 inline void set(float left, float top, float right, float bottom) { in set()
|
D | DisplayListRenderer.cpp | 733 float left = getFloat(); in replay() local 955 void DisplayListRenderer::prepareDirty(float left, float top, in prepareDirty() 1002 int DisplayListRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 1011 int DisplayListRenderer::saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() 1056 bool DisplayListRenderer::clipRect(float left, float top, float right, float bottom, in clipRect() 1081 void DisplayListRenderer::drawBitmap(SkBitmap* bitmap, float left, float top, in drawBitmap() 1125 float left, float top, float right, float bottom, SkPaint* paint) { in drawPatch() 1141 void DisplayListRenderer::drawRect(float left, float top, float right, float bottom, in drawRect() 1148 void DisplayListRenderer::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 1163 void DisplayListRenderer::drawOval(float left, float top, float right, float bottom, in drawOval() [all …]
|
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
D | From2iToMS_16x16.c | 33 LVM_INT32 temp1,left,right; in From2iToMS_16x16() 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/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/native/include/android/ |
D | rect.h | 29 int32_t left; member
|
/frameworks/base/core/java/android/text/style/ |
D | LineBackgroundSpan.java | 26 int left, int right, in drawBackground()
|
/frameworks/base/core/java/android/view/ |
D | GLES20Canvas.java | 258 private static native void nPrepareDirty(int renderer, int left, int top, int right, int bottom, in nPrepareDirty() 396 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 400 private static native boolean nClipRect(int renderer, float left, float top, in nClipRect() 404 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { in clipRect() 409 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 413 private static native boolean nClipRect(int renderer, int left, int top, int right, int bottom, in nClipRect() 456 public boolean quickReject(float left, float top, float right, float bottom, EdgeType type) { in quickReject() 460 private static native boolean nQuickReject(int renderer, float left, float top, in nQuickReject() 558 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer() 570 private static native int nSaveLayer(int renderer, float left, float top, in nSaveLayer() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ExpandedView.java | 44 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
D | TrackingView.java | 39 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/frameworks/base/include/private/ui/ |
D | RegionHelper.h | 81 TYPE left, right; in operator() local 246 inline int next(TYPE& left, TYPE& right) in next() 262 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/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ThinPatchesActivity.java | 77 final int left = (getWidth() - width) / 2; in onDraw() local
|
/frameworks/base/libs/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/opengl/java/android/opengl/ |
D | GLU.java | 92 public static void gluOrtho2D(GL10 gl, float left, float right, in gluOrtho2D() 115 float left = bottom * aspect; in gluPerspective() local
|
/frameworks/media/libvideoeditor/osal/src/ |
D | M4OSA_Semaphore.c | 133 struct timespec left; in M4OSA_semaphoreWait() local
|