/external/pdfium/xfa/fwl/ |
D | cfwl_widget.cpp | 382 void CFWL_Widget::GetPopupPos(float fMinHeight, in GetPopupPos() argument 388 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos() 392 GetPopupPosComboBox(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos() 397 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos() 401 GetPopupPosGeneral(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos() 404 bool CFWL_Widget::GetPopupPosMenu(float fMinHeight, in GetPopupPosMenu() argument 436 bool CFWL_Widget::GetPopupPosComboBox(float fMinHeight, in GetPopupPosComboBox() argument 443 else if (rtPopup.height < fMinHeight) in GetPopupPosComboBox() 444 fPopHeight = fMinHeight; in GetPopupPosComboBox() 460 bool CFWL_Widget::GetPopupPosGeneral(float fMinHeight, in GetPopupPosGeneral() argument
|
D | cfwl_widget.h | 139 void GetPopupPos(float fMinHeight, 166 bool GetPopupPosMenu(float fMinHeight, 170 bool GetPopupPosComboBox(float fMinHeight, 174 bool GetPopupPosGeneral(float fMinHeight,
|
D | cfwl_widgetmgr.h | 64 float fMinHeight,
|
D | cfwl_widgetmgr.cpp | 382 float fMinHeight, in GetAdapterPopupPos() argument 386 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetAdapterPopupPos()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCAtlas.h | 42 int fMinHeight = 0; // If there are 100 20x10 paths, this should be 10. member 147 fMinHeight = SkTMax(height, fMinHeight); 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() 73 fHeight = SkTMin(specs.fMinHeight + kPadding, fMaxTextureSize); in GrCCAtlas() 219 SkASSERT(devIBounds.height() <= fSpecs.fMinHeight); in addRect()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCAtlas.h | 42 int fMinHeight = 0; // If there are 100 20x10 paths, this should be 10. member 147 fMinHeight = SkTMax(height, fMinHeight); in accountForSpace()
|
D | GrCCAtlas.cpp | 54 , fMaxTextureSize(SkTMax(SkTMax(specs.fMinHeight, specs.fMinWidth), in GrCCAtlas() 70 if (fWidth < specs.fMinWidth || fHeight < specs.fMinHeight) { in GrCCAtlas() 74 fHeight = SkTMin(specs.fMinHeight + kPadding, fMaxTextureSize); in GrCCAtlas() 220 SkASSERT(devIBounds.height() <= fSpecs.fMinHeight); in addRect()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwladapterwidgetmgr.cpp | 28 float fMinHeight, in GetPopupPos() argument 36 pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, rtPopup); in GetPopupPos()
|
D | cxfa_fwladapterwidgetmgr.h | 22 float fMinHeight,
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_scroll_bar.cpp | 837 float fMinHeight = rcMin.top - rcMin.bottom; in GetScrollArea() local 852 if (rcClient.top - rcClient.bottom > fMinHeight + fMaxHeight + 2) { in GetScrollArea() 853 rcArea = CFX_FloatRect(rcClient.left, rcClient.bottom + fMinHeight + 1, in GetScrollArea() 857 CFX_FloatRect(rcClient.left, rcClient.bottom + fMinHeight + 1, in GetScrollArea() 858 rcClient.right, rcClient.bottom + fMinHeight + 1); in GetScrollArea()
|