OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isActOnDash
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxgraphics/
cxfa_graphics.h
72
bool
isActOnDash
;
cxfa_graphics.cpp
146
if (m_info.
isActOnDash
) {
169
m_info.
isActOnDash
= true;
437
:
isActOnDash
(false), strokeColor(nullptr), fillColor(nullptr) {}
442
isActOnDash
(info.
isActOnDash
),
449
isActOnDash
= other.
isActOnDash
;
Completed in 85 milliseconds