Searched refs:fMinWidth (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCAtlas.h | 26 int fMinWidth = 0; // If there are 100 20x10 paths, this should be 20. member 49 fMinWidth = std::max(width, fMinWidth); in accountForSpace()
|
D | GrCCAtlas.cpp | 28 return (std::max(specs.fMinHeight, specs.fMinWidth) <= specs.fMaxPreferredTextureSize) ? in choose_max_atlas_size()
|
D | GrCCPerFlushResources.cpp | 62 SkASSERT(clippedPathIBounds.width() <= fAtlasSpecs.fMinWidth); in placeRenderedPathInAtlas()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCAtlas.h | 41 int fMinWidth = 0; // If there are 100 20x10 paths, this should be 20. member 146 fMinWidth = SkTMax(width, fMinWidth); in accountForSpace()
|
D | GrCCAtlas.cpp | 53 , fMaxTextureSize(SkTMax(SkTMax(specs.fMinHeight, specs.fMinWidth), in GrCCAtlas() 69 if (fWidth < specs.fMinWidth || fHeight < specs.fMinHeight) { in GrCCAtlas() 72 fWidth = SkTMin(specs.fMinWidth + kPadding, fMaxTextureSize); in GrCCAtlas() 218 SkASSERT(devIBounds.width() <= fSpecs.fMinWidth); in addRect()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_scroll_bar.cpp | 804 float fMinWidth = rcMin.Width(); in GetScrollArea() local 811 if (rcClient.right - rcClient.left > fMinWidth + fMaxWidth + 2) { in GetScrollArea() 812 rcArea = CFX_FloatRect(rcClient.left + fMinWidth + 1, rcClient.bottom, in GetScrollArea() 815 rcArea = CFX_FloatRect(rcClient.left + fMinWidth + 1, rcClient.bottom, in GetScrollArea() 816 rcClient.left + fMinWidth + 1, rcClient.top); in GetScrollArea()
|