/third_party/skia/docs/examples/ |
D | Canvas_accessTopLayerPixels_b.cpp | 23 int newY = (y - h / 2) * 2 + h / 2; in draw() local 24 if (newY < 0 || newY >= h) { in draw() 33 access[newY * rowWords + newX] = SK_ColorGRAY; in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Canvas_accessTopLayerPixels_b.cpp | 23 int newY = (y - h / 2) * 2 + h / 2; in draw() local 24 if (newY < 0 || newY >= h) { in draw() 33 access[newY * rowWords + newX] = SK_ColorGRAY; in draw()
|
/third_party/flutter/skia/third_party/externals/angle2/samples/WindowTest/ |
D | WindowTest.cpp | 47 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/third_party/externals/angle2/samples/WindowTest/ |
D | WindowTest.cpp | 47 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/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | TilingFunctions.h | 421 uint32_t newX, newY, newSampleX, newSampleY; 426 newY = y; 435 newY = y; 447 newY = pdep_u32(y, mask); 460 newY = pdep_u32(y, yMask); 472 newY = pdep_u32(y, mask); 479 newX = newY = 0; 484 y = newY | (newSampleY << 1);
|
/third_party/skia/include/core/ |
D | SkRect.h | 390 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() 392 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop); in offsetTo() 394 fTop = newY; in offsetTo() 1047 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() 1049 fBottom += newY - fTop; in offsetTo() 1051 fTop = newY; in offsetTo()
|
/third_party/flutter/skia/include/core/ |
D | SkRect.h | 362 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() 364 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop); in offsetTo() 366 fTop = newY; in offsetTo() 1189 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() 1191 fBottom += newY - fTop; in offsetTo() 1193 fTop = newY; in offsetTo()
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 199 const SkMatrix& newViewMatrix, SkScalar newX, SkScalar newY, in calculate_translation() argument 205 newViewMatrix.getSkewX() * (newY - currentY) - in calculate_translation() 210 newViewMatrix.getScaleY() * (newY - currentY) - in calculate_translation() 214 *transY = newY - currentY; in calculate_translation()
|
/third_party/flutter/skia/samplecode/ |
D | SampleLitAtlas.cpp | 49 SkScalar newY = s * fLightDir.fX + c * fLightDir.fY; in rotateLight() local 51 fLightDir.set(newX, newY, 0.0f); in rotateLight()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglResizeTests.cpp | 292 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners() local 296 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight); in compareCorners()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | canvas.dart | 1171 final double newY = _currentY + dy; 1172 _openNewSubpath(newX, newY); 1173 _commands.add(engine.MoveTo(newX, newY)); 1190 final double newY = _currentY + dy; 1194 _commands.add(engine.LineTo(newX, newY)); 1195 _setCurrentPoint(newX, newY);
|
/third_party/flutter/skia/site/user/api/ |
D | SkIRect_Reference.md | 48 void <a href='#SkIRect_offsetTo'>offsetTo</a>(int32_t newX, int32_t newY); 1228 void <a href='#SkIRect_offsetTo'>offsetTo</a>(int32_t newX, int32_t newY) 1231 … <a href='#SkIRect_fTop'>fTop</a> equals <a href='#SkIRect_offsetTo_newY'>newY</a>. width and heig… 1239 <tr> <td><a name='SkIRect_offsetTo_newY'><code><strong>newY</strong></code></a></td>
|
D | SkRect_Reference.md | 61 …href='undocumented#SkScalar'>SkScalar</a> newX, <a href='undocumented#SkScalar'>SkScalar</a> newY); 1774 … href='undocumented#SkScalar'>SkScalar</a> newX, <a href='undocumented#SkScalar'>SkScalar</a> newY) 1777 …nd <a href='#SkRect_fTop'>fTop</a> equals <a href='#SkRect_offsetTo_newY'>newY</a>. width and heig… 1785 <tr> <td><a name='SkRect_offsetTo_newY'><code><strong>newY</strong></code></a></td>
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1145 void offsetTo(int32_t newX, int32_t newY); 3609 void offsetTo(SkScalar newX, SkScalar newY);
|
/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);
|