Lines Matching defs:height
150 unsigned width, height;
500 data->window_size = ImVec2(instance_data->params.width, instance_data->params.height);
914 ImGui::SetNextWindowPos(ImVec2(margin, data->height - data->window_size.y - margin),
919 data->height - data->window_size.y - margin),
1033 int width, height;
1034 io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height);
1035 size_t upload_size = width * height * 4 * sizeof(char);
1099 region.imageExtent.height = height;
1182 render_pass_info.renderArea.extent.height = data->height;
1281 viewport.height = draw_data->DisplaySize.y;
1317 // FIXME: We could clamp width/height based on clamped min/max values.
1322 scissor.extent.height = (uint32_t)(pcmd->ClipRect.w - pcmd->ClipRect.y + 1); // FIXME: Why +1 here?
1619 int width, height;
1620 io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height);
1628 image_info.extent.height = height;
1684 data->height = pCreateInfo->imageExtent.height;
1691 ImGui::GetIO().DisplaySize = ImVec2((float)data->width, (float)data->height);
1772 fb_info.height = data->height;