Home
last modified time | relevance | path

Searched refs:widthHeight (Results 1 – 12 of 12) sorted by relevance

/external/skia/tests/
DSkGlyphTest.cpp19 auto widthHeight = a.widthHeight(); in DEF_TEST() local
20 REPORTER_ASSERT(reporter, widthHeight.x() == 9 && widthHeight.y() == 9); in DEF_TEST()
DProxyTest.cpp136 for (auto widthHeight : {100, 128, 1048576}) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
142 SkISize dims = {widthHeight, widthHeight}; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
185 check_surface(reporter, proxy.get(), widthHeight, widthHeight, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
230 check_surface(reporter, proxy.get(), widthHeight, widthHeight, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DProcessorTest.cpp443 static bool log_pixels(GrColor* pixels, int widthHeight, SkString* dst) { in log_pixels() argument
445 SkImageInfo::Make(widthHeight, widthHeight, kRGBA_8888_SkColorType, kLogAlphaType); in log_pixels()
447 bmp.installPixels(info, pixels, widthHeight * sizeof(GrColor)); in log_pixels()
DImageFilterTest.cpp372 int widthHeight) { in create_empty_special_surface() argument
374 const SkImageInfo ii = SkImageInfo::Make({ widthHeight, widthHeight }, in create_empty_special_surface()
397 int widthHeight) { in create_empty_special_image() argument
398 sk_sp<SkSpecialSurface> surf(create_empty_special_surface(rContext, widthHeight)); in create_empty_special_image()
/external/skia/src/core/
DSkGpuBlurUtils.h78 SkISize* widthHeight,
DSkGpuBlurUtils.cpp828 SkISize* widthHeight, in ComputeBlurredRRectParams() argument
865 widthHeight->fWidth = newRRWidth + 2 * devBlurRadius; in ComputeBlurredRRectParams()
866 widthHeight->fHeight = newRRHeight + 2 * devBlurRadius; in ComputeBlurredRRectParams()
883 texXs[3] = SkIntToScalar(widthHeight->fWidth); in ComputeBlurredRRectParams()
888 texYs[3] = SkIntToScalar(widthHeight->fHeight); in ComputeBlurredRRectParams()
DSkGlyph.h272 SkPoint widthHeight() const { return this->rightBottom() + negLeftTop(); } in widthHeight() function
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp79 Vec2 widthHeight; // positive; before viewport transformation member
272 {2, 0, VK_FORMAT_R32G32_SFLOAT, offsetof(Rectangle, widthHeight)},
831 float xHigh = de::clamp(r.xyz.x() + r.widthHeight.x(), -1.0f, 1.0f); in rasterizeExpectedResults()
833 float yHigh = de::clamp(r.xyz.y() + r.widthHeight.y(), -1.0f, 1.0f); in rasterizeExpectedResults()
/external/skia/gm/
Dwacky_yuv_formats.cpp328 int widthHeight = kTileWidthHeight + (padWithRed ? 2 * kSubsetPadding : 0); in make_bitmap() local
330 SkImageInfo ii = SkImageInfo::Make(widthHeight, widthHeight, in make_bitmap()
/external/skia/src/gpu/
DAtlasTypes.h309 SkPoint widthHeight() const { in widthHeight() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp1404 GLint widthHeight = de::max(width, height); in verifyTexStorageFullArrayCubeMipmapsError() local
1406 …Texture::Storage(gl, target, levels, format, widthHeight + pageSize, widthHeight + pageSize, depth… in verifyTexStorageFullArrayCubeMipmapsError()
/external/skia/src/text/gpu/
DSubRunContainer.cpp347 auto [r, b] = leftTop + glyph->fAtlasLocator.widthHeight(); in fill2D()
372 auto [r, b] = leftTop + glyph->fAtlasLocator.widthHeight(); in fill3D()
417 auto [r, b] = leftTop + glyph->fAtlasLocator.widthHeight(); in fillVertexData()