Home
last modified time | relevance | path

Searched defs:tileScale (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/shaders/
H A DSkPictureShader.h57 SkSize tileScale; // Additional scale factors to apply when sampling image. member
H A DSkPictureShader.cpp229 const SkSize tileScale = {tileSize.width() / bounds.width(), in Make() local