Searched defs:rcPlate (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Icon.cpp27 CPDF_Rect rcPlate = GetClientRect(); local
42 sAppStream << rcPlate.left << " " << rcPlate.bottom << " "
43 << rcPlate.right - rcPlate.left << " " << rcPlate.top - rcPlate.bottom << " re W n\n";
45 sAppStream << fHScale << " 0 0 " << fVScale << " " << rcPlate.left + fx << " " << rcPlate.bottom + fy << " cm\n";
196 CPDF_Rect rcPlate local
265 CPDF_Rect rcPlate = this->GetClientRect(); local
[all...]
H A DPWL_ListBox.cpp141 CPDF_Rect rcPlate = m_pList->GetPlateRect(); local
146 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue;
190 CPDF_Rect rcPlate = m_pList->GetPlateRect(); local
197 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue;
H A DPWL_Edit.cpp820 FX_FLOAT CPWL_Edit::GetCharArrayAutoFontSize(CPDF_Font* pFont, const CPDF_Rect& rcPlate, FX_INT32 nCharArray) argument
827 CPDF_Rect rcCell = rcPlate;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp530 CPDF_Rect rcPlate = GetPlateRect(); local
532 return CPDF_Point(point.x - (m_ptScrollPos.x - rcPlate.left),
533 point.y - (m_ptScrollPos.y - rcPlate.top));
538 CPDF_Rect rcPlate = GetPlateRect(); local
540 return CPDF_Point(point.x + (m_ptScrollPos.x - rcPlate.left),
541 point.y + (m_ptScrollPos.y - rcPlate.top));
868 CPDF_Rect rcPlate = this->GetPlateRect(); local
871 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top;
878 CPDF_Rect rcPlate
902 CPDF_Rect rcPlate = GetPlateRect(); local
924 CPDF_Rect rcPlate = this->GetPlateRect(); local
[all...]
H A Dfxet_edit.cpp2029 CPDF_Rect rcPlate = m_pVT->GetPlateRect(); local
2031 CPVT_WordPlace place1 = m_pVT->SearchWordPlace(EditToVT(CPDF_Point(rcPlate.left,rcPlate.top)));
2032 CPVT_WordPlace place2 = m_pVT->SearchWordPlace(EditToVT(CPDF_Point(rcPlate.right,rcPlate.bottom)));
2140 CPDF_Rect rcPlate = m_pVT->GetPlateRect(); local
2150 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f;
2153 fPadding = rcPlate.Height() - rcContent.Height();
2157 return CPDF_Point(point.x - (m_ptScrollPos.x - rcPlate.left),
2158 point.y - (m_ptScrollPos.y + fPadding - rcPlate
2164 CPDF_Rect rcPlate = m_pVT->GetPlateRect(); local
2205 CPDF_Rect rcPlate = m_pVT->GetPlateRect(); local
2287 CPDF_Rect rcPlate = m_pVT->GetPlateRect(); local
2357 CPDF_Rect rcPlate = m_pVT->GetPlateRect(); local
3410 CPDF_Rect rcPlate = m_pVT->GetPlateRect(); local
[all...]

Completed in 130 milliseconds