Home
last modified time | relevance | path

Searched refs:SkTSize (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkSize.h13 template <typename T> struct SkTSize { struct
17 static SkTSize Make(T w, T h) { in Make() argument
18 SkTSize s; in Make()
64 static inline bool operator==(const SkTSize<T>& a, const SkTSize<T>& b) { argument
69 static inline bool operator!=(const SkTSize<T>& a, const SkTSize<T>& b) {
75 typedef SkTSize<int32_t> SkISize;
77 struct SkSize : public SkTSize<SkScalar> {
/external/skia/gm/
Dninepatchstretch.cpp81 const SkTSize<SkScalar> size[] = { in onDraw()
/external/skia/tests/
DPathTest.cpp3957 SkTSize<SkScalar>::Make(3,4); in DEF_TEST()