HomeSort by relevance Sort by last modified time
    Searched refs:rcPlate (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 27 CPDF_Rect rcPlate = GetClientRect();
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 = this->GetClientRect();
    [all...]
PWL_ListBox.cpp 141 CPDF_Rect rcPlate = m_pList->GetPlateRect();
146 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue;
190 CPDF_Rect rcPlate = m_pList->GetPlateRect();
197 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue;
PWL_Edit.cpp 820 FX_FLOAT CPWL_Edit::GetCharArrayAutoFontSize(CPDF_Font* pFont, const CPDF_Rect& rcPlate, FX_INT32 nCharArray)
827 CPDF_Rect rcCell = rcPlate;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 530 CPDF_Rect rcPlate = GetPlateRect();
532 return CPDF_Point(point.x - (m_ptScrollPos.x - rcPlate.left),
533 point.y - (m_ptScrollPos.y - rcPlate.top));
538 CPDF_Rect rcPlate = GetPlateRect();
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();
871 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top;
878 CPDF_Rect rcPlate = this->GetPlateRect();
    [all...]
fxet_edit.cpp     [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 85 static FX_FLOAT GetCharArrayAutoFontSize(CPDF_Font* pFont, const CPDF_Rect& rcPlate, FX_INT32 nCharArray);

Completed in 116 milliseconds