Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/samples/multiview/
DMultiview.cpp267 const float kAspectRatio = static_cast<float>(viewWidth) / viewHeight; in draw() local
269 kPerspectiveProjectionMatrix[0] = kXYScale / kAspectRatio; in draw()
/third_party/skia/third_party/externals/angle2/samples/multiview/
DMultiview.cpp267 const float kAspectRatio = static_cast<float>(viewWidth) / viewHeight; in draw() local
269 kPerspectiveProjectionMatrix[0] = kXYScale / kAspectRatio; in draw()
/third_party/skia/tools/viewer/
DSlideDir.cpp43 static constexpr float kAspectRatio = 1.5f; variable
305 fCellSize = SkSize::Make(cellWidth, cellWidth / kAspectRatio); in load()
/third_party/flutter/skia/tools/viewer/
DSlideDir.cpp30 static constexpr float kAspectRatio = 1.5f; variable
294 fCellSize = SkSize::Make(cellWidth, cellWidth / kAspectRatio); in load()