Searched defs:GrRectanizer (Results 1 - 2 of 2) 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);
/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);

Completed in 319 milliseconds