HomeSort by relevance Sort by last modified time
    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