Searched refs:doubleLineWidth (Results 1 – 1 of 1) sorted by relevance
614 float doubleLineWidth = lineWidth * 2; in strokePath() local615 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() local1007 const float layerWidth = ceilf(rect.width() + doubleLineWidth); in strokeRect()1008 const float layerHeight = ceilf(rect.height() + doubleLineWidth); in strokeRect()