Searched defs:SkISize (Results 1 – 3 of 3) sorted by relevance
15 struct SkISize { struct19 static constexpr SkISize Make(int32_t w, int32_t h) { return {w, h}; } in Make() argument21 static constexpr SkISize MakeEmpty() { return {0, 0}; } in MakeEmpty() argument23 void set(int32_t w, int32_t h) { *this = SkISize{w, h}; } in set() argument43 static inline bool operator==(const SkISize& a, const SkISize& b) { argument
47 sk_sp<Texture> VulkanResourceProvider::createTexture(SkISize, const TextureInfo&, skgpu::Budgeted) { in createTexture() argument
788 virtual bool onDimensionsSupported(const SkISize&) { in onDimensionsSupported()