Lines Matching defs:height
36 if (h < fRectanizer->height()) {
37 h = std::min(h + kPadding, fRectanizer->height());
90 fHeight = std::min(SkNextPow2(initialSize.height()), fMaxAtlasSize);
114 int height = b - t;
116 ? (GrRectanizer*)fNodeAllocator.make<GrRectanizerSkyline>(width, height)
117 : fNodeAllocator.make<GrRectanizerPow2>(width, height);
131 bool GrDynamicAtlas::addRect(int width, int height, SkIPoint16* location) {
135 if (!this->internalPlaceRect(width, height, location)) {
140 fDrawBounds.fHeight = std::max(fDrawBounds.height(), location->y() + height);