Home | History | Annotate | Download | only in cg

Lines Matching refs:layerHeight

616             float layerHeight = ceilf(rect.height() + doubleLineWidth);
618 CGLayerRef layer = CGLayerCreateWithContext(context, CGSizeMake(layerWidth, layerHeight), 0);
1008 const float layerHeight = ceilf(rect.height() + doubleLineWidth);
1009 CGLayerRef layer = CGLayerCreateWithContext(context, CGSizeMake(layerWidth, layerHeight), 0);