Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp125 size_t dashCount = cairo_get_dash_count(srcCr); in copyContextProperties() local
126 Vector<double> dashes(dashCount); in copyContextProperties()
130 cairo_set_dash(dstCr, dashes.data(), dashCount, offset); in copyContextProperties()