Home
last modified time | relevance | path

Searched refs:xOff (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/gm/
Dnested.cpp102 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()
Danisotropic.cpp96 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()
Dsimpleaaclip.cpp174 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/
Dnested.cpp102 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()
Danisotropic.cpp94 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()
Dsimpleaaclip.cpp170 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/
DDDLTileHelper.cpp111 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/
DDDLTileHelper.cpp242 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/
DFontHostStreamTest.cpp41 const int xOff = itest.fLeft - iref.fLeft; in compare() local
47 int refX = x + xOff; in compare()
DDrawTextTest.cpp41 const int xOff = itest.fLeft - iref.fLeft; in compare() local
47 int refX = x + xOff; in compare()
DBlurTest.cpp102 const int xOff = itest.fLeft - iref.fLeft; in compare() local
108 int refX = x + xOff; in compare()
/third_party/skia/tests/
DFontHostStreamTest.cpp41 const int xOff = itest.fLeft - iref.fLeft; in compare() local
47 int refX = x + xOff; in compare()
DDrawTextTest.cpp42 const int xOff = itest.fLeft - iref.fLeft; in compare() local
48 int refX = x + xOff; in compare()
DBlurTest.cpp99 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/
DvktTessellationCoordinatesTests.cpp210 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/
DvktTessellationCoordinatesTests.cpp210 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/
DglsLongStressCase.cpp457 …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()
DglsLifetimeTests.cpp662 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/
Des31fSeparateShaderTests.cpp992 GLint xOff = rnd.getInt(0, target.getWidth() - width); in randomViewport() local
996 return Rectangle(xOff, yOff, width, height); in randomViewport()
Des31fTessellationTests.cpp1032 for (int xOff = -((size-1)/2); xOff <= size/2; xOff++) in drawPoint() local
1034 const int pixX = centerX + xOff; in drawPoint()