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

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 20 class GrRectanizer {
22 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 virtual ~GrRectanizer() {}
44 static GrRectanizer* Factory(int width, int height);
  /external/skia/src/gpu/
GrRectanizer.h 20 class GrRectanizer {
22 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 virtual ~GrRectanizer() {}
44 static GrRectanizer* Factory(int width, int height);

Completed in 22 milliseconds