HomeSort by relevance Sort by last modified time
    Searched refs:GrRectanizerSkyline (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrRectanizer_skyline.h 16 class GrRectanizerSkyline : public GrRectanizer {
18 GrRectanizerSkyline(int w, int h) : INHERITED(w, h) {
22 ~GrRectanizerSkyline() override { }
GrRectanizer_skyline.cpp 12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) {
51 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const {
74 void GrRectanizerSkyline::addSkylineLevel(int skylineIndex, int x, int y, int width, int height) {
121 return new GrRectanizerSkyline(width, height);
  /external/skia/tests/
GpuRectanizerTest.cpp 48 GrRectanizerSkyline skylineRectanizer(kWidth, kHeight);
  /external/skia/bench/
RectanizerBench.cpp 82 fRectanizer.reset(new GrRectanizerSkyline(kWidth, kHeight));
  /external/skia/samplecode/
SampleRectanizer.cpp 21 // Skyline -> GrRectanizerSkyline
49 fRectanizers[1] = new GrRectanizerSkyline(kWidth, kHeight);

Completed in 667 milliseconds