Home
last modified time | relevance | path

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

/external/skia/tests/
DEmptyPathTest.cpp155 DEF_TEST(EmptyPath, reporter) { in DEF_TEST() argument
/external/skqp/tests/
DEmptyPathTest.cpp155 DEF_TEST(EmptyPath, reporter) { in DEF_TEST() argument
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1421 CFX_PathData EmptyPath; in ProcessClipPath() local
1422 EmptyPath.AppendRect(-1, -1, 0, 0); in ProcessClipPath()
1423 m_pDevice->SetClip_PathFill(&EmptyPath, nullptr, FXFILL_WINDING); in ProcessClipPath()