/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/ |
rsCppStructs.h | 328 void validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h); 329 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, 400 * @param[in] yoff Y offset of region to update in this Allocation 405 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 412 * @param[in] yoff Y offset of region to copy from this Allocation 417 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 423 * @param[in] yoff Y offset of region to update in this Allocation 430 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 436 * @param[in] yoff Y offset of region to update in this Allocation 442 void copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/ |
rsCppStructs.h | 328 void validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h); 329 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, 400 * @param[in] yoff Y offset of region to update in this Allocation 405 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 412 * @param[in] yoff Y offset of region to copy from this Allocation 417 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 423 * @param[in] yoff Y offset of region to update in this Allocation 430 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 436 * @param[in] yoff Y offset of region to update in this Allocation 442 void copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/ |
rsCppStructs.h | 328 void validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h); 329 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, 400 * @param[in] yoff Y offset of region to update in this Allocation 405 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 412 * @param[in] yoff Y offset of region to copy from this Allocation 417 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 423 * @param[in] yoff Y offset of region to update in this Allocation 430 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 436 * @param[in] yoff Y offset of region to update in this Allocation 442 void copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 466 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes); 467 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) { 469 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); 493 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, 496 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, 500 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding); 503 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b); 504 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { 506 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b); 528 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |
/frameworks/rs/ |
rs_hal.h | 219 uint32_t xoff, uint32_t yoff, uint32_t lod, 223 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, 231 uint32_t xoff, uint32_t yoff, uint32_t lod, 235 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
|
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/external/libvpx/libvpx/test/ |
variance_test.cc | 55 int l2w, int l2h, int xoff, int yoff, 69 const int r = a + (((b - a) * yoff + 8) >> 4); 171 int xoff, int yoff, 185 const int r = a + (((b - a) * yoff + 8) >> 4);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
variance_test.cc | 55 int l2w, int l2h, int xoff, int yoff, 69 const int r = a + (((b - a) * yoff + 8) >> 4); 169 int xoff, int yoff, 183 const int r = a + (((b - a) * yoff + 8) >> 4);
|
/frameworks/minikin/libs/minikin/ |
Layout.cpp | 798 float yoff = -HBFixedToFloat(positions[i].y_offset); local 799 xoff += yoff * ctx->paint.skewX; 800 LayoutGlyph glyph = {font_ix, glyph_ix, x + xoff, y + yoff}; 808 glyphBounds.offset(x + xoff, y + yoff); [all...] |
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 100 static OMX_ERRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff, int yoff); [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |
/frameworks/base/core/java/android/view/ |
ViewRootImpl.java | [all...] |
/prebuilts/sdk/current/support/v7/appcompat/libs/ |
android-support-v7-appcompat.jar | |
/prebuilts/sdk/20/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/current/support/v13/ |
android-support-v13.jar | |
/prebuilts/sdk/current/support/v4/ |
android-support-v4.jar | |
/external/robolectric/lib/main/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/21/ |
android.jar | |
/prebuilts/sdk/22/ |
android.jar | |
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/ |
xhtmlrenderer-R8rc1.jar | |