Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp1303 static constexpr float kUIWidth = 200.0f, kUIHeight = 400.0f; in drawUI() local
1309 const SkRect uiArea = SkRect::MakeXYWH(10, 10, kUIWidth, kUIHeight); in drawUI()