Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp614 float doubleLineWidth = lineWidth * 2; in strokePath() local
615 float layerWidth = ceilf(rect.width() + doubleLineWidth); in strokePath()
616 float layerHeight = ceilf(rect.height() + doubleLineWidth); in strokePath()
1006 const float doubleLineWidth = lineWidth * 2; in strokeRect() local
1007 const float layerWidth = ceilf(rect.width() + doubleLineWidth); in strokeRect()
1008 const float layerHeight = ceilf(rect.height() + doubleLineWidth); in strokeRect()