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

  /external/skia/gm/
imageresizetiled.cpp 43 int posY = 0;
45 posY += 100;
47 SkIntToScalar(posY), textPaint);
imageblurtiled.cpp 53 int posY = 0;
55 posY += 100;
57 SkIntToScalar(posY), textPaint);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationByteBufferTest.java 63 int posY = r.nextInt(dimY);
64 byte byteInData = data[(posY * dimX + posX) * vecWidth * byteSize];
65 byte byteInBuffer = bb.get(posY * stride + posX * vecWidth * byteSize);
  /prebuilts/misc/windows/sdl2/test/
testautomation_mouse.c 420 int posX = 100, posY = 100, width = MOUSE_TESTWINDOW_WIDTH, height = MOUSE_TESTWINDOW_HEIGHT;
422 window = SDL_CreateWindow("mouse_createMouseSuiteTestWindow", posX, posY, width, height, 0);
testautomation_render.c 45 int posX = 100, posY = 100, width = 320, height = 240;
47 window = SDL_CreateWindow("render_testCreateRenderer", posX, posY, width, height, 0);
    [all...]
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 118 const size_t posY = (size_t(index) * 2) + 1;
123 if (posY >= offset && posY < offset+size)
124 coords[posY - offset] = ((i / 2) == 1 ? extend2BitsToByte(0x3u) : extend2BitsToByte(0x0u));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 264 float posY = e.getY();
265 if (posY < margin) {
266 posY = margin;
271 if (posY > getHeight() - margin) {
272 posY = getHeight() - margin;
275 posY = (posY - margin) / (getHeight() - 2 * margin);
302 pick = pickControlPoint(posX, posY);
304 mCurrentControlPoint = new ControlPoint(posX, posY);
314 spline.movePoint(pick, posX, posY);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 327 int posY = getLogicalPositionY(event.y);
338 if (posY < 0) {
339 posY = 0;
341 if (posY >= height) {
342 posY = height - 1;
359 for (; y != posY; y += (y > posY) ? -1 : 1) {
370 mCursorPoint.y = posY;
376 if (posX >= 0 && posY >= 0
378 && posY <= mNinePatchedImage.getHeight())
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java     [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 58 float posX, posY, posZ, posW; // Position data
428 data.position[i][1] = tri_data[i].posY;
    [all...]
  /external/zxing/core/
core.jar 

Completed in 472 milliseconds