Searched refs:kAspectRatio (Results 1 – 4 of 4) sorted by relevance
267 const float kAspectRatio = static_cast<float>(viewWidth) / viewHeight; in draw() local269 kPerspectiveProjectionMatrix[0] = kXYScale / kAspectRatio; in draw()
43 static constexpr float kAspectRatio = 1.5f; variable305 fCellSize = SkSize::Make(cellWidth, cellWidth / kAspectRatio); in load()
30 static constexpr float kAspectRatio = 1.5f; variable294 fCellSize = SkSize::Make(cellWidth, cellWidth / kAspectRatio); in load()