Searched refs:GrRectanizerPow2 (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/ |
D | GrRectanizer_pow2.h | 21 class GrRectanizerPow2 : public GrRectanizer { 23 GrRectanizerPow2(int w, int h) : INHERITED(w, h) { in GrRectanizerPow2() function 27 ~GrRectanizerPow2() override {} in ~GrRectanizerPow2()
|
D | GrRectanizer_pow2.cpp | 10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
|
/external/skia/src/gpu/ |
D | GrRectanizer_pow2.h | 21 class GrRectanizerPow2 : public GrRectanizer { 23 GrRectanizerPow2(int w, int h) : INHERITED(w, h) { in GrRectanizerPow2() function 27 ~GrRectanizerPow2() override {} in ~GrRectanizerPow2()
|
D | GrRectanizer_pow2.cpp | 10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
|
/external/skia/tests/ |
D | GpuRectanizerTest.cpp | 53 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); in test_pow2()
|
/external/skqp/tests/ |
D | GpuRectanizerTest.cpp | 53 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); in test_pow2()
|
/external/skqp/bench/ |
D | RectanizerBench.cpp | 77 fRectanizer.reset(new GrRectanizerPow2(kWidth, kHeight)); in onDelayedSetup()
|
/external/skia/bench/ |
D | RectanizerBench.cpp | 77 fRectanizer.reset(new GrRectanizerPow2(kWidth, kHeight)); in onDelayedSetup()
|
/external/skqp/samplecode/ |
D | SampleRectanizer.cpp | 51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()
|
/external/skia/samplecode/ |
D | SampleRectanizer.cpp | 51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()
|