OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outlinerect
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
LayerFragment.h
46
outlineRect
= outline;
54
outlineRect
.moveBy(offset);
62
outlineRect
.intersect(rect);
69
ClipRect
outlineRect
;
RenderLayerClipper.cpp
183
ClipRect backgroundRect, foregroundRect,
outlineRect
;
186
calculateRects(context, m_renderer.view()->unscaledDocumentRect(), layerBounds, backgroundRect, foregroundRect,
outlineRect
);
195
ClipRect backgroundRect, foregroundRect,
outlineRect
;
197
calculateRects(context, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect,
outlineRect
);
211
ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect&
outlineRect
, const LayoutPoint* offsetFromRoot) const
224
outlineRect
= backgroundRect;
269
outlineRect
.intersect(newPosClip);
RenderLayerClipper.h
116
ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect&
outlineRect
, const LayoutPoint* offsetFromRoot = 0) const;
RenderTreeAsText.cpp
588
ClipRect damageRect, clipRectToApply,
outlineRect
;
589
layer->clipper().calculateRects(ClipRectsContext(rootLayer, UncachedClipRects), paintDirtyRect, layerBounds, damageRect, clipRectToApply,
outlineRect
);
603
write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(),
outlineRect
.rect(), LayerPaintPhaseBackground, indent, behavior);
617
write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(),
outlineRect
.rect(), paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior);
RenderLayer.cpp
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_pop_up_button.mm
93
NSRect
outlineRect
= NSOffsetRect(NSInsetRect(frame, 3.0, 3.5), -.5, -1.0);
94
NSBezierPath* path = [NSBezierPath bezierPathWithRoundedRect:
outlineRect
/frameworks/base/graphics/java/android/graphics/
NinePatch.java
48
outlineRect
= new Rect(outlineLeft, outlineTop, outlineRight, outlineBottom);
55
outlineRect
.scaleRoundIn(decodeScale);
62
public final Rect
outlineRect
;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp
411
FloatRect
outlineRect
= rect;
412
drawOutlinedQuad(context,
outlineRect
, Color(), color);
/frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java
295
final Rect outlineInsets = insets.
outlineRect
;
Completed in 897 milliseconds