OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_rtUI
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffcheckbutton.cpp
116
m_rtUI
= rtWidget;
122
m_rtUI
.width -= fCapReserve;
123
m_rtUI
.left += fCapReserve;
128
m_rtUI
.height -= fCapReserve;
129
m_rtUI
.top += fCapReserve;
135
m_rtUI
.width -= fCapReserve;
141
m_rtUI
.height -= fCapReserve;
150
m_rtUI
.left += (
m_rtUI
.width - fCheckSize) / 2;
152
m_rtUI
.left = m_rtUI.right() - fCheckSize;
[
all
...]
xfa_fffield.cpp
19
m_rtUI
.Set(0, 0, 0, 0);
33
rtBox =
m_rtUI
;
69
DrawBorder(pGS, borderUI,
m_rtUI
, &mtRotate);
84
if (
m_rtUI
.IsEmpty() || !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) {
95
path.AddEllipse(
m_rtUI
);
97
path.AddRectangle(
m_rtUI
.left,
m_rtUI
.top,
m_rtUI
.width,
m_rtUI
.height);
111
path.AddRectangle(
m_rtUI
.left, m_rtUI.top, m_rtUI.width, m_rtUI.height);
[
all
...]
xfa_ffsignature.cpp
35
DrawBorder(pGS, borderUI,
m_rtUI
, &mtRotate);
38
CFX_RectF rtWidget =
m_rtUI
;
xfa_ffimageedit.cpp
57
DrawBorder(pGS, borderUI,
m_rtUI
, &mtRotate);
160
CFX_RectF rtImage(
m_rtUI
);
xfa_fffield.h
89
CFX_RectF
m_rtUI
;
xfa_ffpushbutton.cpp
107
m_rtUI
= rtWidget;
xfa_ffbarcode.cpp
54
DrawBorder(pGS, borderUI,
m_rtUI
, &mtRotate);
Completed in 394 milliseconds