HomeSort by relevance Sort by last modified time
    Searched refs:GetStrokesInternal (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_box.h 60 std::vector<CXFA_Stroke*> GetStrokesInternal(bool bNull);
cxfa_box.cpp 103 return GetStrokesInternal(false);
126 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true);
137 std::vector<CXFA_Stroke*> CXFA_Box::GetStrokesInternal(bool bNull) {

Completed in 56 milliseconds