Searched refs:clip (Results 176 - 200 of 575) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp19 AutoAAClipValidate(const SkAAClip& clip) : fClip(clip) { argument
30 #define AUTO_AACLIP_VALIDATE(clip) AutoAAClipValidate acv(clip)
32 #define AUTO_AACLIP_VALIDATE(clip)
135 SkAAClip::Iter::Iter(const SkAAClip& clip) { argument
136 if (clip.isEmpty()) {
138 fTop = fBottom = clip.fBounds.fBottom;
145 const RunHead* head = clip.fRunHead;
151 fTop = clip
1373 setPath(const SkPath& path, const SkRegion* clip, bool doAA) argument
1763 SkAAClip clip; local
1794 SkAAClip clip; local
1799 op(const SkAAClip& clip, SkRegion::Op op) argument
2172 blitMask(const SkMask& origMask, const SkIRect& clip) argument
[all...]
H A DSkBlitter_Sprite.cpp42 void SkSpriteBlitter::blitMask(const SkMask&, const SkIRect& clip) { argument
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c114 static void interp( const struct clip_stage *clip, argument
120 const unsigned nr_attrs = draw_current_shader_outputs(clip->stage.draw);
121 const unsigned pos_attr = draw_current_shader_position_output(clip->stage.draw);
122 const unsigned clip_attr = draw_current_shader_clipvertex_output(clip->stage.draw);
133 /* Interpolate the clip-space coords.
135 interp_attr(dst->clip, t, in->clip, out->clip);
136 /* interpolate the clip-space position */
144 const float *scale = clip
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp19 AutoAAClipValidate(const SkAAClip& clip) : fClip(clip) { argument
30 #define AUTO_AACLIP_VALIDATE(clip) AutoAAClipValidate acv(clip)
32 #define AUTO_AACLIP_VALIDATE(clip)
135 SkAAClip::Iter::Iter(const SkAAClip& clip) { argument
136 if (clip.isEmpty()) {
138 fTop = fBottom = clip.fBounds.fBottom;
145 const RunHead* head = clip.fRunHead;
151 fTop = clip
1305 setPath(const SkPath& path, const SkRegion* clip, bool doAA) argument
1695 SkAAClip clip; local
1726 SkAAClip clip; local
1731 op(const SkAAClip& clip, SkRegion::Op op) argument
2104 blitMask(const SkMask& origMask, const SkIRect& clip) argument
[all...]
/external/chromium_org/cc/layers/
H A Dpicture_image_layer.cc46 const gfx::Rect& clip,
44 PaintContents( SkCanvas* canvas, const gfx::Rect& clip, ContentLayerClient::GraphicsContextStatus gc_status) argument
/external/chromium_org/cc/test/
H A Dfake_output_surface_client.h44 const gfx::Rect& clip,
/external/chromium_org/content/public/browser/android/
H A Dsynchronous_compositor.h89 gfx::Rect clip,
98 // and clip set there-in).
/external/chromium_org/ppapi/c/private/
H A Dppb_flash.h161 const struct PP_Rect* clip,
248 const struct PP_Rect* clip,
279 const struct PP_Rect* clip,
313 const struct PP_Rect* clip,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_view_shared.h50 virtual PP_Bool GetClipRect(PP_Rect* clip) const OVERRIDE;
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_functions_api.h38 const PP_Rect* clip,
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBackgroundImageGeometry.h63 void clip(const IntRect&);
H A DSVGForeignObjectPainter.cpp27 childPaintInfo.context->clip(m_renderSVGForeignObject.viewportRect());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDisplayList.h78 const SkRect& clip() const { return m_clip; } function in class:blink::FINAL
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c117 printf("clip:\n");
129 &brw->clip.prog_offset, &brw->clip.prog_data);
249 &brw->clip.prog_offset, &brw->clip.prog_data)) {
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkInspectorWidget.h61 Sets the text in the current clip.
64 void setClip(const SkIRect& clip);
/external/chromium_org/third_party/skia/experimental/nanomsg/
H A Dpicture_demo.cpp21 SkRect clip; member in struct:PictureHeader
28 , clip(SkRect::MakeLargest())
90 header.clip.setLTRB(l,t,r,b);
154 canvas->clipRect(header.clip);
/external/chromium_org/third_party/skia/gm/
H A Dcomplexclip2.cpp24 ComplexClip2GM(Clip clip, bool antiAlias) argument
25 : fClip(clip)
101 static const char* ClipStr(Clip clip) { argument
102 switch (clip) {
110 SkDEBUGFAIL("Unknown clip type.");
/external/chromium_org/third_party/skia/tests/
H A DRecordingXfermodeTest.cpp105 // Then it then replays the scene through a clip rectangle.
144 // Then it then replays the scene through a clip rectangle.
203 const SkRect& clip = SkRect::MakeXYWH(100,0,100,100); local
206 const SkBitmap& goldenBM = golden.recordAndReplay(drawer, clip, mode);
207 const SkBitmap& deprecatedBM = deprecatedRecording.recordAndReplay(drawer, clip, mode);
208 const SkBitmap& newRecordingBM = newRecording.recordAndReplay(drawer, clip, mode);
/external/chromium_org/third_party/skia/tools/
H A Dfiltermain.cpp188 // where the rect is entirely within the clip and the clip is an intersect
223 // where the rect entirely encloses the clip
356 // the last (smallest) clip rect is a subset of the drawBitmapRectToRect's dest rect
534 // the clip rect is BW and a subset of the drawBitmapRectToRect's dest rect
544 SkClipRectCommand* clip = local
549 if (clip->doAA() || SkRegion::kIntersect_Op != clip->op()) {
566 if (!dbmr->dstRect().contains(clip->rect())) {
575 SkClipRectCommand* clip local
618 SkClipRectCommand* clip = local
[all...]
/external/chromium_org/ui/file_manager/file_manager/audio_player/css/
H A Daudio_player.css51 background-clip: padding-box;
87 background-clip: padding-box;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c117 printf("clip:\n");
129 &brw->clip.prog_offset, &brw->clip.prog_data);
249 &brw->clip.prog_offset, &brw->clip.prog_data)) {
/external/pixman/test/
H A Dglyph-test.c167 pixman_region16_t clip; local
180 pixman_region_init_rects (&clip, clip_boxes, n);
181 pixman_image_set_clip_region (image, &clip);
182 pixman_region_fini (&clip);
/external/skia/debugger/QT/
H A DSkInspectorWidget.h61 Sets the text in the current clip.
64 void setClip(const SkIRect& clip);
/external/skia/experimental/nanomsg/
H A Dpicture_demo.cpp21 SkRect clip; member in struct:PictureHeader
28 , clip(SkRect::MakeLargest())
90 header.clip.setLTRB(l,t,r,b);
154 canvas->clipRect(header.clip);
/external/skia/gm/
H A Dcomplexclip2.cpp24 ComplexClip2GM(Clip clip, bool antiAlias) argument
25 : fClip(clip)
101 static const char* ClipStr(Clip clip) { argument
102 switch (clip) {
110 SkDEBUGFAIL("Unknown clip type.");

Completed in 517 milliseconds

1234567891011>>