Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp124 : fViewportSize(viewport_size) {} in CameraAdapter()
166 const auto view_size = SkTMax(fViewportSize.width(), fViewportSize.height()), in totalMatrix()
175 t.setTranslate(fViewportSize.width() * 0.5f, fViewportSize.height() * 0.5f, 0); in totalMatrix()
DSkottieAdapter.h183 const SkSize fViewportSize; variable
/third_party/skia/modules/skottie/src/
DCamera.cpp59 , fViewportSize(viewport_size) in CameraAdaper()
82 fViewportSize, in totalMatrix()
DCamera.h37 const SkSize fViewportSize; variable