Searched refs:newX (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/samples/WindowTest/ |
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/docs/examples/ |
D | Canvas_accessTopLayerPixels_b.cpp | 28 int newX = (x - v / 2) * 2 + v / 2; in draw() local 29 if (newX < 0 || newX >= v) { in draw() 33 access[newY * rowWords + newX] = SK_ColorGRAY; in draw()
|
/third_party/skia/src/core/ |
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()
|
D | SkScan_AAAPath.cpp | 1741 SkFixed newX; in aaa_walk_edges() local 1766 newX = currE->fX; in aaa_walk_edges() 1768 if (newX < prevX) { // ripple currE backwards until it is x-sorted in aaa_walk_edges() 1785 prevX = newX; in aaa_walk_edges()
|
/third_party/skia/include/core/ |
D | SkRect.h | 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() 1053 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() 1054 fRight += newX - fLeft; in offsetTo() 1056 fLeft = newX; in offsetTo()
|
/third_party/vk-gl-cts/modules/egl/ |
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_no_buildgn/vulkan/protected_memory/ |
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/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
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/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1137 void offsetTo(int32_t newX, int32_t newY); 3566 void offsetTo(SkScalar newX, SkScalar newY);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 77212 CheckedInt<int32_t> newX = std::min(this->x, aRect.x); in SafeUnionEdges() local 77216 CheckedInt<int32_t> newW = newXMost - newX; in SafeUnionEdges() 77221 return Some(Self(newX.value(), newY.value(), newW.value(), newH.value())); in SafeUnionEdges()
|