• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/rendering/

Lines Matching +refs:set +refs:border +refs:color

153             linearFunctionRefs->set(gradient, function = CGFunctionCreate(gradient, 1, nullptr, 4, nullptr, &linearFunctionCallbacks));
166 exponentialFunctionRefs->set(gradient, function = CGFunctionCreate(gradient, 1, 0, 4, 0, &exponentialFunctionCallbacks));
327 static Color color(0.0f, 0.0f, 0.0f, 0.7f);
328 return color;
333 // To fix inner border bleeding issues <rdar://problem/9812507>, we clip to the outer border and assert that
334 // the border is opaque or transparent, unless we're checked because checked radio/checkboxes show no bleeding.
336 RoundedRect border = isChecked(box) ? style.getRoundedInnerBorderFor(rect) : style.getRoundedBorderFor(rect);
338 if (border.isRounded())
339 context->clipRoundedRect(FloatRoundedRect(border));
341 context->clip(border.rect());
350 return border.rect();
437 bool RenderThemeIOS::isControlStyled(const RenderStyle& style, const BorderData& border, const FillLayer& background, const Color& backgroundColor) const
446 return RenderTheme::isControlStyled(style, border, background, backgroundColor);
498 // Do not draw the gradient if there is no visible top border.
531 // FIXME: We should not be relying on border radius for the appearance of our controls <rdar://problem/7675493>
587 // Enforce the width and set the box-sizing to content-box to not conflict with the padding.
719 // FIXME: We should not be relying on border radius for the appearance of our controls <rdar://problem/7675493>
783 // Draw the track border.
808 // Enforce "border-radius: 50%".
863 // 1.1) Draw the white background with grey gradient border.
886 FloatRect border(rect.x(), rect.y() + verticalOffset, rect.width(), progressBarHeight);
887 paintInfo.context->clipRoundedRect(FloatRoundedRect(border, roundedCornerRadius, roundedCornerRadius, roundedCornerRadius, roundedCornerRadius));