Searched refs:newX (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Canvas_accessTopLayerPixels_b.cpp | 28 int newX = (x - v / 2) * 2 + v / 2; in REG_FIDDLE() local 29 if (newX < 0 || newX >= v) { in REG_FIDDLE() 33 access[newY * rowWords + newX] = SK_ColorGRAY; in REG_FIDDLE()
|
/third_party/skia/third_party/externals/angle2/samples/WindowTest/ |
H A D | WindowTest.cpp | 46 int newX = x; in main() local 62 newX = x - 20; in main() 65 newX = x + 20; in main() 107 if (newX != x || newY != y) in main() 109 x = newX; in main()
|
/third_party/skia/src/core/ |
H A D | SkScan_Path.cpp | 140 SkFixed newX; in walk_edges() local 145 newX = currE->fX; in walk_edges() 152 newX = currE->fX; in walk_edges() 159 newX = currE->fX + currE->fDX; in walk_edges() 160 currE->fX = newX; in walk_edges() 162 if (newX < prevX) { // ripple currE backwards until it is x-sorted in walk_edges() 165 prevX = newX; in walk_edges()
|
H A D | SkScan_AAAPath.cpp | 1741 SkFixed newX; 1766 newX = currE->fX; 1768 if (newX < prevX) { // ripple currE backwards until it is x-sorted 1785 prevX = newX;
|
/third_party/skia/include/core/ |
H A D | SkRect.h | 390 /** Offsets SkIRect so that fLeft equals newX, and fTop equals newY. width and height 393 @param newX stored in fLeft, preserving width() 396 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() 397 fRight = Sk64_pin_to_s32((int64_t)fRight + newX - fLeft); in offsetTo() 399 fLeft = newX; in offsetTo() 1047 /** Offsets SkRect so that fLeft equals newX, and fTop equals newY. width and height 1050 @param newX stored in fLeft, preserving width() 1053 void offsetTo(SkScalar newX, SkScalar newY) { 1054 fRight += newX - fLeft; 1056 fLeft = newX; [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglResizeTests.cpp | 287 const int newX = xCorner == 0 ? 0 : newWidth - minWidth; in compareCorners() local 296 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight); in compareCorners()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 1176 const deInt32 newX = computeBinaryAtomicOperationResult(m_params.atomicOperation, oldX, atomicArg); in calculateAtomicRef() local 1178 reference.setPixel(tcu::IVec4(newX, 0, 0, 0), x, y); in calculateAtomicRef()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 1140 const deInt32 newX = computeBinaryAtomicOperationResult(m_params.atomicOperation, oldX, atomicArg); in calculateAtomicRef() local 1142 reference.setPixel(tcu::IVec4(newX, 0, 0, 0), x, y); in calculateAtomicRef()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 36 milliseconds