Home
last modified time | relevance | path

Searched refs:fMinHeight (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.h43 int fMinHeight = 0; // If there are 100 20x10 paths, this should be 10. member
170 fMinHeight = SkTMax(height, fMinHeight); in accountForSpace()
DGrCCAtlas.cpp89 , 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()