HomeSort by relevance Sort by last modified time
    Searched refs:outlineWidth (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 157 blockStyle->setOutlineWidth(newStyle->outlineWidth());
    [all...]
RenderImage.cpp 408 unsigned short outlineWidth = areaElementStyle->outlineWidth();
409 if (!outlineWidth)
416 paintInfo.context->drawFocusRing(path, outlineWidth,
430 unsigned short outlineWidth = areaElementStyle->outlineWidth();
434 repaintRect.inflate(outlineWidth);
RenderObject.cpp     [all...]
RenderInline.h 149 virtual LayoutRect rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth) const OVERRIDE FINAL;
RenderBlock.h 405 virtual LayoutRect rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth) const OVERRIDE FINAL;
RenderReplaced.cpp 129 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth())
RenderObject.h     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.cpp 156 if (paintInfo.phase == PaintPhaseForeground && style()->outlineWidth() && style()->visibility() == VISIBLE) {
RenderSVGImage.cpp 158 if (style()->outlineWidth())
RenderSVGShape.cpp 290 if (style()->outlineWidth())
SVGRenderSupport.cpp 61 repaintRect.inflate(object->style()->outlineWidth());
  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 173 width += (glyphWidth - 1 - FontBitmap::outlineWidth) * mScale;
244 x += (glyphWidth - 1 - FontBitmap::outlineWidth) * mScale;
FontBitmap.h 9 static const uint32_t outlineWidth = 1;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 189 return a.outlineWidth() == b.outlineWidth();
CSSAnimatableValueFactory.cpp 387 return createFromDouble(style.outlineWidth());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 533 unsigned short outlineSize() const { return max(0, outlineWidth() + outlineOffset()); }
534 unsigned short outlineWidth() const
540 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 322 milliseconds