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

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.cpp 16 class GrRectanizerPow2 : public GrRectanizer {
18 GrRectanizerPow2(int w, int h) : GrRectanizer(w, h) {
24 virtual ~GrRectanizerPow2() {
68 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) {
120 return SkNEW_ARGS(GrRectanizerPow2, (width, height));
  /external/skia/src/gpu/
GrRectanizer.cpp 16 class GrRectanizerPow2 : public GrRectanizer {
18 GrRectanizerPow2(int w, int h) : GrRectanizer(w, h) {
24 virtual ~GrRectanizerPow2() {
68 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) {
120 return SkNEW_ARGS(GrRectanizerPow2, (width, height));

Completed in 314 milliseconds