Searched refs:GrRectanizer (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer.h15 class GrRectanizer { class
17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) { function in class:GrRectanizer
22 virtual ~GrRectanizer() {}
37 static GrRectanizer* Factory(int width, int height);
H A DGrRectanizer_skyline.h11 #include "GrRectanizer.h"
16 class GrRectanizerSkyline : public GrRectanizer {
59 typedef GrRectanizer INHERITED;
H A DGrRectanizer_pow2.h11 #include "GrRectanizer.h"
19 class GrRectanizerPow2 : public GrRectanizer {
76 typedef GrRectanizer INHERITED;
H A DGrAtlas.h19 class GrRectanizer;
24 // or more GrPlots. The GrPlots keep track of subimage placement via their GrRectanizer. Once a
25 // GrPlot is "full" (i.e. there is no room for the new subimage according to the GrRectanizer), the
63 GrRectanizer* fRects;
H A DGrRectanizer_skyline.cpp120 GrRectanizer* GrRectanizer::Factory(int width, int height) {
H A DGrAtlas.cpp12 #include "GrRectanizer.h"
45 fRects = GrRectanizer::Factory(width, height);
/external/skia/src/gpu/
H A DGrRectanizer.h15 class GrRectanizer { class
17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) { function in class:GrRectanizer
22 virtual ~GrRectanizer() {}
37 static GrRectanizer* Factory(int width, int height);
H A DGrRectanizer_skyline.h11 #include "GrRectanizer.h"
16 class GrRectanizerSkyline : public GrRectanizer {
59 typedef GrRectanizer INHERITED;
H A DGrRectanizer_pow2.h11 #include "GrRectanizer.h"
19 class GrRectanizerPow2 : public GrRectanizer {
76 typedef GrRectanizer INHERITED;
H A DGrAtlas.h18 class GrRectanizer;
24 // or more GrPlots. The GrPlots keep track of subimage placement via their GrRectanizer. Once a
25 // GrPlot is "full" (i.e. there is no room for the new subimage according to the GrRectanizer), the
58 GrRectanizer* fRects;
H A DGrRectanizer_skyline.cpp120 GrRectanizer* GrRectanizer::Factory(int width, int height) {
H A DGrAtlas.cpp12 #include "GrRectanizer.h"
42 fRects = GrRectanizer::Factory(width, height);
/external/chromium_org/third_party/skia/tests/
H A DGpuRectanizerTest.cpp20 // Basic test of a GrRectanizer-derived class' functionality
21 static void test_rectanizer_basic(skiatest::Reporter* reporter, GrRectanizer* rectanizer) {
34 GrRectanizer* rectanizer,
/external/skia/tests/
H A DGpuRectanizerTest.cpp20 // Basic test of a GrRectanizer-derived class' functionality
21 static void test_rectanizer_basic(skiatest::Reporter* reporter, GrRectanizer* rectanizer) {
34 GrRectanizer* rectanizer,
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRectanizer.cpp17 // This slide visualizes the various GrRectanizer-derived classes behavior
146 GrRectanizer* fRectanizers[2];
147 GrRectanizer* fCurRectanizer;
/external/skia/samplecode/
H A DSampleRectanizer.cpp17 // This slide visualizes the various GrRectanizer-derived classes behavior
146 GrRectanizer* fRectanizers[2];
147 GrRectanizer* fCurRectanizer;
/external/chromium_org/third_party/skia/bench/
H A DRectanizerBench.cpp19 * This bench exercises Ganesh' GrRectanizer classes. It exercises the following
118 SkAutoTDelete<GrRectanizer> fRectanizer;
/external/skia/bench/
H A DRectanizerBench.cpp19 * This bench exercises Ganesh' GrRectanizer classes. It exercises the following
118 SkAutoTDelete<GrRectanizer> fRectanizer;

Completed in 213 milliseconds