Searched refs:GrRectanizerPow2 (Results 1 – 8 of 8) sorted by relevance
/third_party/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 | 117 : fNodeAllocator.make<GrRectanizerPow2>(width, height); in makeNode()
|
D | BUILD.bazel | 139 "GrRectanizerPow2.cpp", 140 "GrRectanizerPow2.h",
|
/third_party/skia/tests/ |
D | GpuRectanizerTest.cpp | 53 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); in test_pow2()
|
/third_party/skia/bench/ |
D | RectanizerBench.cpp | 79 fRectanizer = std::make_unique<GrRectanizerPow2>(kWidth, kHeight); in onDelayedSetup()
|
/third_party/skia/samplecode/ |
D | SampleRectanizer.cpp | 51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()
|
/third_party/skia/gn/ |
D | gpu.gni | 159 "$_src/gpu/GrRectanizerPow2.cpp", 160 "$_src/gpu/GrRectanizerPow2.h",
|