OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:edge_dash_lengths
(Results
1 - 1
of
1
) sorted by null
/external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp
217
static const float
edge_dash_lengths
[] = {2.0f, 2.0f};
local
219
static const float edge_offset = -(
edge_dash_lengths
[1] - 1.0f) / 2.0f;
228
CGContextSetLineDash(context, edge_offset,
edge_dash_lengths
,
229
sizeof(
edge_dash_lengths
) / sizeof(
edge_dash_lengths
[0]));
240
CGContextSetLineDash(context, edge_offset,
edge_dash_lengths
,
241
sizeof(
edge_dash_lengths
) / sizeof(
edge_dash_lengths
[0]));
Completed in 10 milliseconds