OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendPath
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h
104
void
AppendPath
(CPDF_Path path, int type, FX_BOOL bAutoMerge);
/external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp
217
pNewClipPath->
AppendPath
(Path, FXFILL_ALTERNATE, FALSE);
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp
47
m_ClipPath.
AppendPath
(path, type, bAutoMerge);
fpdf_page_graph_state.cpp
126
void CPDF_ClipPath::
AppendPath
(CPDF_Path path, int type, FX_BOOL bAutoMerge) {
fpdf_page_parser_old.cpp
978
m_pParser->GetCurStates()->m_ClipPath.
AppendPath
(ClipPath, FXFILL_WINDING,
Completed in 381 milliseconds