Home
last modified time | relevance | path

Searched defs:SkISize (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/core/
DSkSize.h13 struct SkISize { struct
17 static constexpr SkISize Make(int32_t w, int32_t h) { return {w, h}; } in Make() argument
19 static constexpr SkISize MakeEmpty() { return {0, 0}; } in MakeEmpty() argument
21 void set(int32_t w, int32_t h) { *this = SkISize{w, h}; } in set() argument
41 static inline bool operator==(const SkISize& a, const SkISize& b) { argument
/third_party/flutter/skia/include/core/
DSkSize.h13 struct SkISize { struct
17 static constexpr SkISize Make(int32_t w, int32_t h) { return {w, h}; } in Make() argument
19 static constexpr SkISize MakeEmpty() { return {0, 0}; } in MakeEmpty() argument
21 void set(int32_t w, int32_t h) { *this = SkISize{w, h}; } in set() argument
39 static inline bool operator==(const SkISize& a, const SkISize& b) { argument
/third_party/flutter/skia/src/gpu/
DGrPathRendering_none.cpp41 void GrGLPathRendering::setProjectionMatrix(const SkMatrix&, const SkISize&, GrSurfaceOrigin) {} in setProjectionMatrix()
/third_party/skia/include/codec/
DSkCodec.h758 virtual bool onDimensionsSupported(const SkISize&) { in onDimensionsSupported()
/third_party/flutter/skia/include/codec/
DSkCodec.h740 virtual bool onDimensionsSupported(const SkISize&) { in onDimensionsSupported()