Searched refs:GrRectanizerPow2 (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/gpu/ |
D | GrRectanizerPow2.h | 23 class GrRectanizerPow2 final : public GrRectanizer { 25 GrRectanizerPow2(int w, int h) : INHERITED(w, h) { in GrRectanizerPow2() function 29 ~GrRectanizerPow2() final {} in ~GrRectanizerPow2()
|
D | GrRectanizerPow2.cpp | 10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
|
D | GrDynamicAtlas.cpp | 108 : fNodeAllocator.make<GrRectanizerPow2>(width, height); in makeNode()
|
/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/skqp/tests/ |
D | GpuRectanizerTest.cpp | 53 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); in test_pow2()
|
/external/skia/tests/ |
D | GpuRectanizerTest.cpp | 53 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); in test_pow2()
|
/external/skia/bench/ |
D | RectanizerBench.cpp | 79 fRectanizer = std::make_unique<GrRectanizerPow2>(kWidth, kHeight); in onDelayedSetup()
|
/external/skqp/bench/ |
D | RectanizerBench.cpp | 77 fRectanizer.reset(new GrRectanizerPow2(kWidth, kHeight)); in onDelayedSetup()
|
/external/skia/samplecode/ |
D | SampleRectanizer.cpp | 51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()
|
/external/skqp/samplecode/ |
D | SampleRectanizer.cpp | 51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()
|
/external/skia/gn/ |
D | gpu.gni | 171 "$_src/gpu/GrRectanizerPow2.cpp", 172 "$_src/gpu/GrRectanizerPow2.h",
|
/external/skia/ |
D | Android.bp | 487 "src/gpu/GrRectanizerPow2.cpp", 1471 "src/gpu/GrRectanizerPow2.cpp",
|