Home | History | Annotate | Download | only in viewer

Lines Matching defs:canvasWidth

1380     float canvasWidth = SkTMax(ImGui::GetContentRegionAvailWidth(), 50.0f);
1381 ImVec2 size = ImVec2(canvasWidth, canvasWidth * (0.9f / 0.8f));
1435 float canvasWidth = SkTMax(ImGui::GetContentRegionAvailWidth(), 50.0f);
1436 ImVec2 size = ImVec2(canvasWidth, canvasWidth);
1457 float canvasWidth = SkTMax(ImGui::GetContentRegionAvailWidth(), 50.0f);
1458 ImVec2 size = ImVec2(canvasWidth, canvasWidth);