Searched refs:clip (Results 251 - 275 of 575) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/gm/
H A Dpathfill.cpp154 // test inverse-fill w/ a clip that completely excludes the geometry
179 const SkRect* clip, SkScalar top, const SkScalar bottom) {
181 if (clip) {
182 SkRect r = *clip;
178 show(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, const SkRect* clip, SkScalar top, const SkScalar bottom) argument
H A Dcubicpaths.cpp73 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
84 canvas->clipRect(clip);
222 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
233 canvas->clipRect(clip);
72 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
221 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
/external/chromium_org/ui/gfx/
H A Dblit.cc39 // Now we know the clip is a regular rectangle, make sure it covers the
164 // We expect all coords to be inside the canvas, so clip here.
165 gfx::Rect clip = gfx::IntersectRects( local
169 gfx::Rect dest_rect = gfx::IntersectRects(clip + offset, clip);
/external/skia/gm/
H A Dpathfill.cpp154 // test inverse-fill w/ a clip that completely excludes the geometry
179 const SkRect* clip, SkScalar top, const SkScalar bottom) {
181 if (clip) {
182 SkRect r = *clip;
178 show(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, const SkRect* clip, SkScalar top, const SkScalar bottom) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion_path.cpp308 bool SkRegion::setPath(const SkPath& path, const SkRegion& clip) { argument
311 if (clip.isEmpty()) {
317 return this->set(clip);
329 clipTransitions = clip.count_runtype_values(&clipTop, &clipBot);
346 SkScan::FillPath(path, clip, &builder);
H A DSkRecordDraw.cpp18 // Draw only ops that affect pixels in the canvas's current clip.
21 // this canvas' clip bounds transformed back into identity space, which
188 // Most ops don't change the clip.
191 // Clip{Path,RRect,Rect,Region} obviously change the clip. They all know their bounds already.
197 // The bounds of clip ops need to be adjusted for the paints of saveLayers they're inside.
199 Bounds clip = SkRect::Make(devBounds); local
201 // clip bounds with the previous clip, exactly what we can't do when the clip grows.
202 fCurrentClipBounds = this->adjustForSaveLayerPaints(&clip)
212 Bounds clip = SkRect::Make(op.devBounds); local
[all...]
/external/skia/src/core/
H A DSkRegion_path.cpp308 bool SkRegion::setPath(const SkPath& path, const SkRegion& clip) { argument
311 if (clip.isEmpty()) {
317 return this->set(clip);
329 clipTransitions = clip.count_runtype_values(&clipTop, &clipBot);
346 SkScan::FillPath(path, clip, &builder);
/external/chromium_org/cc/layers/
H A Dpicture_layer_unittest.cc25 const gfx::Rect& clip,
/external/chromium_org/cc/output/
H A Doutput_surface.h168 const gfx::Rect& clip,
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_pixeltest_on_demand_raster.cc73 const gfx::Rect& clip,
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_impl.h60 gfx::Rect clip,
/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.h120 const Rect& clip,
/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.h126 const Rect& clip,
/external/chromium_org/ppapi/examples/2d/
H A Dscroll.cc45 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) { argument
/external/chromium_org/ppapi/examples/flash_topmost/
H A Dflash_topmost.cc33 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) { argument
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dgles2_spinning_cube.cc33 const pp::Rect& clip);
75 const pp::Rect& position, const pp::Rect& /*clip*/) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vs.h68 unsigned clip:1; member in struct:draw_vs_variant_key
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.h77 struct si_pm4_state *clip; member in struct:si_state::__anon13919
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_context.h77 struct pipe_clip_state clip; member in struct:softpipe_context
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c329 prescale.translate[2] = 0.5; /* D3D clip space */
330 prescale.scale[2] = 0.5; /* D3D clip space */
506 float a = svga->curr.clip.ucp[i][0];
507 float b = svga->curr.clip.ucp[i][1];
508 float c = svga->curr.clip.ucp[i][2];
509 float d = svga->curr.clip.ucp[i][3];
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_program.c69 GLubyte *clipmask; /**< clip flags */
83 GLvector4f *clip,
97 GLfloat *coord = (GLfloat *)clip->data;
98 GLuint stride = clip->stride;
99 GLuint count = clip->count;
82 userclip( struct gl_context *ctx, GLvector4f *clip, GLubyte *clipmask, GLubyte *clipormask, GLubyte *clipandmask ) argument
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp86 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) { argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.h32 * The clip mask creator handles the generation of the clip mask. If anti
35 * mask in the stencil buffer. In the non anti-aliasing case, if the clip
37 * cases scissoring is used to bound the range of the clip mask.
47 * Creates a clip mask if necessary as a stencil buffer or alpha texture
51 * clip. devBounds is optional but can help optimize clipping.
85 * buffer clip is being used.
88 // Draw to the clip bit of the stencil buffer
90 // Clip against the existing representation of the clip in the high bit
93 // Neither writing to nor clipping against the clip bi
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs.h68 unsigned clip:1; member in struct:draw_vs_variant_key
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h77 struct si_pm4_state *clip; member in struct:si_state::__anon27330

Completed in 520 milliseconds

<<11121314151617181920>>