/third_party/skia/gm/ |
H A D | samplerstress.cpp | 58 constexpr int xSize = 16; in createTexture() local 61 fTexture.allocN32Pixels(xSize, ySize); in createTexture() 65 for (int x = 0; x < xSize; ++x) { in createTexture() 66 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK); in createTexture() 69 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED); in createTexture() 72 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorGREEN); in createTexture()
|
H A D | bitmaprect.cpp | 102 const int xSize = 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() 116 for (int x = 0; x < xSize; x++) { in make_3x3_bitmap()
|
H A 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/ |
H A D | ComboDialog.cpp | 42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize)
in OnSize() argument 50 int x = xSize - mx - bx1;
in OnSize() 56 ChangeSubWindowSizeX(_comboBox, xSize - mx * 2);
in OnSize()
|
H A D | ComboDialog.h | 16 virtual bool OnSize(WPARAM wParam, int xSize, int ySize) Z7_override;
|
H A D | ProgressDialog2.cpp | 443 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize)
in OnSize() argument 460 const int xSizeClient = xSize - mx * 2;
in OnSize() 472 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2);
in OnSize() 473 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2);
in OnSize() 474 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2);
in OnSize() 498 int xx = xSize - mx * 2;
in OnSize() 510 int xPos = xSize - mx;
in OnSize()
|
H A D | BrowseDialog.cpp | 101 virtual bool OnSize(WPARAM wParam, int xSize, int ySize) Z7_override;
292 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize)
in OnSize() argument 303 int xLim = xSize - mx;
in OnSize()
|
H A D | ProgressDialog2.h | 214 virtual bool OnSize(WPARAM wParam, int xSize, int ySize) Z7_override;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTexture2Tests.hpp | 54 GLint xSize; 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()
|
H A D | gl4cSparseTexture2Tests.cpp | 443 if (pageSizeX != page.xSize || pageSizeY != page.ySize || pageSizeZ != page.zSize) in iterate() 447 << "/" << pageSizeZ << ", expected: " << page.xSize << "/" << page.ySize << "/" in iterate()
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 162 bool IsDialogSizeOK(int xSize, int ySize, HWND hwnd)
in IsDialogSizeOK() argument 174 xSize / 4 * x <= wx &&
in IsDialogSizeOK()
|
H A D | Dialog.h | 115 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; }
in OnSize() 190 bool IsDialogSizeOK(int xSize, int ySize, HWND hwnd = NULL);
|
/third_party/ffmpeg/libavcodec/ |
H A D | exr.c | 106 int32_t xSize; member 1229 if (tile_x && s->tile_attr.xSize + (int64_t)FFMAX(s->xmin, 0) >= INT_MAX / tile_x ) in decode_block() 1235 col = s->tile_attr.xSize * tile_x; in decode_block() 1242 td->xsize = FFMIN(s->tile_attr.xSize, s->xdelta - tile_x * s->tile_attr.xSize); in decode_block() 1575 s->tile_attr.xSize = -1; in decode_header() 1893 s->tile_attr.xSize = bytestream2_get_le32(gb); in decode_header() 2014 if (s->tile_attr.xSize < 1 || s->tile_attr.ySize < 1) { in decode_header() 2155 nb_blocks = ((s->xdelta + s->tile_attr.xSize - 1) / s->tile_attr.xSize) * in decode_frame() [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 214 bool ChangeSubWindowSizeX(HWND hwnd, int xSize)
in ChangeSubWindowSizeX() argument 222 return BOOLToBool(::MoveWindow(hwnd, p1.x, p1.y, xSize, rect.bottom - rect.top, TRUE));
in ChangeSubWindowSizeX()
|
/third_party/skia/tools/ |
H A D | DDLTileHelper.cpp | 243 int xSize = (x < fNumXDivisions-1) ? xTileSize : viewport.width()-xOff; in DDLTileHelper() local 245 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1158 RepeatedPipelineInstance (Context& context, deUint32 xSize, deUint32 repeat, deUint32 odd) in RepeatedPipelineInstance() argument 1160 , m_xSize (xSize) in RepeatedPipelineInstance() 1177 deUint32 xSize, deUint32 repeat, deUint32 odd, in RepeatedPipelineTest() 1180 , m_xSize (xSize) in RepeatedPipelineTest() 1175 RepeatedPipelineTest(tcu::TestContext& testCtx, const std::string& name, deUint32 xSize, deUint32 repeat, deUint32 odd, const vk::ComputePipelineConstructionType computePipelineConstructionType) RepeatedPipelineTest() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1161 RepeatedPipelineInstance(Context& context, deUint32 xSize, deUint32 repeat, deUint32 odd) in RepeatedPipelineInstance() argument 1163 m_xSize(xSize), in RepeatedPipelineInstance() 1181 deUint32 xSize, deUint32 repeat, deUint32 odd) in RepeatedPipelineTest() 1183 m_xSize(xSize), in RepeatedPipelineTest() 1178 RepeatedPipelineTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 xSize, deUint32 repeat, deUint32 odd) RepeatedPipelineTest() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 620 std::vector<tcu::Vec4> createVertices (deUint32 width, deUint32 height, float& xSize, float& ySize) in createVertices() argument 629 xSize = xStep; in createVertices()
|
H A D | vktDescriptorSetsIndexingTests.hpp | 141 float& xSize,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 620 std::vector<tcu::Vec4> createVertices (deUint32 width, deUint32 height, float& xSize, float& ySize) in createVertices() argument 629 xSize = xStep; in createVertices()
|
H A D | vktDescriptorSetsIndexingTests.hpp | 141 float& xSize,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateMiscTests.cpp | 480 const auto& xSize = fbExtent.x(); in testEnableDisable() local 482 const auto xSizeF = static_cast<float>(xSize); in testEnableDisable()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | http_curl.c | 314 ASN1_INTEGER *xSize; member 387 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER), 665 val = ASN1_INTEGER_get(info->xSize); in i2r_LogotypeImageInfo()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | http_curl.c | 314 ASN1_INTEGER *xSize; member 387 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER), 665 val = ASN1_INTEGER_get(info->xSize); in i2r_LogotypeImageInfo()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageFormatTests.cpp | 1458 const int xSize = de::clamp(16, 0, reference.getWidth() - xOffset); in invokeGLES() local 1460 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize); in invokeGLES() local 1473 tcu::copy(tcu::getSubregion(reference.getLevel(0), xOffset, yOffset, 0, xSize, ySize, 1), src.getLevel(0)); in invokeGLES()
|