Searched defs:dashes (Results 1 - 3 of 3) sorted by relevance

/external/strace/
H A Dcount.c162 const char *dashes = "----------------"; local
170 dashes, dashes, dashes, dashes, dashes, dashes);
217 dashes, dashes, dashes, dashe
[all...]
/external/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp143 std::vector<uint32_t> dashes; local
145 dashes.resize(pGraphState->m_DashCount);
147 dashes[i] = FXSYS_round(
150 dashes[i] = std::max(dashes[i], 1U);
155 reinterpret_cast<const DWORD*>(dashes.data()));
/external/skia/src/xps/
H A DSkXPSDevice.cpp1487 SkTScopedComPtr<IXpsOMDashCollection> dashes; local
1488 HRM(shadedPath->GetStrokeDashes(&dashes),
1489 "Could not set dashes for shaded path.");
1493 HRM(dashes->Append(&dash), "Could not add dashes to shaded path.");

Completed in 729 milliseconds