Lines Matching defs:width
10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) {
11 if ((unsigned)width > (unsigned)this->width() ||
16 int32_t area = width * height; // computed here since height will be modified
32 if (!row->canAddWidth(width, this->width())) {
43 SkASSERT(row->canAddWidth(width, this->width()));
45 row->fLoc.fX += width;
47 SkASSERT(row->fLoc.fX <= this->width());
57 //GrRectanizer* GrRectanizer::Factory(int width, int height) {
58 // return new GrRectanizerPow2 (width, height);