18#define ASSERT(cond) REPORTER_ASSERT(r, cond)
19#define ASSERTF(cond, ...) REPORTER_ASSERT(r, cond, __VA_ARGS__)
20#define TEST(name) DEF_TEST(GrQuadBuffer##name, r)
30 for (
int i = 0;
i < 4; ++
i) {
31 ASSERTF(expected.
x(
i) == actual.
x(
i),
"Expected x(%d) = %f, got %f",
32 i, expected.
x(
i), actual.
x(
i));
33 ASSERTF(expected.
y(
i) == actual.
y(
i),
"Expected y(%d) = %f, got %f",
34 i, expected.
y(
i), actual.
y(
i));
35 ASSERTF(expected.
w(
i) == actual.
w(
i),
"Expected w(%d) = %f, got %f",
36 i, expected.
w(
i), actual.
w(
i));
43 "Expected { %d, %f } for metadata, got: { %d %f }",
58 std::vector<GrQuad> quads;
60 for (
int i = 0;
i < cnt; ++
i) {
79 quads.push_back(quad);
86 static const int kQuadCount = 6;
96 static_assert(
std::size(kDeviceTypes) == kQuadCount,
"device quad count");
97 static_assert(
std::size(kLocalTypes) == kQuadCount,
"local quad count");
99 std::vector<GrQuad> expectedDeviceQuads =
generate_quads(1.f, kQuadCount, kDeviceTypes);
100 std::vector<GrQuad> expectedLocalQuads =
generate_quads(2.f, kQuadCount, kLocalTypes);
104 for (
int i = 0;
i < kQuadCount; ++
i) {
105 buffer.append(expectedDeviceQuads[
i],
107 i % 2 == 0 ? &expectedLocalQuads[
i] :
nullptr);
116 auto iter =
buffer.iterator();
124 ASSERT(iter.isLocalValid());
128 ASSERT(!iter.isLocalValid());
129 ASSERT(!iter.localQuad());
134 ASSERTF(
i == kQuadCount,
"Expected %d iterations, got: %d", kQuadCount,
i);
138 static const int kQuadCount = 2;
141 static_assert(
std::size(kTypesA) == kQuadCount,
"quadsA count");
142 static_assert(
std::size(kTypesB) == kQuadCount,
"quadsB count");
144 std::vector<GrQuad> quadsA =
generate_quads(1.f, kQuadCount, kTypesA);
145 std::vector<GrQuad> quadsB =
generate_quads(2.f, kQuadCount, kTypesB);
151 for (
int i = 0;
i < kQuadCount; ++
i) {
152 buffer1.
append(quadsA[
i], {
i, 2.f *
i},
i % 2 == 0 ? &quadsB[
i] :
nullptr);
153 buffer2.
append(quadsB[
i], {2 *
i, 0.5f *
i},
i % 2 == 0 ? nullptr : &quadsA[
i]);
166 if (
i < kQuadCount) {
171 ASSERT(iter.isLocalValid());
174 ASSERT(!iter.isLocalValid());
175 ASSERT(!iter.localQuad());
180 int j =
i - kQuadCount;
184 ASSERT(!iter.isLocalValid());
185 ASSERT(!iter.localQuad());
187 ASSERT(iter.isLocalValid());
194 ASSERTF(
i == 2 * kQuadCount,
"Expected %d iterations, got: %d",2 * kQuadCount,
i);
198 static const int kQuadCount = 3;
205 for (
int i = 0;
i < kQuadCount; ++
i) {
206 buffer.append(quad, {
i, 2.f *
i},
i % 2 == 0 ? &quad :
nullptr);
211 auto meta =
buffer.metadata();
216 *meta = {2 *
i, 0.5f *
i};
219 ASSERTF(
i == kQuadCount,
"Expected %d iterations, got: %d", kQuadCount,
i);
224 auto iter =
buffer.iterator();
232 ASSERT(iter.isLocalValid());
235 ASSERT(!iter.isLocalValid());
236 ASSERT(!iter.localQuad());
240 ASSERTF(
i == kQuadCount,
"Expected %d iterations, got: %d", kQuadCount,
i);
#define ASSERTF(cond,...)
static void assert_quad_eq(skiatest::Reporter *r, const GrQuad &expected, const GrQuad &actual)
static std::vector< GrQuad > generate_quads(float seed, int cnt, const GrQuad::Type types[])
static void assert_metadata_eq(skiatest::Reporter *r, const TestData &expected, const TestData &actual)
static bool rotate(const SkDCubic &cubic, int zero, int index, SkDCubic &rotPath)
void append(const GrQuad &deviceQuad, T &&metadata, const GrQuad *localQuad=nullptr)
void concat(const GrQuadBuffer< T > &that)
static GrQuad MakeFromRect(const SkRect &, const SkMatrix &)
SkMatrix & setPerspX(SkScalar v)
SkMatrix & setPerspY(SkScalar v)
SkMatrix & setSkew(SkScalar kx, SkScalar ky, SkScalar px, SkScalar py)
sk_sp< SkBlender > blender SkRect rect
static const char * Concat(const char *a, const char *b)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace buffer
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
static constexpr SkRect MakeXYWH(float x, float y, float w, float h)
static constexpr SkRect MakeLTRB(float l, float t, float r, float b)