HomeSort by relevance Sort by last modified time
    Searched defs:yOff (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/skia/tests/
DrawTextTest.cpp 36 const int yOff = itest.fTop - iref.fTop;
45 int refY = y + yOff;
FontHostStreamTest.cpp 41 const int yOff = itest.fTop - iref.fTop;
50 int refY = y + yOff;
BlurTest.cpp 75 const int yOff = itest.fTop - iref.fTop;
84 int refY = y + yOff;
  /external/skia/tests/
DrawTextTest.cpp 36 const int yOff = itest.fTop - iref.fTop;
45 int refY = y + yOff;
FontHostStreamTest.cpp 40 const int yOff = itest.fTop - iref.fTop;
49 int refY = y + yOff;
BlurTest.cpp 75 const int yOff = itest.fTop - iref.fTop;
84 int refY = y + yOff;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 155 LayoutUnit yOff = (legend->y() > 0) ? LayoutUnit() : (legend->height() - borderTop()) / 2;
156 paintRect.setHeight(paintRect.height() - yOff);
157 paintRect.setY(paintRect.y() + yOff);
208 LayoutUnit yOff = (legend->y() > 0) ? LayoutUnit() : (legend->height() - borderTop()) / 2;
209 paintRect.expand(0, -yOff);
210 paintRect.move(0, yOff);
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 1051 uint32_t xOff, yOff;
1053 CameraHal::getXYFromOffset(&xOff, &yOff, dispFrame.mOffset, PAGE_SIZE, mPixelFormat);
1056 if ((mXOff != xOff) || (mYOff != yOff)) {
1058 dispFrame.mOffset, xOff, yOff ,
1059 xOff + mPreviewWidth, yOff + mPreviewHeight);
1063 mANativeWindow->set_crop(mANativeWindow, xOff, yOff,
1064 xOff + mPreviewWidth, yOff + mPreviewHeight);
1068 mYOff = yOff;
    [all...]
AppCallbackNotifier.cpp 505 uint32_t yOff = offset / stride;
506 uint8_t *bufferSrcUV = ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff);
557 uint32_t yOff = offset / stride;
570 bufferSrc_UV = ( uint16_t * ) ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff);
    [all...]
  /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...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 286 final int yOff = 21;
294 mPopupWindow.showAtLocation(upperAnchor, Gravity.NO_GRAVITY, xOff, yOff);
305 assertEquals(popupContentViewInWindowXY[1] + yOff, popupContentViewOnScreenXY[1]);
321 final int yOff = 12;
325 mPopupWindow.showAsDropDown(upperAnchor, xOff, yOff);
333 assertEquals(anchorXY[1] + height + yOff + viewInWindowXY[1], viewOnScreenXY[1]);
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 499 const GLint yOff = rnd.getInt(0, height - maxHeight);
501 return Rectangle(xOff, yOff, width, height);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp     [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 2318 milliseconds