Home
last modified time | relevance | path

Searched refs:EmptyPath (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DEmptyPathTest.cpp154 DEF_TEST(EmptyPath, reporter) { in DEF_TEST() argument
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp635 CFX_PathData EmptyPath; in ProcessClipPath() local
636 EmptyPath.AppendRect(-1, -1, 0, 0); in ProcessClipPath()
638 m_pDevice->SetClip_PathFill(&EmptyPath, nullptr, fill_mode); in ProcessClipPath()