Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DSkottieSlide.cpp310 static constexpr float kUIHeight = 120.0f; in UIArea() local
312 return SkRect::MakeXYWH(0, fWinSize.height() - kUIHeight, fWinSize.width(), kUIHeight); in UIArea()
/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()