Searched defs:screenWidth (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 | 182 int screenWidth() const { return fScreenWidth; } in screenWidth() function
|
| /third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
| D | SkottieActivity.java | 75 int screenWidth = size.x; in populateGrid() local
|