Home
last modified time | relevance | path

Searched refs:yOff (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/gm/
H A Danisotropic.cpp79 int yOff; variable
81 yOff = kSpacer + i * (fImage->height() + kSpacer);
84 yOff = (SK_ARRAY_COUNT(gScales) - i) * (fImage->height() + kSpacer) - height;
87 this->draw(canvas, kSpacer, yOff, fImage->width(), height);
94 int xOff, yOff; variable
97 yOff = kSpacer + i * (fImage->height() + kSpacer);
101 yOff = kSpacer + (SK_ARRAY_COUNT(gScales) - i - 1) * (fImage->height() + kSpacer);
104 this->draw(canvas, xOff, yOff, width, fImage->height());
H A Dnested.cpp102 SkScalar xOff = 2, yOff = 2; variable
115 canvas->translate(xOff, -yOff - 40.0f);
117 canvas->translate(xOff, yOff);
128 yOff += 45;
/third_party/skia/tests/
H A DFontHostStreamTest.cpp42 const int yOff = itest.fTop - iref.fTop; in compare() local
48 int refY = y + yOff; in compare()
H A DDrawTextTest.cpp43 const int yOff = itest.fTop - iref.fTop; in compare() local
49 int refY = y + yOff; in compare()
H A DBlurTest.cpp100 const int yOff = itest.fTop - iref.fTop; in compare() local
106 int refY = y + yOff; in compare()
/third_party/skia/tools/
H A DDDLTileHelper.cpp239 for (int y = 0, yOff = 0; y < fNumYDivisions; ++y, yOff += yTileSize) { in DDLTileHelper()
240 int ySize = (y < fNumYDivisions-1) ? yTileSize : viewport.height()-yOff; in DDLTileHelper()
245 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCoordinatesTests.cpp209 for (int yOff = -((size-1)/2); yOff <= size/2; ++yOff)
213 const int pixY = centerY + yOff;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationCoordinatesTests.cpp209 for (int yOff = -((size-1)/2); yOff <= size/2; ++yOff)
213 const int pixY = centerY + yOff;
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.cpp457 void setSubData (const ConstPixelBufferAccess& src, int xOff, int yOff, int width, int height) const;
560 void Texture::setSubData (const ConstPixelBufferAccess& src, const int xOff, const int yOff, const int width, const int height) const in setSubData() argument
575 glTexSubImage2D(GL_TEXTURE_2D, level, xOff>>level, yOff>>level, de::max(1, width>>level), de::max(1, height>>level), transfer.format, transfer.dataType, src.getDataPtr()); in setSubData()
583 glTexSubImage2D(cubeFaceToGLFace((CubeFace)face), level, xOff>>level, yOff>>level, de::max(1, width>>level), de::max(1, height>>level), transfer.format, transfer.dataType, src.getDataPtr()); in setSubData()
H A DglsLifetimeTests.cpp664 const GLint yOff = rnd.getInt(0, target.getHeight() - height); in randomViewport() local
666 return Rectangle(xOff, yOff, width, height); in randomViewport()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp994 GLint yOff = rnd.getInt(0, target.getHeight() - height);
996 return Rectangle(xOff, yOff, width, height);
H A Des31fTessellationTests.cpp1031 for (int yOff = -((size-1)/2); yOff <= size/2; yOff++)
1035 const int pixY = centerY + yOff;

Completed in 19 milliseconds