Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 221) sorted by relevance

123456789

/frameworks/base/graphics/java/android/graphics/
DInsets.java31 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()
DRectF.java34 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()
DRect.java34 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()
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()
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/
Dh264bsd_intra_prediction.c540 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/
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()
DDisplayListRenderer.cpp124 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()
DOpenGLRenderer.cpp182 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 …]
DPathCache.cpp91 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/
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.c26 unsigned int left = 0; in main() local
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DFocusAfterRemoval.java38 final LinearLayout left = (LinearLayout) findViewById(R.id.leftLayout); in onCreate() 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()
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/
DPagerTabStrip.java151 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/
Drect.h31 int32_t left; 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/base/core/java/android/widget/
DFastScroller.java222 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/
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()
297 float left = bottom * aspect; in loadPerspective() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DThinPatchesActivity.java78 final int left = (getWidth() - width) / 2; in onDraw() local

123456789