Home
last modified time | relevance | path

Searched refs:newY (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/docs/examples/
H A DCanvas_accessTopLayerPixels_b.cpp23 int newY = (y - h / 2) * 2 + h / 2; in REG_FIDDLE() local
24 if (newY < 0 || newY >= h) { in REG_FIDDLE()
33 access[newY * rowWords + newX] = SK_ColorGRAY; in REG_FIDDLE()
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
H A DWindowTest.cpp47 int newY = y; in main() local
68 newY = y - 20; in main()
71 newY = y + 20; in main()
107 if (newX != x || newY != y) in main()
110 y = newY; in main()
/third_party/skia/include/core/
H A DSkRect.h390 /** Offsets SkIRect so that fLeft equals newX, and fTop equals newY. width and height
394 @param newY stored in fTop, preserving height()
396 void offsetTo(int32_t newX, int32_t newY) { in offsetTo()
398 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop); in offsetTo()
400 fTop = newY; in offsetTo()
1047 /** Offsets SkRect so that fLeft equals newX, and fTop equals newY. width and height
1051 @param newY stored in fTop, preserving height()
1053 void offsetTo(SkScalar newX, SkScalar newY) {
1055 fBottom += newY - fTop;
1057 fTop = newY;
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglResizeTests.cpp292 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners() local
296 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight); in compareCorners()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 31 milliseconds