OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nBorderStyle
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp
325
int
nBorderStyle
= m_pWidget->GetBorderStyle();
327
switch (
nBorderStyle
) {
329
cp.
nBorderStyle
= PBS_SOLID;
332
cp.
nBorderStyle
= PBS_DASH;
336
cp.
nBorderStyle
= PBS_BEVELED;
340
cp.
nBorderStyle
= PBS_INSET;
344
cp.
nBorderStyle
= PBS_UNDERLINED;
/external/pdfium/core/src/fpdfdoc/
doc_ap.cpp
355
int32_t
nBorderStyle
= PBS_SOLID;
369
nBorderStyle
= PBS_SOLID;
372
nBorderStyle
= PBS_DASH;
375
nBorderStyle
= PBS_BEVELED;
381
nBorderStyle
= PBS_INSET;
387
nBorderStyle
= PBS_UNDERLINED;
408
rcBBox, fBorderWidth, crBorder, crLeftTop, crRightBottom,
nBorderStyle
,
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
215
nBorderStyle
(PBS_SOLID),
238
int32_t
nBorderStyle
; // optional
335
virtual CPWL_Color GetBorderLeftTopColor(int32_t
nBorderStyle
) const;
336
virtual CPWL_Color GetBorderRightBottomColor(int32_t
nBorderStyle
) const;
/external/pdfium/fpdfsdk/src/javascript/
Field.cpp
392
int
nBorderstyle
= pWidget->GetBorderStyle();
394
switch (
nBorderstyle
) {
425
int
nBorderStyle
= 0;
428
nBorderStyle
= BBS_SOLID;
430
nBorderStyle
= BBS_BEVELED;
432
nBorderStyle
= BBS_DASH;
434
nBorderStyle
= BBS_INSET;
436
nBorderStyle
= BBS_UNDERLINE;
448
if (pWidget->GetBorderStyle() !=
nBorderStyle
) {
449
pWidget->SetBorderStyle(
nBorderStyle
);
[
all
...]
/external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp
922
int32_t
nBorderStyle
= 0;
928
nBorderStyle
= PBS_DASH;
932
nBorderStyle
= PBS_BEVELED;
938
nBorderStyle
= PBS_INSET;
944
nBorderStyle
= PBS_UNDERLINED;
947
nBorderStyle
= PBS_SOLID;
1026
crLeftTop, crRightBottom,
nBorderStyle
,
[
all
...]
Completed in 83 milliseconds