Home | History | Annotate | Download | only in viewer

Lines Matching refs:canvasWidth

965     float canvasWidth = SkTMax(ImGui::GetContentRegionAvailWidth(), 50.0f);
966 ImVec2 size = ImVec2(canvasWidth, canvasWidth * (0.9f / 0.8f));