Home
last modified time | relevance | path

Searched refs:skiatest (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/third_party/skia/tests/
DTest.h18 namespace skiatest {
36 virtual void reportFailed(const skiatest::Failure&) = 0;
41 void reportFailedWithContext(const skiatest::Failure&);
55 reporter->reportFailedWithContext(skiatest::Failure(__FILE__, __LINE__, cond, message))
70 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
96 void run(skiatest::Reporter* r, const GrContextOptions& options) const { in run()
196 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
197 skiatest::TestRegistry name##TestRegistry( \
198 skiatest::Test(#name, /*gpu*/ false, /*graphite*/ false, test_##name)); \
199 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&)
[all …]
DPathOpsExtendedTest.h19 void (*fun)(skiatest::Reporter*, const char* filename);
24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths()
36 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
38 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
40 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
42 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
46 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
47 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
49 extern bool testSimplifyFail(skiatest::Reporter* reporter, const SkPath& path,
[all …]
DTest.cpp18 void skiatest::Reporter::bumpTestCount() {} in bumpTestCount()
20 bool skiatest::Reporter::allowExtendedTest() const { return false; } in allowExtendedTest()
22 bool skiatest::Reporter::verbose() const { return false; } in verbose()
25 void skiatest::Reporter::reportFailedWithContext(const skiatest::Failure& f) { in reportFailedWithContext()
37 this->reportFailed(skiatest::Failure(f.fileName, f.lineNo, f.condition, fullMessage)); in reportFailedWithContext()
40 SkString skiatest::Failure::toString() const { in toString()
52 SkString skiatest::GetTmpDir() { in GetTmpDir()
73 skiatest::Timer::Timer() : fStartNanos(SkTime::GetNSecs()) {} in Timer()
75 double skiatest::Timer::elapsedNs() const { in elapsedNs()
79 double skiatest::Timer::elapsedMs() const { return this->elapsedNs() * 1e-6; } in elapsedMs()
[all …]
DPathOpsSimplifyTest.cpp11 static void testLine1(skiatest::Reporter* reporter, const char* filename) { in testLine1()
20 static void testLine1x(skiatest::Reporter* reporter, const char* filename) { in testLine1x()
58 static void testLine2(skiatest::Reporter* reporter, const char* filename) { in testLine2()
65 static void testLine2x(skiatest::Reporter* reporter, const char* filename) { in testLine2x()
73 static void testLine3(skiatest::Reporter* reporter, const char* filename) { in testLine3()
80 static void testLine3x(skiatest::Reporter* reporter, const char* filename) { in testLine3x()
88 static void testLine3a(skiatest::Reporter* reporter, const char* filename) { in testLine3a()
95 static void testLine3ax(skiatest::Reporter* reporter, const char* filename) { in testLine3ax()
103 static void testLine3b(skiatest::Reporter* reporter, const char* filename) { in testLine3b()
110 static void testLine3bx(skiatest::Reporter* reporter, const char* filename) { in testLine3bx()
[all …]
DGradientTest.cpp24 static void test_big_grad(skiatest::Reporter* reporter) { in test_big_grad()
52 void gradCheck(skiatest::Reporter* reporter, const sk_sp<SkShader>& shader, in gradCheck()
73 static void none_gradproc(skiatest::Reporter* reporter, const GradRec&, const GradRec&) { in none_gradproc()
78 static void color_gradproc(skiatest::Reporter* reporter, const GradRec& rec, const GradRec&) { in color_gradproc()
89 static void linear_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in linear_gradproc()
99 static void radial_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in radial_gradproc()
111 static void sweep_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in sweep_gradproc()
122 static void conical_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in conical_gradproc()
140 static void TestConstantGradient(skiatest::Reporter*) { in TestConstantGradient()
161 typedef void (*GradProc)(skiatest::Reporter* reporter, const GradRec&, const GradRec&);
[all …]
DVkHardwareBufferTest.cpp47 virtual bool init(skiatest::Reporter* reporter) = 0;
52 virtual sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter,
54 virtual sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter,
58 virtual bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) = 0;
59 virtual bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle,
100 bool init(skiatest::Reporter* reporter) override;
102 sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter,
104 sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter,
108 bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) override;
109 bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle,
[all …]
DDataRefTest.cpp25 static void test_is_equal(skiatest::Reporter* reporter, in test_is_equal()
37 static void test_datatable_is_empty(skiatest::Reporter* reporter, SkDataTable* table) { in test_datatable_is_empty()
42 static void test_emptytable(skiatest::Reporter* reporter) { in test_emptytable()
58 static void test_simpletable(skiatest::Reporter* reporter) { in test_simpletable()
71 static void test_vartable(skiatest::Reporter* reporter) { in test_vartable()
96 static void test_globaltable(skiatest::Reporter* reporter) { in test_globaltable()
129 static void assert_len(skiatest::Reporter* reporter, const sk_sp<SkData>& ref, size_t len) { in assert_len()
133 static void assert_data(skiatest::Reporter* reporter, const sk_sp<SkData>& ref, in assert_data()
139 static void test_cstring(skiatest::Reporter* reporter) { in test_cstring()
153 static void test_files(skiatest::Reporter* reporter) { in test_files()
[all …]
DRRectInPathTest.cpp14 static SkRRect path_contains_rrect(skiatest::Reporter* reporter, const SkPath& path, in path_contains_rrect()
43 static SkRRect inner_path_contains_rrect(skiatest::Reporter* reporter, const SkRRect& in, in inner_path_contains_rrect()
62 static void path_contains_rrect_check(skiatest::Reporter* reporter, const SkRRect& in, in path_contains_rrect_check()
71 static void path_contains_rrect_nocheck(skiatest::Reporter* reporter, const SkRRect& in, in path_contains_rrect_nocheck()
79 static void path_contains_rrect_check(skiatest::Reporter* reporter, const SkRect& r, in path_contains_rrect_check()
93 static void force_path_contains_rrect(skiatest::Reporter* reporter, SkPath& path, in force_path_contains_rrect()
102 static void test_undetected_paths(skiatest::Reporter* reporter) { in test_undetected_paths()
168 static void test_tricky_radii(skiatest::Reporter* reporter) { in test_tricky_radii()
195 static void test_empty_crbug_458524(skiatest::Reporter* reporter) { in test_empty_crbug_458524()
213 static void test_inset(skiatest::Reporter* reporter) { in test_inset()
[all …]
DCanvasTest.cpp58 skiatest::Reporter* r;
144 static void test_restriction(skiatest::Reporter* reporter, SkCanvas* canvas) { in test_restriction()
249 using CanvasTest = void (*)(SkCanvas*, skiatest::Reporter*);
252 [](SkCanvas* c, skiatest::Reporter* r) { in __anon5f63da0a0302()
255 [](SkCanvas* c, skiatest::Reporter* r) { in __anon5f63da0a0402()
258 [](SkCanvas* c, skiatest::Reporter* r) { in __anon5f63da0a0502()
261 [](SkCanvas* c, skiatest::Reporter* r) { in __anon5f63da0a0602()
264 [](SkCanvas* c, skiatest::Reporter* r) { in __anon5f63da0a0702()
267 [](SkCanvas* c, skiatest::Reporter* r) { in __anon5f63da0a0802()
270 [](SkCanvas* c, skiatest::Reporter* r) { in __anon5f63da0a0902()
[all …]
DPathOpsOpTest.cpp33 static void cubicOp1d(skiatest::Reporter* reporter, const char* filename) { in cubicOp1d()
46 static void cubicOp2d(skiatest::Reporter* reporter, const char* filename) { in cubicOp2d()
59 static void cubicOp3d(skiatest::Reporter* reporter, const char* filename) { in cubicOp3d()
72 static void cubicOp5d(skiatest::Reporter* reporter, const char* filename) { in cubicOp5d()
85 static void cubicOp6d(skiatest::Reporter* reporter, const char* filename) { in cubicOp6d()
98 static void cubicOp7d(skiatest::Reporter* reporter, const char* filename) { in cubicOp7d()
111 static void cubicOp8d(skiatest::Reporter* reporter, const char* filename) { in cubicOp8d()
124 static void cubicOp9d(skiatest::Reporter* reporter, const char* filename) { in cubicOp9d()
137 static void quadOp9d(skiatest::Reporter* reporter, const char* filename) { in quadOp9d()
152 static void lineOp9d(skiatest::Reporter* reporter, const char* filename) { in lineOp9d()
[all …]
DPointTest.cpp13 static void test_casts(skiatest::Reporter* reporter) { in test_casts()
25 static void test_Normalize(skiatest::Reporter* reporter, in test_Normalize()
36 static void test_normalize_cannormalize_consistent(skiatest::Reporter* reporter) { in test_normalize_cannormalize_consistent()
56 static void test_length(skiatest::Reporter* reporter, SkScalar x, SkScalar y, in test_length()
77 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { in get_value()
88 static float force_as_float(skiatest::Reporter* reporter, float value) { in force_as_float()
103 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow()
DFrontBufferedStreamTest.cpp20 static void test_read(skiatest::Reporter* reporter, SkStream* bufferedStream, in test_read()
30 static void test_rewind(skiatest::Reporter* reporter, in test_rewind()
40 static void test_hasLength(skiatest::Reporter* reporter, in test_hasLength()
57 static void test_incremental_buffering(skiatest::Reporter* reporter, size_t bufferSize) { in test_incremental_buffering()
90 static void test_perfectly_sized_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_perfectly_sized_buffer()
110 static void test_skipping(skiatest::Reporter* reporter, size_t bufferSize) { in test_skipping()
161 static void test_read_beyond_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_read_beyond_buffer()
210 static void test_length_combos(skiatest::Reporter* reporter, size_t bufferSize) { in test_length_combos()
223 static void test_initial_offset(skiatest::Reporter* reporter, size_t bufferSize) { in test_initial_offset()
254 static void test_buffers(skiatest::Reporter* reporter, size_t bufferSize) { in test_buffers()
/third_party/flutter/skia/tests/
DTest.h17 namespace skiatest {
35 virtual void reportFailed(const skiatest::Failure&) = 0;
40 void reportFailedWithContext(const skiatest::Failure&);
54 reporter->reportFailedWithContext(skiatest::Failure(__FILE__, __LINE__, cond, message))
69 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
86 void run(skiatest::Reporter* r, const GrContextOptions& options) const { in run()
168 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
169 skiatest::TestRegistry name##TestRegistry(skiatest::Test(#name, false, test_##name)); \
170 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&)
173 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
[all …]
DPathOpsExtendedTest.h19 void (*fun)(skiatest::Reporter*, const char* filename);
24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths()
36 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
38 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
40 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
42 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
46 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
47 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
49 extern bool testSimplifyFail(skiatest::Reporter* reporter, const SkPath& path,
[all …]
DTest.cpp18 void skiatest::Reporter::bumpTestCount() {} in bumpTestCount()
20 bool skiatest::Reporter::allowExtendedTest() const { return false; } in allowExtendedTest()
22 bool skiatest::Reporter::verbose() const { return false; } in verbose()
25 void skiatest::Reporter::reportFailedWithContext(const skiatest::Failure& f) { in reportFailedWithContext()
37 this->reportFailed(skiatest::Failure(f.fileName, f.lineNo, f.condition, fullMessage)); in reportFailedWithContext()
40 SkString skiatest::Failure::toString() const { in toString()
52 SkString skiatest::GetTmpDir() { in GetTmpDir()
73 skiatest::Timer::Timer() : fStartNanos(SkTime::GetNSecs()) {} in Timer()
75 double skiatest::Timer::elapsedNs() const { in elapsedNs()
79 double skiatest::Timer::elapsedMs() const { return this->elapsedNs() * 1e-6; } in elapsedMs()
[all …]
DPathOpsSimplifyTest.cpp11 static void testLine1(skiatest::Reporter* reporter, const char* filename) { in testLine1()
20 static void testLine1x(skiatest::Reporter* reporter, const char* filename) { in testLine1x()
58 static void testLine2(skiatest::Reporter* reporter, const char* filename) { in testLine2()
65 static void testLine2x(skiatest::Reporter* reporter, const char* filename) { in testLine2x()
73 static void testLine3(skiatest::Reporter* reporter, const char* filename) { in testLine3()
80 static void testLine3x(skiatest::Reporter* reporter, const char* filename) { in testLine3x()
88 static void testLine3a(skiatest::Reporter* reporter, const char* filename) { in testLine3a()
95 static void testLine3ax(skiatest::Reporter* reporter, const char* filename) { in testLine3ax()
103 static void testLine3b(skiatest::Reporter* reporter, const char* filename) { in testLine3b()
110 static void testLine3bx(skiatest::Reporter* reporter, const char* filename) { in testLine3bx()
[all …]
DVkHardwareBufferTest.cpp46 virtual bool init(skiatest::Reporter* reporter) = 0;
51 virtual sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter,
53 virtual sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter,
57 virtual bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) = 0;
58 virtual bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle,
98 bool init(skiatest::Reporter* reporter) override;
100 sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter,
102 sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter,
106 bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) override;
107 bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle,
[all …]
DGradientTest.cpp21 static void test_big_grad(skiatest::Reporter* reporter) { in test_big_grad()
49 void gradCheck(skiatest::Reporter* reporter, const sk_sp<SkShader>& shader, in gradCheck()
70 static void none_gradproc(skiatest::Reporter* reporter, const GradRec&, const GradRec&) { in none_gradproc()
75 static void color_gradproc(skiatest::Reporter* reporter, const GradRec& rec, const GradRec&) { in color_gradproc()
86 static void linear_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in linear_gradproc()
96 static void radial_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in radial_gradproc()
108 static void sweep_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in sweep_gradproc()
119 static void conical_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in conical_gradproc()
137 static void TestConstantGradient(skiatest::Reporter*) { in TestConstantGradient()
158 typedef void (*GradProc)(skiatest::Reporter* reporter, const GradRec&, const GradRec&);
[all …]
DCanvasTest.cpp107 static void test_restriction(skiatest::Reporter* reporter, SkCanvas* canvas) { in test_restriction()
228 using CanvasTest = void (*)(SkCanvas*, skiatest::Reporter*);
231 [](SkCanvas* c, skiatest::Reporter* r) { in __anon17e5b73f0302()
234 [](SkCanvas* c, skiatest::Reporter* r) { in __anon17e5b73f0402()
237 [](SkCanvas* c, skiatest::Reporter* r) { in __anon17e5b73f0502()
240 [](SkCanvas* c, skiatest::Reporter* r) { in __anon17e5b73f0602()
243 [](SkCanvas* c, skiatest::Reporter* r) { in __anon17e5b73f0702()
246 [](SkCanvas* c, skiatest::Reporter* r) { in __anon17e5b73f0802()
249 [](SkCanvas* c, skiatest::Reporter* r) { in __anon17e5b73f0902()
252 [](SkCanvas* c, skiatest::Reporter* r) { in __anon17e5b73f0a02()
[all …]
DRRectInPathTest.cpp14 static SkRRect path_contains_rrect(skiatest::Reporter* reporter, const SkPath& path, in path_contains_rrect()
43 static SkRRect inner_path_contains_rrect(skiatest::Reporter* reporter, const SkRRect& in, in inner_path_contains_rrect()
62 static void path_contains_rrect_check(skiatest::Reporter* reporter, const SkRRect& in, in path_contains_rrect_check()
71 static void path_contains_rrect_nocheck(skiatest::Reporter* reporter, const SkRRect& in, in path_contains_rrect_nocheck()
79 static void path_contains_rrect_check(skiatest::Reporter* reporter, const SkRect& r, in path_contains_rrect_check()
93 static void force_path_contains_rrect(skiatest::Reporter* reporter, SkPath& path, in force_path_contains_rrect()
102 static void test_undetected_paths(skiatest::Reporter* reporter) { in test_undetected_paths()
172 static void test_tricky_radii(skiatest::Reporter* reporter) { in test_tricky_radii()
199 static void test_empty_crbug_458524(skiatest::Reporter* reporter) { in test_empty_crbug_458524()
217 static void test_inset(skiatest::Reporter* reporter) { in test_inset()
[all …]
DPathOpsOpTest.cpp33 static void cubicOp1d(skiatest::Reporter* reporter, const char* filename) { in cubicOp1d()
46 static void cubicOp2d(skiatest::Reporter* reporter, const char* filename) { in cubicOp2d()
59 static void cubicOp3d(skiatest::Reporter* reporter, const char* filename) { in cubicOp3d()
72 static void cubicOp5d(skiatest::Reporter* reporter, const char* filename) { in cubicOp5d()
85 static void cubicOp6d(skiatest::Reporter* reporter, const char* filename) { in cubicOp6d()
98 static void cubicOp7d(skiatest::Reporter* reporter, const char* filename) { in cubicOp7d()
111 static void cubicOp8d(skiatest::Reporter* reporter, const char* filename) { in cubicOp8d()
124 static void cubicOp9d(skiatest::Reporter* reporter, const char* filename) { in cubicOp9d()
137 static void quadOp9d(skiatest::Reporter* reporter, const char* filename) { in quadOp9d()
152 static void lineOp9d(skiatest::Reporter* reporter, const char* filename) { in lineOp9d()
[all …]
DPointTest.cpp13 static void test_casts(skiatest::Reporter* reporter) { in test_casts()
25 static void test_Normalize(skiatest::Reporter* reporter, in test_Normalize()
36 static void test_normalize_cannormalize_consistent(skiatest::Reporter* reporter) { in test_normalize_cannormalize_consistent()
56 static void test_length(skiatest::Reporter* reporter, SkScalar x, SkScalar y, in test_length()
77 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { in get_value()
88 static float force_as_float(skiatest::Reporter* reporter, float value) { in force_as_float()
103 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow()
DFrontBufferedStreamTest.cpp16 static void test_read(skiatest::Reporter* reporter, SkStream* bufferedStream, in test_read()
26 static void test_rewind(skiatest::Reporter* reporter, in test_rewind()
36 static void test_hasLength(skiatest::Reporter* reporter, in test_hasLength()
53 static void test_incremental_buffering(skiatest::Reporter* reporter, size_t bufferSize) { in test_incremental_buffering()
85 static void test_perfectly_sized_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_perfectly_sized_buffer()
105 static void test_skipping(skiatest::Reporter* reporter, size_t bufferSize) { in test_skipping()
156 static void test_read_beyond_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_read_beyond_buffer()
205 static void test_length_combos(skiatest::Reporter* reporter, size_t bufferSize) { in test_length_combos()
218 static void test_initial_offset(skiatest::Reporter* reporter, size_t bufferSize) { in test_initial_offset()
249 static void test_buffers(skiatest::Reporter* reporter, size_t bufferSize) { in test_buffers()
DGrTRecorderTest.cpp43 static void test_extra_data(skiatest::Reporter* reporter) { in test_extra_data()
90 virtual void validate(skiatest::Reporter* reporter) const { in validate()
104 virtual void validate(skiatest::Reporter* reporter) const { in validate()
119 virtual void validate(skiatest::Reporter* reporter) const { in validate()
141 virtual void validate(skiatest::Reporter* reporter) const { in validate()
173 static void test_subclasses_iter(skiatest::Reporter*, Order&, Base::Recorder::iterator&, int = 0);
175 static void test_subclasses(skiatest::Reporter* reporter) { in test_subclasses()
216 static void test_subclasses_iter(skiatest::Reporter* reporter, Order& order, in test_subclasses_iter()
241 static void test_alignment(skiatest::Reporter* reporter) { in test_alignment()
DGeometryTest.cpp20 static void testChopCubic(skiatest::Reporter* reporter) { in testChopCubic()
51 static void check_pairs(skiatest::Reporter* reporter, int index, SkScalar t, const char name[], in check_pairs()
61 static void test_evalquadat(skiatest::Reporter* reporter) { in test_evalquadat()
86 static void test_conic_eval_pos(skiatest::Reporter* reporter, const SkConic& conic, SkScalar t) { in test_conic_eval_pos()
93 static void test_conic_eval_tan(skiatest::Reporter* reporter, const SkConic& conic, SkScalar t) { in test_conic_eval_tan()
100 static void test_conic(skiatest::Reporter* reporter) { in test_conic()
122 static void test_quad_tangents(skiatest::Reporter* reporter) { in test_quad_tangents()
142 static void test_conic_tangents(skiatest::Reporter* reporter) { in test_conic_tangents()
162 static void test_this_conic_to_quad(skiatest::Reporter* r, const SkPoint pts[3], SkScalar w) { in test_this_conic_to_quad()
177 static void test_conic_to_quads(skiatest::Reporter* reporter) { in test_conic_to_quads()
[all …]

12345678910>>...19