Searched refs:pNewClipPath (Results 1 – 1 of 1) sorted by relevance
218 auto pNewClipPath = pdfium::MakeUnique<CPDF_ClipPath>(); in FPDF_CreateClipPath() local219 pNewClipPath->AppendPath(Path, FXFILL_ALTERNATE, false); in FPDF_CreateClipPath()220 return pNewClipPath.release(); // Caller takes ownership. in FPDF_CreateClipPath()