Searched defs:xoff (Results 1 - 15 of 15) sorted by relevance

/frameworks/support/v4/kitkat/android/support/v4/widget/
H A DPopupWindowCompatKitKat.java28 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, argument
30 popup.showAsDropDown(anchor, xoff, yoff, gravity);
/frameworks/support/v4/java/android/support/v4/widget/
H A DPopupWindowCompat.java35 void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, int gravity); argument
47 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, argument
54 xoff -= (popup.getWidth() - anchor.getWidth());
56 popup.showAsDropDown(anchor, xoff, yoff);
100 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, argument
102 PopupWindowCompatKitKat.showAsDropDown(popup, anchor, xoff, yoff, gravity);
175 * @param xoff A horizontal offset from the anchor in pixels
179 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, argument
181 IMPL.showAsDropDown(popup, anchor, xoff, yoff, gravity);
/frameworks/rs/cpp/
H A DAllocation.cpp282 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { argument
286 if (((xoff + w) > mCurrentDimX) || ((yoff + h) > mCurrentDimY)) {
292 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, argument
294 validate2DRange(xoff, yoff, w, h);
299 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff,
305 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff,
312 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, argument
314 validate2DRange(xoff, yoff, w, h);
315 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), xoff, yoff,
321 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_ argument
341 copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, const void *data, size_t stride) argument
353 copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, void *data, size_t stride) argument
365 validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t h, uint32_t d) argument
376 copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t h, uint32_t d, const void* data) argument
396 copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t h, uint32_t d, sp<const Allocation> data, uint32_t dataXoff, uint32_t dataYoff, uint32_t dataZoff) argument
404 copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t h, uint32_t d, void* data) argument
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp351 int xoff = (xf16 >> 16) - 1; local
352 int xclip = rsMax(0, xoff) - xoff;
359 xoff += xclip;
364 yp0 + xoff, yp1 + xoff, yp2 + xoff, yp3 + xoff,
365 xclip, srcWidth - xoff + xclip,
418 int xoff local
485 int xoff = (xf16 >> 16) - 1; local
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1031 * @param xoff
1034 public void setFromFieldPacker(int xoff, FieldPacker fp) { argument
1045 copy1DRangeFromUnchecked(xoff, count, data);
1053 * @param xoff
1057 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { argument
1058 setFromFieldPacker(xoff, 0, 0, component_number, fp);
1065 * @param xoff
1071 public void setFromFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp) { argument
1076 if(xoff < 0) {
1096 mRS.nAllocationElementData(getIDSafe(), xoff, yof
1452 validate2DRange(int xoff, int yoff, int w, int h) argument
1469 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, Element.DataType dt, int arrayLen) argument
1524 copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) argument
1562 copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) argument
1595 copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) argument
1628 copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) argument
1661 copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) argument
1679 copy2DRangeFrom(int xoff, int yoff, int w, int h, Allocation data, int dataXoff, int dataYoff) argument
1703 copy2DRangeFrom(int xoff, int yoff, Bitmap data) argument
1722 validate3DRange(int xoff, int yoff, int zoff, int w, int h, int d) argument
1746 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, Object array, Element.DataType dt, int arrayLen) argument
1803 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) argument
1829 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument
2028 copyToFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp) argument
2388 copy2DRangeToUnchecked(int xoff, int yoff, int w, int h, Object array, Element.DataType dt, int arrayLen) argument
2442 copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) argument
2474 copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) argument
2506 copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) argument
2538 copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) argument
2570 copy2DRangeTo(int xoff, int yoff, int w, int h, float[] data) argument
2585 copy3DRangeToUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, Object array, Element.DataType dt, int arrayLen) argument
2641 copy3DRangeTo(int xoff, int yoff, int zoff, int w, int h, int d, Object array) argument
[all...]
H A DRenderScript.java543 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes); argument
544 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) { argument
546 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
569 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, argument
572 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, argument
576 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
579 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b); argument
580 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { argument
582 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
603 native void rsnAllocationData3D(long con, long id, int xoff, in argument
606 nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
628 rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
630 nAllocationElementRead(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
636 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
639 nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
646 rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
649 nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp92 uint32_t xoff, uint32_t yoff, uint32_t zoff,
98 ptr += xoff * alloc->mHal.state.elementSizeBytes;
104 uint32_t xoff, uint32_t yoff, uint32_t lod,
116 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr);
871 uint32_t xoff, uint32_t lod, size_t count,
876 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
891 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
903 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face);
933 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face);
948 Update2DTexture(rsc, alloc, data, xoff, yof
91 GetOffsetPtr(const android::renderscript::Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face) argument
103 Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h) argument
870 rsdAllocationData1D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t lod, size_t count, const void *data, size_t sizeBytes) argument
890 rsdAllocationData2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) argument
952 rsdAllocationData3D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) argument
991 rsdAllocationRead1D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t lod, size_t count, void *data, size_t sizeBytes) argument
1003 rsdAllocationRead2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) argument
1032 rsdAllocationRead3D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java992 * @param xoff
995 public void setFromFieldPacker(int xoff, FieldPacker fp) { argument
1006 copy1DRangeFromUnchecked(xoff, count, data);
1013 * @param xoff
1017 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { argument
1022 if(xoff < 0) {
1036 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
1045 * @param xoff
1052 public void setFromFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp) {
1057 if(xoff <
1427 validate2DRange(int xoff, int yoff, int w, int h) argument
1444 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, Element.DataType dt, int arrayLen) argument
1494 copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) argument
1527 copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) argument
1560 copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) argument
1593 copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) argument
1626 copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) argument
1644 copy2DRangeFrom(int xoff, int yoff, int w, int h, Allocation data, int dataXoff, int dataYoff) argument
1663 copy2DRangeFrom(int xoff, int yoff, Bitmap data) argument
1677 validate3DRange(int xoff, int yoff, int zoff, int w, int h, int d) argument
1701 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, Object array, Element.DataType dt, int arrayLen) argument
1753 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) argument
1774 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument
2286 copy2DRangeToUnchecked(int xoff, int yoff, int w, int h, Object array, Element.DataType dt, int arrayLen) argument
2335 copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) argument
2367 copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) argument
2399 copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) argument
2431 copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) argument
2463 copy2DRangeTo(int xoff, int yoff, int w, int h, float[] data) argument
[all...]
H A DRenderScript.java469 native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes); argument
470 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { argument
472 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
475 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
476 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
478 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
502 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, argument
505 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, argument
509 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
512 native void rsnAllocationData2D(long con, long id, int xoff, in argument
513 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
537 rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
540 nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
572 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
575 nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1187 * @param xoff A horizontal offset from the anchor in pixels
1192 public void showAsDropDown(View anchor, int xoff, int yoff) { argument
1193 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY);
1210 * @param xoff A horizontal offset from the anchor in pixels
1216 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { argument
1223 attachToAnchor(anchor, xoff, yoff, gravity);
1231 final boolean aboveAnchor = findDropDownPosition(anchor, p, xoff, yoff,
2125 * @param xoff x offset from the view's left edge
2130 public void update(View anchor, int xoff, int yoff, int width, int height) { argument
2131 update(anchor, true, xoff, yof
2134 update(View anchor, boolean updateLocation, int xoff, int yoff, int width, int height) argument
2208 attachToAnchor(View anchor, int xoff, int yoff, int gravity) argument
[all...]
/frameworks/minikin/libs/minikin/
H A DLayout.cpp832 float xoff = HBFixedToFloat(positions[i].x_offset); local
834 xoff += yoff * ctx->paint.skewX;
835 LayoutGlyph glyph = {font_ix, glyph_ix, x + xoff, y + yoff};
843 glyphBounds.offset(x + xoff, y + yoff);
/frameworks/rs/
H A DrsAllocation.cpp192 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t lod, argument
205 rsc->mHal.funcs.allocation.data1D(rsc, this, xoff, lod, count, data, sizeBytes);
209 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
211 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
215 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, argument
218 rsc->mHal.funcs.allocation.data3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
222 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t lod, argument
235 rsc->mHal.funcs.allocation.read1D(rsc, this, xoff, lod, count, data, sizeBytes);
238 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
253 rsc->mHal.funcs.allocation.read2D(rsc, this, xoff, yof
256 read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) argument
723 rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, uint32_t count, const void *data, size_t sizeBytes) argument
741 rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) argument
747 rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) argument
937 rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, uint32_t count, void *data, size_t sizeBytes) argument
949 rsi_Allocation2DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) argument
956 rsi_Allocation3DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) argument
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1173 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, argument
1177 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), xoff(%i), comp(%i), len(%i), "
1178 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, compIdx, len,
1181 dispatchTab.Allocation1DElementData((RsContext)con, (RsAllocation)alloc, xoff,
1189 jint xoff, jint yoff, jint zoff,
1193 LOG_API("nAllocationElementData, con(%p), alloc(%p), xoff(%i), yoff(%i), zoff(%i), comp(%i), len(%i), "
1194 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1198 xoff, yoff, zoff,
1206 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, argument
1212 LOG_API("nAllocation2DData, con(%p), adapter(%p), xoff(
1245 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1326 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1403 jint xoff, jint yoff, jint zoff,
1408 ALOGD("nAllocationElementData, con(%p), alloc(%p), xoff(%i), yoff(%i), zoff(%i), comp(%i), len(%i), "
1409 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1418 xoff, yoff, zoff,
1426 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, argument
1433 ALOGD("nAllocation2DData, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i) "
1434 "type(%i)", (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType);
1438 (RsContext)con, alloc, xoff, yoff, lod, face, w, h, ptr, sizeBytes, 0);
1471 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, argument
1477 ALOGD("nAllocation3DData, con(%p), alloc(%p), xoff(
1402 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1544 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1567 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1584 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, jint mSize, jboolean usePadding) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2838 private boolean drawSoftware(Surface surface, AttachInfo attachInfo, int xoff, int yoff, argument
2887 if (!canvas.isOpaque() || yoff != 0 || xoff != 0) {
2902 canvas.translate(-xoff, -yoff);

Completed in 385 milliseconds