Searched refs:clip (Results 51 - 75 of 575) sorted by relevance

1234567891011>>

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_pixeltest_masks.cc107 scoped_refptr<Layer> clip = Layer::Create(); local
108 clip->SetPosition(gfx::Point(0, 0));
109 clip->SetBounds(gfx::Size(200, 100));
110 clip->SetMasksToBounds(true);
111 background->AddChild(clip);
115 clip->AddChild(green);
172 scoped_refptr<Layer> clip = Layer::Create(); local
173 clip->SetPosition(gfx::Point(0, 50));
174 clip->SetBounds(gfx::Size(150, 150));
175 clip
245 scoped_refptr<Layer> clip = Layer::Create(); local
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_flash_fullscreen.cc27 const pp::Rect& clip,
31 clip.point() == pp::Point(0, 0) &&
32 clip.size() == screen_size);
139 pp::Rect clip = view.GetClipRect(); local
140 if (fullscreen_pending_ && IsFullscreenView(position, clip, screen_size_)) {
144 !IsFullscreenView(position, clip, screen_size_)) {
26 IsFullscreenView(const pp::Rect& position, const pp::Rect& clip, const pp::Size& screen_size) argument
/external/skia/src/core/
H A DSkEdge.h39 int setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip,
41 // call this version if you know you don't have a clip
44 void chopLineWithClip(const SkIRect& clip);
46 inline bool intersectsClip(const SkIRect& clip) const {
47 SkASSERT(fFirstY < clip.fBottom);
48 return fLastY >= clip.fTop;
84 int setCubic(const SkPoint pts[4], const SkIRect* clip, int shiftUp);
H A DSkBlitter.h49 virtual void blitMask(const SkMask&, const SkIRect& clip);
71 void blitMaskRegion(const SkMask& mask, const SkRegion& clip);
72 void blitRectRegion(const SkIRect& rect, const SkRegion& clip);
73 void blitRegion(const SkRegion& clip);
104 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE;
128 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE;
155 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE;
164 to apply a clip. Returns a pointer to a member, so lifetime must
169 SkBlitter* apply(SkBlitter* blitter, const SkRegion* clip,
H A DSkEdge.cpp34 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip, argument
61 // are we completely above or below the clip?
62 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
77 if (clip) {
78 this->chopLineWithClip(*clip);
118 void SkEdge::chopLineWithClip(const SkIRect& clip) argument
122 SkASSERT(top < clip.fBottom);
124 // clip th
319 setCubic(const SkPoint pts[4], const SkIRect* clip, int shift) argument
[all...]
H A DSkScan.h57 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
58 static void FillXRect(const SkXRect&, const SkRegion* clip, SkBlitter*);
59 static void FillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
60 static void AntiFillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
62 static void FillPath(const SkPath&, const SkRegion& clip, SkBlitter*);
63 static void AntiFillPath(const SkPath&, const SkRegion& clip, SkBlitter*,
/external/chromium_org/ppapi/shared_impl/
H A Dppp_instance_combined.h39 const struct PP_Rect* clip);
55 const struct PP_Rect* clip);
/external/chromium_org/third_party/skia/bench/
H A DSKPBench.cpp10 SKPBench::SKPBench(const char* name, const SkPicture* pic, const SkIRect& clip, SkScalar scale) argument
12 , fClip(clip)
/external/chromium_org/third_party/skia/gm/
H A Dsimpleaaclip.cpp15 static void paint_rgn(SkCanvas* canvas, const SkAAClip& clip, argument
20 clip.copyToMask(&mask);
68 void buildRgn(SkAAClip* clip, SkRegion::Op op) { argument
69 clip->setPath(fBasePath, NULL, true);
73 clip->op(clip2, op);
88 SkAAClip clip; local
90 this->buildRgn(&clip, op);
95 paint_rgn(canvas, clip, paint);
104 // create the clip mask with the supplied boolean op
115 // draw a rect that will entirely cover the clip mas
[all...]
/external/skia/gm/
H A Dsimpleaaclip.cpp15 static void paint_rgn(SkCanvas* canvas, const SkAAClip& clip, argument
20 clip.copyToMask(&mask);
68 void buildRgn(SkAAClip* clip, SkRegion::Op op) { argument
69 clip->setPath(fBasePath, NULL, true);
73 clip->op(clip2, op);
88 SkAAClip clip; local
90 this->buildRgn(&clip, op);
95 paint_rgn(canvas, clip, paint);
104 // create the clip mask with the supplied boolean op
115 // draw a rect that will entirely cover the clip mas
[all...]
/external/chromium_org/cc/layers/
H A Dcontent_layer_client.h27 const gfx::Rect& clip,
H A Dpicture_image_layer.h29 const gfx::Rect& clip,
/external/chromium_org/ppapi/c/
H A Dppb_view.h99 * module instance is scrolled into view and the clip rectangle is nonempty)
129 * GetClipRect() returns the clip rectangle relative to the upper-left corner
134 * (0, 0, 0, 0). This clip rectangle does <i>not</i> take into account page
141 * Most applications will not need to worry about the clip rectangle. The
149 * further. In this case, the clip rectangle will tell you which parts of
156 * application generates new content with the new clip. This may cause
160 * background color) or to paint a certain region outside the clip to reduce
166 * @param clip Output argument receiving the clip rect on success.
169 * clip rec
[all...]
/external/proguard/src/proguard/gui/splash/
H A DClipSprite.java26 * This Sprite encapsulates another Sprite, which is clipped by a clip Sprite.
40 * @param insideClipColor the background color inside the clip sprite.
41 * @param outsideClipColor the background color outside the clip sprite.
42 * @param clipSprite the clip Sprite.
63 Rectangle clip = graphics.getClipBounds();
66 graphics.fillRect(0, 0, clip.width, clip.height);
75 // Clear the clip area.
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkInspectorWidget.cpp64 void SkInspectorWidget::setClip(const SkIRect& clip) { argument
65 fClipEntry[0].setText(QString::number(clip.left()));
66 fClipEntry[1].setText(QString::number(clip.top()));
67 fClipEntry[2].setText(QString::number(clip.right()));
68 fClipEntry[3].setText(QString::number(clip.bottom()));
/external/skia/debugger/QT/
H A DSkInspectorWidget.cpp64 void SkInspectorWidget::setClip(const SkIRect& clip) { argument
65 fClipEntry[0].setText(QString::number(clip.left()));
66 fClipEntry[1].setText(QString::number(clip.top()));
67 fClipEntry[2].setText(QString::number(clip.right()));
68 fClipEntry[3].setText(QString::number(clip.bottom()));
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp34 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip, argument
68 // are we completely above or below the clip?
69 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) {
84 if (clip) {
85 this->chopLineWithClip(*clip);
125 void SkEdge::chopLineWithClip(const SkIRect& clip) argument
129 SkASSERT(top < clip.fBottom);
131 // clip th
335 setCubic(const SkPoint pts[4], const SkIRect* clip, int shift) argument
[all...]
H A DSkEdge.h39 int setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip,
41 // call this version if you know you don't have a clip
44 void chopLineWithClip(const SkIRect& clip);
46 inline bool intersectsClip(const SkIRect& clip) const {
47 SkASSERT(fFirstY < clip.fBottom);
48 return fLastY >= clip.fTop;
84 int setCubic(const SkPoint pts[4], const SkIRect* clip, int shiftUp);
H A DSkScan.h57 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
58 static void FillXRect(const SkXRect&, const SkRegion* clip, SkBlitter*);
59 static void FillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
60 static void AntiFillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
62 static void FillPath(const SkPath&, const SkRegion& clip, SkBlitter*);
63 static void AntiFillPath(const SkPath&, const SkRegion& clip, SkBlitter*,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFontImpl.cpp89 WebColor color, const WebRect& clip, bool canvasIsOpaque,
93 FloatRect textClipRect(clip);
104 gc.clip(textClipRect);
88 drawText(WebCanvas* canvas, const WebTextRun& run, const WebFloatPoint& leftBaseline, WebColor color, const WebRect& clip, bool canvasIsOpaque, int from, int to) const argument
/external/chromium_org/android_webview/browser/
H A Dparent_output_surface.h23 void SetDrawConstraints(const gfx::Size& surface_size, const gfx::Rect& clip);
/external/chromium_org/ppapi/thunk/
H A Dppb_browser_font_trusted_api.h25 const PP_Rect* clip,
H A Dppb_view_api.h27 virtual PP_Bool GetClipRect(PP_Rect* clip) const = 0;
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGPolygon.cpp14 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
/external/skia/src/svg/
H A DSkSVGPolygon.cpp14 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),

Completed in 634 milliseconds

1234567891011>>