Searched refs:nCharArray (Results 1 – 7 of 7) sorted by relevance
256 int32_t nCharArray = m_pEdit->GetCharArray(); in GetThisAppearanceStream() local258 if (nCharArray > 0) { in GetThisAppearanceStream()265 for (int32_t i = 1; i < nCharArray; i++) { in GetThisAppearanceStream()267 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()270 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()283 for (int32_t i = 1; i < nCharArray; i++) { in GetThisAppearanceStream()285 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()288 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()378 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance() local379 FX_SAFE_INT32 nCharArraySafe = nCharArray; in DrawThisAppearance()[all …]
76 void SetCharArray(int32_t nCharArray);107 int32_t nCharArray);143 FX_FLOAT GetCharArrayAutoFontSize(int32_t nCharArray);
374 void SetCharArray(int32_t nCharArray = 0) override {375 m_nCharArray = nCharArray;
339 virtual void SetCharArray(int32_t nCharArray = 0) = 0;
848 void CFX_Edit::SetCharArray(int32_t nCharArray, FX_BOOL bPaint) { in SetCharArray() argument849 m_pVT->SetCharArray(nCharArray); in SetCharArray()2848 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull() local2851 (nCharArray > 0 && nTotalWords >= nCharArray); in IsTextFull()
223 virtual void SetCharArray(int32_t nCharArray = 0, FX_BOOL bPaint = TRUE) = 0;
542 void SetCharArray(int32_t nCharArray = 0, FX_BOOL bPaint = TRUE) override;