OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcPlate
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp
19
CPDF_Rect
rcPlate
= GetClientRect();
33
sAppStream <<
rcPlate
.left << " " <<
rcPlate
.bottom << " "
34
<<
rcPlate
.right -
rcPlate
.left << " "
35
<<
rcPlate
.top -
rcPlate
.bottom << " re W n\n";
37
sAppStream << fHScale << " 0 0 " << fVScale << " " <<
rcPlate
.left + fx
38
<< " " <<
rcPlate
.bottom + fy << " cm\n";
160
CPDF_Rect
rcPlate
= GetClientRect()
[
all
...]
PWL_ListBox.cpp
112
CPDF_Rect
rcPlate
= m_pList->GetPlateRect();
116
if (rcItem.bottom >
rcPlate
.top || rcItem.top <
rcPlate
.bottom)
161
CPDF_Rect
rcPlate
= m_pList->GetPlateRect();
167
if (rcItem.bottom >
rcPlate
.top || rcItem.top <
rcPlate
.bottom)
PWL_Edit.cpp
780
const CPDF_Rect&
rcPlate
,
786
CPDF_Rect rcCell =
rcPlate
;
[
all
...]
/external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp
427
CPDF_Rect
rcPlate
= GetPlateRect();
429
return CPDF_Point(point.x - (m_ptScrollPos.x -
rcPlate
.left),
430
point.y - (m_ptScrollPos.y -
rcPlate
.top));
434
CPDF_Rect
rcPlate
= GetPlateRect();
436
return CPDF_Point(point.x + (m_ptScrollPos.x -
rcPlate
.left),
437
point.y + (m_ptScrollPos.y -
rcPlate
.top));
704
CPDF_Rect
rcPlate
= GetPlateRect();
707
return rcItem.bottom >=
rcPlate
.bottom && rcItem.top <=
rcPlate
.top;
714
CPDF_Rect
rcPlate
= GetPlateRect()
[
all
...]
fxet_edit.cpp
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h
106
const CPDF_Rect&
rcPlate
,
Completed in 1033 milliseconds