Searched defs:screenHeight (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/samplecode/ |
D | SamplePathText.cpp | 95 virtual void reset(SkRandom*, int screenWidth, int screenHeight) {} in reset() 96 virtual bool animate(double nanos, int screenWidth, int screenHeight) { return false; } in animate() 157 void reset(SkRandom* rand, int screenWidth, int screenHeight) override { in reset() 177 bool animate(double nanos, int screenWidth, int screenHeight) final { in animate() 265 void reset(SkRandom* rand, int screenWidth, int screenHeight) override { in reset()
|
/third_party/skia/src/codec/ |
D | SkFrameHolder.h | 183 int screenHeight() const { return fScreenHeight; } in screenHeight() function
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 76 int screenHeight = (int)(size.y / 1.3f); in populateGrid() local
|