Searched defs:FooRefCnt (Results 1 – 2 of 2) sorted by relevance
55 struct FooRefCnt : public SkRefCnt { struct56 FooRefCnt() : x(-2), y(-3.0f) { created++; } in FooRefCnt() argument57 FooRefCnt(int X, float Y) : x(X), y(Y) { created++; } in FooRefCnt() function58 ~FooRefCnt() { destroyed++; } in ~FooRefCnt()60 int x;61 float y;
50 struct FooRefCnt : public SkRefCnt { struct51 FooRefCnt() : x(-2), y(-3.0f) { created++; } in FooRefCnt() function52 FooRefCnt(int X, float Y) : x(X), y(Y) { created++; } in FooRefCnt() argument53 ~FooRefCnt() { destroyed++; } in ~FooRefCnt()55 int x;56 float y;