HomeSort by relevance Sort by last modified time
    Searched refs:FooRefCnt (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ArenaAllocTest.cpp 55 struct FooRefCnt : public SkRefCnt {
56 FooRefCnt() : x(-2), y(-3.0f) { created++; }
57 FooRefCnt(int X, float Y) : x(X), y(Y) { created++; }
58 ~FooRefCnt() { destroyed++; }
180 sk_sp<FooRefCnt> f = arena.makeSkSp<FooRefCnt>(4, 5.0f);
  /external/skqp/tests/
ArenaAllocTest.cpp 50 struct FooRefCnt : public SkRefCnt {
51 FooRefCnt() : x(-2), y(-3.0f) { created++; }
52 FooRefCnt(int X, float Y) : x(X), y(Y) { created++; }
53 ~FooRefCnt() { destroyed++; }
175 sk_sp<FooRefCnt> f = arena.makeSkSp<FooRefCnt>(4, 5.0f);

Completed in 168 milliseconds