Searched refs:fMinHeight (Results 1 – 2 of 2) sorted by relevance
43 int fMinHeight = 0; // If there are 100 20x10 paths, this should be 10. member170 fMinHeight = SkTMax(height, fMinHeight); in accountForSpace()
89 , fMaxTextureSize(SkTMax(SkTMax(specs.fMinHeight, specs.fMinWidth), in GrCCAtlas()105 if (fWidth < specs.fMinWidth || fHeight < specs.fMinHeight) { in GrCCAtlas()109 fHeight = SkTMin(specs.fMinHeight + kPadding, fMaxTextureSize); in GrCCAtlas()265 SkASSERT(devIBounds.height() <= fSpecs.fMinHeight); in addRect()