Home | History | Annotate | Download | only in cg

Lines Matching refs:layerWidth

615             float layerWidth = ceilf(rect.width() + doubleLineWidth);
618 CGLayerRef layer = CGLayerCreateWithContext(context, CGSizeMake(layerWidth, layerHeight), 0);
1007 const float layerWidth = ceilf(rect.width() + doubleLineWidth);
1009 CGLayerRef layer = CGLayerCreateWithContext(context, CGSizeMake(layerWidth, layerHeight), 0);