Lines Matching defs:height

61                                                    int height, int plotWidth, int plotHeight,
73 width, height, plotWidth, plotHeight,
91 int offX, int offY, int width, int height, GrColorType colorType)
102 , fHeight(height)
105 , fRectanizer(width, height)
125 int width, int height, const void* image, AtlasLocator* atlasLocator) {
126 SkASSERT(width <= fWidth && height <= fHeight);
129 if (!fRectanizer.addRect(width, height, &loc)) {
133 GrIRect16 rect = GrIRect16::MakeXYWH(loc.fX, loc.fY, width, height);
147 for (int i = 0; i < height; ++i) {
153 for (int i = 0; i < height; ++i) {
215 GrColorType colorType, int width, int height,
225 , fTextureHeight(height)
239 int numPlotsY = height/plotHeight;
286 int height, const void* image, AtlasLocator* atlasLocator) {
297 if (plot->addSubImage(width, height, image, atlasLocator)) {
316 int width, int height, const void* image,
318 if (width > fPlotWidth || height > fPlotHeight) {
326 if (this->uploadToPage(pageIdx, target, width, height, image, atlasLocator)) {
344 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, atlasLocator);
358 if (this->uploadToPage(fNumActivePages-1, target, width, height, image, atlasLocator)) {
400 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, atlasLocator);
721 SkASSERT(kARGBDimensions[index].height() <= kMaxAtlasDim);
723 std::min<int>(kARGBDimensions[index].height(), maxTextureSize));
729 size_t maxBytes = fARGBDimensions.width() * fARGBDimensions.height() * 4;
731 return maxBytes / (fARGBDimensions.width() * fARGBDimensions.height());
739 std::min<int>(2 * fARGBDimensions.height(), fMaxTextureSize) };
755 int plotHeight = atlasDimensions.height() >= 1024 ? 512 : 256;
760 int plotHeight = atlasDimensions.height() >= 2048 ? 512 : 256;