HomeSort by relevance Sort by last modified time
    Searched defs:GrRectanizer (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrRectanizer.h 15 class GrRectanizer {
17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
22 virtual ~GrRectanizer() {}
37 static GrRectanizer* Factory(int width, int height);
  /external/skqp/src/gpu/
GrRectanizer.h 15 class GrRectanizer {
17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
22 virtual ~GrRectanizer() {}
37 static GrRectanizer* Factory(int width, int height);

Completed in 59 milliseconds