Home
last modified time | relevance | path

Searched defs:dashed (Results 1 – 3 of 3) sorted by relevance

/external/skia/docs/examples/
DPaint_move_SkPaint.cpp10 SkPaint dashed(std::move(paint)); in draw() local
/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTPMCmds.c158 bool dashed // The parameter is preceded by a single dash in CmdLineParser_IsOpt()
/external/skia/samplecode/
DSampleFilterBounds.cpp75 static SkPaint line_paint(SkColor color, bool dashed = false) { in line_paint()