Searched refs:rcPlate (Results 1 – 7 of 7) sorted by relevance
69 CFX_FloatRect rcPlate = GetClientRect(); in GetScale() local70 float fPlateWidth = rcPlate.right - rcPlate.left; in GetScale()71 float fPlateHeight = rcPlate.top - rcPlate.bottom; in GetScale()125 CFX_FloatRect rcPlate = GetClientRect(); in GetImageOffset() local126 float fPlateWidth = rcPlate.right - rcPlate.left; in GetImageOffset()127 float fPlateHeight = rcPlate.top - rcPlate.bottom; in GetImageOffset()
117 CFX_FloatRect rcPlate = m_rcPlate; in InToOut() local118 return CFX_PointF(point.x - (m_ptScrollPos.x - rcPlate.left), in InToOut()119 point.y - (m_ptScrollPos.y - rcPlate.top)); in InToOut()123 CFX_FloatRect rcPlate = m_rcPlate; in OutToIn() local124 return CFX_PointF(point.x + (m_ptScrollPos.x - rcPlate.left), in OutToIn()125 point.y + (m_ptScrollPos.y - rcPlate.top)); in OutToIn()410 CFX_FloatRect rcPlate = m_rcPlate; in IsItemVisible() local413 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top; in IsItemVisible()420 CFX_FloatRect rcPlate = m_rcPlate; in ScrollToListItem() local424 if (IsFloatSmaller(rcItemCtrl.bottom, rcPlate.bottom)) { in ScrollToListItem()[all …]
852 CFX_FloatRect rcPlate = m_pVT->GetPlateRect(); in GetVisibleWordRange() local855 m_pVT->SearchWordPlace(EditToVT(CFX_PointF(rcPlate.left, rcPlate.top))); in GetVisibleWordRange()857 EditToVT(CFX_PointF(rcPlate.right, rcPlate.bottom))); in GetVisibleWordRange()937 CFX_FloatRect rcPlate = m_pVT->GetPlateRect(); in VTToEdit() local946 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in VTToEdit()949 fPadding = rcPlate.Height() - rcContent.Height(); in VTToEdit()953 return CFX_PointF(point.x - (m_ptScrollPos.x - rcPlate.left), in VTToEdit()954 point.y - (m_ptScrollPos.y + fPadding - rcPlate.top)); in VTToEdit()959 CFX_FloatRect rcPlate = m_pVT->GetPlateRect(); in EditToVT() local968 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in EditToVT()[all …]
102 CFX_FloatRect rcPlate = m_pList->GetPlateRect(); in DrawThisAppearance() local108 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) in DrawThisAppearance()
706 CFX_FloatRect rcPlate = icon.GetClientRect(); in GenerateIconAppStream() local720 str << rcPlate.left << " " << rcPlate.bottom << " " in GenerateIconAppStream()721 << rcPlate.right - rcPlate.left << " " << rcPlate.top - rcPlate.bottom in GenerateIconAppStream()725 str << fHScale << " 0 0 " << fVScale << " " << rcPlate.left + fx << " " in GenerateIconAppStream()726 << rcPlate.bottom + fy << " " << kConcatMatrixOperator << "\n"; in GenerateIconAppStream()
88 const CFX_FloatRect& rcPlate,
411 const CFX_FloatRect& rcPlate, in GetCharArrayAutoFontSize() argument419 CFX_FloatRect rcCell = rcPlate; in GetCharArrayAutoFontSize()