Home
last modified time | relevance | path

Searched defs:dashType (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DAsADashTest.cpp22 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local
31 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST() local
44 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local
/external/skia/tools/debugger/
DDrawCommand.cpp876 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect() local