Lines Matching refs:nLayout
494 FX_INT32 nLayout = 0; in ResetAppearance_PushButton() local
499 nLayout = PPBL_ICON; in ResetAppearance_PushButton()
502 nLayout = PPBL_ICONTOPLABELBOTTOM; in ResetAppearance_PushButton()
505 nLayout = PPBL_LABELTOPICONBOTTOM; in ResetAppearance_PushButton()
508 nLayout = PPBL_ICONLEFTLABELRIGHT; in ResetAppearance_PushButton()
511 nLayout = PPBL_LABELLEFTICONRIGHT; in ResetAppearance_PushButton()
514 nLayout = PPBL_LABELOVERICON; in ResetAppearance_PushButton()
517 nLayout = PPBL_LABEL; in ResetAppearance_PushButton()
657 … rcWindow : rcClient, &FontMap, pNormalIcon, iconFit, csNormalCaption, crText, fFontSize, nLayout); in ResetAppearance_PushButton()
676 …indow : rcClient, &FontMap, pRolloverIcon, iconFit, csRolloverCaption, crText, fFontSize, nLayout); in ResetAppearance_PushButton()
707 …() ? rcWindow : rcClient, &FontMap, pDownIcon, iconFit, csDownCaption, crText, fFontSize, nLayout); in ResetAppearance_PushButton()