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

  /external/skia/gm/
glyph_pos_align.cpp 42 SkScalar posX[kMaxStringLength];
59 posX[i] = x + originX * widths[i];
60 pos[i].set(posX[i], i ? pos[i - 1].y() + 3 : y + kTextHeight);
64 canvas->drawPosTextH(text, length, posX, y, paint);
texteffects.cpp 295 SkScalar posX = textPt.fX;
297 pos[index].fX = posX;
298 posX += widths[index];
307 SkScalar end = posX;
444 SkScalar posX = textPt.fX;
446 posX += widths[0];
448 pos[index].fX = posX;
449 posX += widths[index];
458 SkScalar end = posX;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationByteBufferTest.java 62 int posX = r.nextInt(dimX);
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 117 const size_t posX = (size_t(index) * 2) + 0;
120 if (posX >= offset && posX < offset+size)
121 coords[posX - offset] = ((i % 2) == 0 ? extend2BitsToByte(0x0u) : extend2BitsToByte(0x3u));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 260 float posX = e.getX();
261 if (posX < margin) {
262 posX = margin;
268 if (posX > getWidth() - margin) {
269 posX = getWidth() - margin;
274 posX = (posX - margin) / (getWidth() - 2 * margin);
302 pick = pickControlPoint(posX, posY);
304 mCurrentControlPoint = new ControlPoint(posX, posY);
313 if (spline.isPointContained(posX, pick))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 326 int posX = getLogicalPositionX(event.x);
332 if (posX < 0) {
333 posX = 0;
335 if (posX >= width) {
336 posX = width - 1;
365 for (; x != posX; x += (x > posX) ? -1 : 1) {
369 mCursorPoint.x = posX;
376 if (posX >= 0 && posY >= 0
377 && posX <= mNinePatchedImage.getWidth(
    [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
427 data.position[i][0] = tri_data[i].posX;
    [all...]
  /external/zxing/core/
core.jar 

Completed in 1531 milliseconds