Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Danswer_messages.cc80 static constexpr char kAspectRatio[] = "aspectRatio"; variable
351 !ParseOptional<AspectRatio>(root[kAspectRatio], &(out->aspect_ratio))) { in ParseAndValidate()
392 root[kAspectRatio] = absl::StrCat( in ToJson()
/external/angle/samples/multiview/
DMultiview.cpp267 const float kAspectRatio = static_cast<float>(viewWidth) / viewHeight; in draw() local
269 kPerspectiveProjectionMatrix[0] = kXYScale / kAspectRatio; in draw()
/external/skqp/tools/viewer/
DSlideDir.cpp30 static constexpr float kAspectRatio = 1.5f; variable
293 fCellSize = SkSize::Make(cellWidth, cellWidth / kAspectRatio); in load()
/external/skia/tools/viewer/
DSlideDir.cpp43 static constexpr float kAspectRatio = 1.5f; variable
305 fCellSize = SkSize::Make(cellWidth, cellWidth / kAspectRatio); in load()