Searched refs:screenWidth (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/samplecode/ |
H A D | SamplePathText.cpp | 95 virtual void reset(SkRandom*, int screenWidth, int screenHeight) {} in reset() argument 96 virtual bool animate(double nanos, int screenWidth, int screenHeight) { return false; } in animate() argument 157 void reset(SkRandom* rand, int screenWidth, int screenHeight) override { 158 const SkScalar screensize = static_cast<SkScalar>(std::max(screenWidth, screenHeight)); 172 this->runAnimationTask(0, 0, screenWidth, screenHeight); 177 bool animate(double nanos, int screenWidth, int screenHeight) final { 184 dt, screenWidth, screenHeight)); 265 void reset(SkRandom* rand, int screenWidth, int screenHeight) override { 266 fWaves.reset(*rand, screenWidth, screenHeight); 267 this->MovingGlyphAnimator::reset(rand, screenWidth, screenHeigh [all...] |
/third_party/skia/third_party/externals/libgifcodec/ |
H A D | SkLibGifCodec.cpp | 85 SkASSERT(reader->screenHeight() > 0 && reader->screenWidth() > 0); in MakeFromStream() 92 auto encodedInfo = SkEncodedInfo::Make(reader->screenWidth(), reader->screenHeight(), in MakeFromStream() 241 const int xEnd = std::min(frame->frameRect().right(), fReader->screenWidth()); in initializeSwizzler()
|
/third_party/skia/src/codec/ |
H A D | SkFrameHolder.h | 182 int screenWidth() const { return fScreenWidth; } in screenWidth() function in SkFrameHolder
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | SkottieActivity.java | 75 int screenWidth = size.x; in populateGrid() 83 mCellWidth = screenWidth / mColumnCount; in populateGrid()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderRenderCase.cpp | 153 QuadGrid(int gridSize, int screenWidth, int screenHeight, const Vec4& constCoords,
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderRenderCase.cpp | 137 QuadGrid (int gridSize, int screenWidth, int screenHeight, const Vec4& constCoords, const vector<Mat4>& userAttribTransforms, const vector<TextureBinding>& textures);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 160 int screenWidth,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 160 int screenWidth,
|
Completed in 11 milliseconds