/third_party/flutter/skia/gm/ |
D | nested.cpp | 102 SkScalar xOff = 2, yOff = 2; in onDraw() local 115 canvas->translate(xOff, -yOff - 40.0f); in onDraw() 117 canvas->translate(xOff, yOff); in onDraw() 123 xOff += 45; in onDraw() 127 xOff = 2; in onDraw()
|
D | anisotropic.cpp | 96 int xOff, yOff; in onDraw() local 98 xOff = fBM.width() + 2*kSpacer; in onDraw() 102 xOff = fBM.width() + 2*kSpacer + fBM.width() - width; in onDraw() 106 this->draw(canvas, xOff, yOff, width, fBM.height()); in onDraw()
|
D | simpleaaclip.cpp | 174 int xOff = 0; in onDraw() local 185 if (xOff >= 400) { in onDraw() 187 xOff = 0; in onDraw() 190 xOff += 200; in onDraw()
|
/third_party/skia/gm/ |
D | nested.cpp | 102 SkScalar xOff = 2, yOff = 2; in onDraw() local 115 canvas->translate(xOff, -yOff - 40.0f); in onDraw() 117 canvas->translate(xOff, yOff); in onDraw() 123 xOff += 45; in onDraw() 127 xOff = 2; in onDraw()
|
D | anisotropic.cpp | 94 int xOff, yOff; in onDraw() local 96 xOff = fImage->width() + 2*kSpacer; in onDraw() 100 xOff = fImage->width() + 2*kSpacer + fImage->width() - width; in onDraw() 104 this->draw(canvas, xOff, yOff, width, fImage->height()); in onDraw()
|
D | simpleaaclip.cpp | 170 int xOff = 0; in onDraw() local 181 if (xOff >= 400) { in onDraw() 183 xOff = 0; in onDraw() 186 xOff += 200; in onDraw()
|
/third_party/flutter/skia/tools/ |
D | DDLTileHelper.cpp | 111 for (int x = 0, xOff = 0; x < fNumDivisions; ++x, xOff += xTileSize) { in DDLTileHelper() local 112 int xSize = (x < fNumDivisions-1) ? xTileSize : viewport.width()-xOff; in DDLTileHelper() 114 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper()
|
/third_party/skia/tools/ |
D | DDLTileHelper.cpp | 242 for (int x = 0, xOff = 0; x < fNumXDivisions; ++x, xOff += xTileSize) { in DDLTileHelper() local 243 int xSize = (x < fNumXDivisions-1) ? xTileSize : viewport.width()-xOff; in DDLTileHelper() 245 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper()
|
/third_party/flutter/skia/tests/ |
D | FontHostStreamTest.cpp | 41 const int xOff = itest.fLeft - iref.fLeft; in compare() local 47 int refX = x + xOff; in compare()
|
D | DrawTextTest.cpp | 41 const int xOff = itest.fLeft - iref.fLeft; in compare() local 47 int refX = x + xOff; in compare()
|
D | BlurTest.cpp | 102 const int xOff = itest.fLeft - iref.fLeft; in compare() local 108 int refX = x + xOff; in compare()
|
/third_party/skia/tests/ |
D | FontHostStreamTest.cpp | 41 const int xOff = itest.fLeft - iref.fLeft; in compare() local 47 int refX = x + xOff; in compare()
|
D | DrawTextTest.cpp | 42 const int xOff = itest.fLeft - iref.fLeft; in compare() local 48 int refX = x + xOff; in compare()
|
D | BlurTest.cpp | 99 const int xOff = itest.fLeft - iref.fLeft; in compare() local 105 int refX = x + xOff; in compare()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 210 for (int xOff = -((size-1)/2); xOff <= size/2; ++xOff) in drawPoint() local 212 const int pixX = centerX + xOff; in drawPoint()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 210 for (int xOff = -((size-1)/2); xOff <= size/2; ++xOff) in drawPoint() local 212 const int pixX = centerX + xOff; in drawPoint()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLongStressCase.cpp | 457 …void setSubData (const ConstPixelBufferAccess& src, int xOff, int yOff, int width, int heigh… 560 void Texture::setSubData (const ConstPixelBufferAccess& src, const int xOff, const int yOff, const … in setSubData() argument 575 …glTexSubImage2D(GL_TEXTURE_2D, level, xOff>>level, yOff>>level, de::max(1, width>>level), de::max(… in setSubData() 583 …glTexSubImage2D(cubeFaceToGLFace((CubeFace)face), level, xOff>>level, yOff>>level, de::max(1, widt… in setSubData()
|
D | glsLifetimeTests.cpp | 662 const GLint xOff = rnd.getInt(0, target.getWidth() - width); in randomViewport() local 666 return Rectangle(xOff, yOff, width, height); in randomViewport()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 992 GLint xOff = rnd.getInt(0, target.getWidth() - width); in randomViewport() local 996 return Rectangle(xOff, yOff, width, height); in randomViewport()
|
D | es31fTessellationTests.cpp | 1032 for (int xOff = -((size-1)/2); xOff <= size/2; xOff++) in drawPoint() local 1034 const int pixX = centerX + xOff; in drawPoint()
|