/third_party/skia/gm/ |
D | samplerstress.cpp | 59 constexpr int ySize = 16; in createTexture() local 61 fTexture.allocN32Pixels(xSize, ySize); in createTexture() 64 for (int y = 0; y < ySize; ++y) { in createTexture()
|
D | bitmaprect.cpp | 103 const int ySize = 3; in make_3x3_bitmap() local 105 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap() 111 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap() 115 for (int y = 0; y < ySize; y++) { in make_3x3_bitmap()
|
D | anisotropic.cpp | 64 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) { in draw() argument 66 SkIntToScalar(xSize), SkIntToScalar(ySize)); in draw()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.cpp | 42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument 49 int y = ySize - my - by; in OnSize()
|
D | ComboDialog.h | 16 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
|
D | BrowseDialog.cpp | 106 virtual bool OnSize(WPARAM wParam, int xSize, int ySize); 310 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument 331 int y = ySize - my - by; in OnSize()
|
D | ProgressDialog2.h | 213 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
|
D | ProgressDialog2.cpp | 439 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument 466 int yPos = ySize - my - _buttonSizeY; in OnSize()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseTexture2Tests.hpp | 55 GLint ySize; member 58 PageSizeStruct() : xSize(0), ySize(0), zSize(0) in PageSizeStruct() 61 PageSizeStruct(GLint x, GLint y, GLint z) : xSize(x), ySize(y), zSize(z) in PageSizeStruct()
|
D | gl4cSparseTexture2Tests.cpp | 423 if (pageSizeX != page.xSize || pageSizeY != page.ySize || pageSizeZ != page.zSize) in iterate() 427 << "/" << pageSizeZ << ", expected: " << page.xSize << "/" << page.ySize << "/" in iterate()
|
/third_party/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 131 bool IsDialogSizeOK(int xSize, int ySize, HWND hwnd) in IsDialogSizeOK() argument 144 ySize / 8 * y <= wy; in IsDialogSizeOK()
|
D | Dialog.h | 186 bool IsDialogSizeOK(int xSize, int ySize, HWND hwnd = NULL);
|
/third_party/ffmpeg/libavcodec/ |
D | exr.c | 106 int32_t ySize; member 1230 if (tile_y && s->tile_attr.ySize + (int64_t)FFMAX(s->ymin, 0) >= INT_MAX / tile_y ) in decode_block() 1233 line = s->ymin + s->tile_attr.ySize * tile_y; in decode_block() 1240 td->ysize = FFMIN(s->tile_attr.ySize, s->ydelta - tile_y * s->tile_attr.ySize); in decode_block() 1570 s->tile_attr.ySize = -1; in decode_header() 1888 s->tile_attr.ySize = bytestream2_get_le32(gb); in decode_header() 1999 if (s->tile_attr.xSize < 1 || s->tile_attr.ySize < 1) { in decode_header() 2143 ((s->ydelta + s->tile_attr.ySize - 1) / s->tile_attr.ySize); in decode_frame()
|
/third_party/skia/tools/ |
D | DDLTileHelper.cpp | 240 int ySize = (y < fNumYDivisions-1) ? yTileSize : viewport.height()-yOff; in DDLTileHelper() local 245 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 620 std::vector<tcu::Vec4> createVertices (deUint32 width, deUint32 height, float& xSize, float& ySize) in createVertices() argument 630 ySize = yStep; in createVertices()
|
D | vktDescriptorSetsIndexingTests.hpp | 142 float& ySize);
|
D | vktDescriptorSetsIndexingTests.cpp | 642 float ySize = 0.0f; in createVertexAttributeBuffer() local 645 …ateVertices(m_testParams.frameResolution.width, m_testParams.frameResolution.height, xSize, ySize); in createVertexAttributeBuffer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | http_curl.c | 315 ASN1_INTEGER *ySize; member 388 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER), 667 val = ASN1_INTEGER_get(info->ySize); in i2r_LogotypeImageInfo()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | http_curl.c | 315 ASN1_INTEGER *ySize; member 388 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER), 667 val = ASN1_INTEGER_get(info->ySize); in i2r_LogotypeImageInfo()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageFormatTests.cpp | 1242 const int ySize = de::clamp(16, 0, reference.getHeight() - yOffset); in invokeGLES() local 1243 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize); in invokeGLES() 1256 …tcu::copy(tcu::getSubregion(reference.getLevel(0), xOffset, yOffset, 0, xSize, ySize, 1), src.getL… in invokeGLES()
|