Home
last modified time | relevance | path

Searched refs:canvasWidth (Results 1 – 3 of 3) sorted by relevance

/external/skqp/gm/
Dtexturedomaineffect.cpp47 const SkScalar canvasWidth = kDrawPad + in onISize() local
50 return SkISize::Make(SkScalarCeilToInt(canvasWidth), 800); in onISize()
/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts73 constructor(public canvasWidth: number, public canvasHeight: number) { property in FlowEventsRendererArgs
160 ctx.rect(0, 0, args.canvasWidth - TRACK_SHELL_WIDTH, args.canvasHeight);
/external/skqp/tools/viewer/
DViewer.cpp1380 float canvasWidth = SkTMax(ImGui::GetContentRegionAvailWidth(), 50.0f); in ImGui_Primaries() local
1381 ImVec2 size = ImVec2(canvasWidth, canvasWidth * (0.9f / 0.8f)); in ImGui_Primaries()
1435 float canvasWidth = SkTMax(ImGui::GetContentRegionAvailWidth(), 50.0f); in ImGui_DragLocation() local
1436 ImVec2 size = ImVec2(canvasWidth, canvasWidth); in ImGui_DragLocation()
1457 float canvasWidth = SkTMax(ImGui::GetContentRegionAvailWidth(), 50.0f); in ImGui_DragQuad() local
1458 ImVec2 size = ImVec2(canvasWidth, canvasWidth); in ImGui_DragQuad()