HomeSort by relevance Sort by last modified time
    Searched full:yoff (Results 26 - 50 of 53) sorted by null

12 3

  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 659 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face,
663 LOG_API("nAllocation2DData_s, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yoff, w, h, len);
665 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0);
670 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face,
674 LOG_API("nAllocation2DData_b, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yoff, w, h, len);
676 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0);
681 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face,
685 LOG_API("nAllocation2DData_i, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yoff, w, h, len)
    [all...]
  /external/skia/gm/
megalooper.cpp 164 SkLayerDrawLooper* create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) {
172 info.fOffset.set(xOff, yOff);
209 SkLayerDrawLooper* create4Looper(SkScalar xOff, SkScalar yOff) {
222 info.fOffset.set(xOff+gBlurOffsets[i].fX, yOff+gBlurOffsets[i].fY);
  /frameworks/rs/
rs_hal.h 171 uint32_t xoff, uint32_t yoff, uint32_t lod,
175 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
183 uint32_t xoff, uint32_t yoff, uint32_t lod,
187 uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
rs.spec 152 param uint32_t yoff
164 param uint32_t yoff
194 param uint32_t yoff
rsAdapter.h 79 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
  /external/jdiff/src/jdiff/
DiffMyers.java 109 private int diag (int xoff, int xlim, int yoff, int ylim)
116 final int dmax = xlim - yoff; // Maximum valid diagonal.
117 final int fmid = xoff - yoff; // Center diagonal of top-down search.
184 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) {
217 && fd[fdiagoff + d] - d - yoff > 20)
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) {
290 while (xoff < xlim && yoff < ylim && xvec[xoff] == yvec[yoff]) {
291 ++xoff; ++yoff;
294 while (xlim > xoff && ylim > yoff && xvec[xlim - 1] == yvec[ylim - 1])
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestAttachDriver.java 156 float yOff = 0.5f;
167 vehicle.addWheel(node1, new Vector3f(-xOff, yOff, zOff),
175 vehicle.addWheel(node2, new Vector3f(xOff, yOff, zOff),
183 vehicle.addWheel(node3, new Vector3f(-xOff, yOff, -zOff),
191 vehicle.addWheel(node4, new Vector3f(xOff, yOff, -zOff),
  /frameworks/base/core/java/android/widget/
PopupWindow.java 880 * @param yoff A vertical offset from the anchor in pixels
884 public void showAsDropDown(View anchor, int xoff, int yoff) {
885 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY);
900 * @param yoff A vertical offset from the anchor in pixels
905 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) {
910 registerForScrollChanged(anchor, xoff, yoff, gravity);
918 updateAboveAnchor(findDropDownPosition(anchor, p, xoff, yoff, gravity));
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 140 set yoff [expr {10.0 - $ymin*$yscale}]
147 set y1 [expr {$y1*$yscale + $yoff}]
148 set y2 [expr {$y2*$yscale + $yoff}]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 1061 uint32_t yOff = (dispFrame.mOffset / PAGE_SIZE);
1064 if((mXOff!=xOff) || (mYOff!=yOff))
1066 CAMHAL_LOGDB("Offset %d xOff = %d, yOff = %d", dispFrame.mOffset, xOff, yOff);
1087 xOff/bytesPerPixel, yOff , (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
1090 mANativeWindow->set_crop(mANativeWindow, xOff/bytesPerPixel, yOff,
1091 (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
1095 mYOff = yOff;
    [all...]
AppCallbackNotifier.cpp 493 uint32_t yOff = offset / stride;
494 uint8_t *bufferSrcUV = ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff);
545 uint32_t yOff = offset / stride;
558 bufferSrc_UV = ( uint16_t * ) ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff);
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 323 void validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h);
324 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff,
395 * @param[in] yoff Y offset of region to update in this Allocation
400 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
407 * @param[in] yoff Y offset of region to copy from this Allocation
412 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
418 * @param[in] yoff Y offset of region to update in this Allocation
425 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
431 * @param[in] yoff Y offset of region to update in this Allocation
437 void copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 281 final int yOff = 21;
289 mPopupWindow.showAtLocation(upperAnchor, Gravity.NO_GRAVITY, xOff, yOff);
300 assertEquals(viewInWindowXY[1] + yOff, viewOnScreenXY[1]);
316 final int yOff = 12;
320 mPopupWindow.showAsDropDown(upperAnchor, xOff, yOff);
328 assertEquals(anchorXY[1] + height + yOff + viewInWindowXY[1], viewOnScreenXY[1]);
  /external/libvpx/libvpx/test/
variance_test.cc 57 int l2w, int l2h, int xoff, int yoff,
71 const int r = a + (((b - a) * yoff + 8) >> 4);
171 int xoff, int yoff,
185 const int r = a + (((b - a) * yoff + 8) >> 4);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 231 deprintf(1, "[PS3] xres:%d yres:%d xoff:%d yoff:%d\n", res.xres, res.yres, res.xoff, res.yoff);
  /system/extras/tests/framebuffer/
fb_test.c 132 fprintf(stderr,"vi.yoff = %d\n", vi->yoffset);
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 1467 int yoff; local
2312 int yoff; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /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/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 58 // qDebug("baseInfo: %f/%f (%f/%f) off=%f/%f", baseInfo.x, baseInfo.y, baseInfo.width, baseInfo.height, baseInfo.xoff, baseInfo.yoff);
83 // qDebug("markInfo: %f/%f (%f/%f) off=%f/%f", markInfo.x, markInfo.y, markInfo.width, markInfo.height, markInfo.xoff, markInfo.yoff);
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 259 // qDebug("baseInfo: %f/%f (%f/%f) off=%f/%f", baseInfo.x, baseInfo.y, baseInfo.width, baseInfo.height, baseInfo.xoff, baseInfo.yoff);
283 // qDebug("markInfo: %f/%f (%f/%f) off=%f/%f", markInfo.x, markInfo.y, markInfo.width, markInfo.height, markInfo.xoff, markInfo.yoff);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.js     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 760 LOGE("%s: main image: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
783 LOGE("%s: thumbnail: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
    [all...]
QCameraHWI_Preview.cpp 337 LOGE("%s: main image: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 829 ALOGV("%s: main image: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
852 ALOGV("%s: thumbnail: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
    [all...]

Completed in 2174 milliseconds

12 3