Home
last modified time | relevance | path

Searched refs:kNumRRects (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/bench/
DShadowBench.cpp34 kNumRRects = ((kWidth - kRRSpace) / kRRStep)*((kHeight - kRRSpace) / kRRStep) enumerator
57 SkASSERT(i == kNumRRects); in genRRects()
86 canvas->private_draw_shadow_rec(fRRects[i % kNumRRects], fRec); in onDraw()
93 SkPath fRRects[kNumRRects];
/third_party/skia/bench/
DShadowBench.cpp34 kNumRRects = ((kWidth - kRRSpace) / kRRStep)*((kHeight - kRRSpace) / kRRStep) enumerator
57 SkASSERT(i == kNumRRects); in genRRects()
86 canvas->private_draw_shadow_rec(fRRects[i % kNumRRects], fRec); in onDraw()
93 SkPath fRRects[kNumRRects];
/third_party/flutter/skia/gm/
Drrects.cpp108 for (int curRRect = 0; curRRect < kNumRRects; ++curRRect) { in onDraw()
196 static constexpr int kNumRRects = kNumSimpleCases + kNumComplexCases; member in skiagm::RRectGM
197 SkRRect fRRects[kNumRRects];
/third_party/skia/gm/
Drrects.cpp113 for (int curRRect = 0; curRRect < kNumRRects; ++curRRect) { in onDraw()
202 inline static constexpr int kNumRRects = kNumSimpleCases + kNumComplexCases; member in skiagm::RRectGM
203 SkRRect fRRects[kNumRRects];
/third_party/flutter/skia/tests/
DRoundRectTest.cpp401 static const int kNumRRects = 4; in test_round_rect_contains_rect() local
402 static const SkVector gRadii[kNumRRects][4] = { in test_round_rect_contains_rect()
409 SkRRect rrects[kNumRRects]; in test_round_rect_contains_rect()
410 for (int i = 0; i < kNumRRects; ++i) { in test_round_rect_contains_rect()
427 for (int i = 0; i < kNumRRects; ++i) { in test_round_rect_contains_rect()
437 bool answers[kNumRRects][8][kNumSteps] = { in test_round_rect_contains_rect()
501 for (int i = 0; i < kNumRRects; ++i) { in test_round_rect_contains_rect()
/third_party/skia/tests/
DRoundRectTest.cpp404 static const int kNumRRects = 4; in test_round_rect_contains_rect() local
405 static const SkVector gRadii[kNumRRects][4] = { in test_round_rect_contains_rect()
412 SkRRect rrects[kNumRRects]; in test_round_rect_contains_rect()
413 for (int i = 0; i < kNumRRects; ++i) { in test_round_rect_contains_rect()
430 for (int i = 0; i < kNumRRects; ++i) { in test_round_rect_contains_rect()
440 bool answers[kNumRRects][8][kNumSteps] = { in test_round_rect_contains_rect()
504 for (int i = 0; i < kNumRRects; ++i) { in test_round_rect_contains_rect()