Searched defs:SkISize (Results 1 – 6 of 6) sorted by relevance
/external/skia/include/core/ |
D | SkSize.h | 13 struct SkISize { struct 17 static SkISize Make(int32_t w, int32_t h) { return {w, h}; } in Make() argument 19 static 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
|
/external/skqp/include/core/ |
D | SkSize.h | 13 struct SkISize { struct 17 static SkISize Make(int32_t w, int32_t h) { return {w, h}; } in Make() argument 19 static 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
|
/external/skqp/src/gpu/ |
D | GrPathRendering_none.cpp | 39 void GrGLPathRendering::setProjectionMatrix(const SkMatrix&, const SkISize&, GrSurfaceOrigin) {} in setProjectionMatrix()
|
/external/skia/src/gpu/ |
D | GrPathRendering_none.cpp | 41 void GrGLPathRendering::setProjectionMatrix(const SkMatrix&, const SkISize&, GrSurfaceOrigin) {} in setProjectionMatrix()
|
/external/skqp/include/codec/ |
D | SkCodec.h | 711 virtual bool onDimensionsSupported(const SkISize&) { in onDimensionsSupported()
|
/external/skia/include/codec/ |
D | SkCodec.h | 711 virtual bool onDimensionsSupported(const SkISize&) { in onDimensionsSupported()
|