Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCAtlas.h27 int fMinHeight = 0; // If there are 100 20x10 paths, this should be 10. member
50 fMinHeight = std::max(height, fMinHeight); in accountForSpace()
DGrCCAtlas.cpp28 return (std::max(specs.fMinHeight, specs.fMinWidth) <= specs.fMaxPreferredTextureSize) ? in choose_max_atlas_size()
DGrCCPerFlushResources.cpp63 SkASSERT(clippedPathIBounds.height() <= fAtlasSpecs.fMinHeight); in placeRenderedPathInAtlas()
/external/pdfium/xfa/fxfa/
Dcxfa_fwladapterwidgetmgr.cpp28 float fMinHeight, in GetPopupPos() argument
36 pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, pPopupRect); in GetPopupPos()
Dcxfa_fwladapterwidgetmgr.h23 float fMinHeight,
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.h42 int fMinHeight = 0; // If there are 100 20x10 paths, this should be 10. member
147 fMinHeight = SkTMax(height, fMinHeight); in accountForSpace()
DGrCCAtlas.cpp53 , fMaxTextureSize(SkTMax(SkTMax(specs.fMinHeight, specs.fMinWidth), in GrCCAtlas()
69 if (fWidth < specs.fMinWidth || fHeight < specs.fMinHeight) { in GrCCAtlas()
73 fHeight = SkTMin(specs.fMinHeight + kPadding, fMaxTextureSize); in GrCCAtlas()
219 SkASSERT(devIBounds.height() <= fSpecs.fMinHeight); in addRect()
/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h29 float fMinHeight,
65 float fMinHeight,
Dcfwl_datetimepicker.h84 void GetPopupPos(float fMinHeight,
Dcfwl_combobox.h108 void GetPopupPos(float fMinHeight,
Dcfwl_datetimepicker.cpp448 void CFWL_DateTimePicker::GetPopupPos(float fMinHeight, in GetPopupPos() argument
452 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
Dcfwl_widgetmgr.cpp305 float fMinHeight, in GetAdapterPopupPos() argument
309 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, in GetAdapterPopupPos()
Dcfwl_combobox.cpp582 void CFWL_ComboBox::GetPopupPos(float fMinHeight, in GetPopupPos() argument
586 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp805 float fMinHeight = rcMin.Height(); in GetScrollArea() local
820 if (rcClient.top - rcClient.bottom > fMinHeight + fMaxHeight + 2) { in GetScrollArea()
821 rcArea = CFX_FloatRect(rcClient.left, rcClient.bottom + fMinHeight + 1, in GetScrollArea()
825 CFX_FloatRect(rcClient.left, rcClient.bottom + fMinHeight + 1, in GetScrollArea()
826 rcClient.right, rcClient.bottom + fMinHeight + 1); in GetScrollArea()