/external/skia/gm/ |
glyph_pos_align.cpp | 46 SkScalar posX[kMaxStringLength]; 63 posX[i] = x + originX * widths[i]; 64 pos[i].set(posX[i], i ? pos[i - 1].y() + 3 : y + kTextHeight); 68 canvas->drawPosTextH(text, length, posX, y, paint);
|
texteffects.cpp | 328 SkScalar posX = textPt.fX; 330 pos[index].fX = posX; 331 posX += widths[index]; 340 SkScalar end = posX; 369 SkScalar posX = textPt.fX; 371 posX += widths[0]; 373 pos[index].fX = posX; 374 posX += widths[index]; 383 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...] |
/external/vulkan-validation-layers/tests/ |
layer_validation_tests.cpp | 57 float posX, posY, posZ, posW; // Position data 351 data.position[i][0] = tri_data[i].posX; [all...] |
/external/vulkan-validation-layers/demos/ |
cube.c | 142 float posX, posY, posZ, posW; // Position data 148 float posX, posY, posZ, posW; // Position data [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowStateAnimator.java | [all...] |
/external/zxing/core/ |
core.jar | |