Home
last modified time | relevance | path

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

/third_party/skia/tests/
DAsADashTest.cpp20 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local
29 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST() local
42 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local
/third_party/skia/m133/tests/
DAsADashTest.cpp23 SkPathEffectBase::DashType dashType = as_PEB(pe)->asADash(&info); in DEF_TEST() local
32 SkPathEffectBase::DashType dashType = as_PEB(pe)->asADash(nullptr); in DEF_TEST() local
45 SkPathEffectBase::DashType dashType = as_PEB(pe)->asADash(&info); in DEF_TEST() local
/third_party/skia/src/core/
DSkPictureCommon.h40 SkPathEffect::DashType dashType = effect->asADash(&info); in operator() local
/third_party/skia/m133/tools/debugger/
DDrawCommand.cpp879 SkPathEffectBase::DashType dashType = as_PEB(pathEffect)->asADash(&dashInfo); in apply_paint_patheffect() local
/third_party/skia/tools/debugger/
DDrawCommand.cpp852 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect() local