HomeSort by relevance Sort by last modified time
    Searched full:clip (Results 1 - 25 of 1705) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/resources/pyyaml/
spec-09-24.data 3 clip: >
spec-09-23.data 4 # text? ? # Clip
8clip: |
spec-09-22.data 2 text?clip: |
spec-09-22.canonical 6 ? !!str "clip"
spec-09-23.canonical 6 ? !!str "clip"
spec-09-24.canonical 6 ? !!str "clip"
  /external/icu/icu4c/source/samples/layout/
Surface.cpp 18 RECT clip; local
20 clip.top = 0;
21 clip.left = 0;
22 clip.bottom = height;
23 clip.right = width;
27 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
  /external/skia/src/core/
SkScan.cpp 18 void SkScan::FillIRect(const SkIRect& r, const SkRegion* clip,
21 if (clip) {
22 if (clip->isRect()) {
23 const SkIRect& clipBounds = clip->getBounds();
34 SkRegion::Cliperator cliper(*clip, r);
48 void SkScan::FillXRect(const SkXRect& xr, const SkRegion* clip,
53 SkScan::FillIRect(r, clip, blitter);
56 void SkScan::FillRect(const SkRect& r, const SkRegion* clip,
61 SkScan::FillIRect(ir, clip, blitter);
66 void SkScan::FillIRect(const SkIRect& r, const SkRasterClip& clip,
    [all...]
SkEdgeClipper.cpp 13 static bool quick_reject(const SkRect& bounds, const SkRect& clip) {
14 return bounds.fTop >= clip.fBottom || bounds.fBottom <= clip.fTop;
75 // Modify pts[] in place so that it is clipped in Y to the clip rect
76 static void chop_quad_in_Y(SkPoint pts[3], const SkRect& clip) {
81 if (pts[0].fY < clip.fTop) {
82 if (chopMonoQuadAtY(pts, clip.fTop, &t)) {
86 tmp[2].fY = clip.fTop;
87 clamp_ge(tmp[3].fY, clip.fTop);
95 if (pts[i].fY < clip.fTop)
    [all...]
SkScanPriv.h 18 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds,
31 // clipRect == null means path is entirely inside the clip
36 // blit the rects above and below avoid, clipped to clip
37 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
38 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
SkLineClipper.cpp 77 bool SkLineClipper::IntersectLine(const SkPoint src[2], const SkRect& clip,
82 if (containsNoEmptyCheck(clip, bounds)) {
90 if (nestedLT(bounds.fRight, clip.fLeft, bounds.width()) ||
91 nestedLT(clip.fRight, bounds.fLeft, bounds.width()) ||
92 nestedLT(bounds.fBottom, clip.fTop, bounds.height()) ||
93 nestedLT(clip.fBottom, bounds.fTop, bounds.height())) {
111 if (tmp[index0].fY < clip.fTop) {
112 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
114 if (tmp[index1].fY > clip.fBottom)
    [all...]
SkLineClipper.h 21 /* Clip the line pts[0]...pts[1] against clip, ignoring segments that
22 lie completely above or below the clip. For portions to the left or
24 edge of the clip.
32 static int ClipLine(const SkPoint pts[2], const SkRect& clip,
43 static bool IntersectLine(const SkPoint src[2], const SkRect& clip, SkPoint dst[2]);
SkQuadClipper.h 15 /** This class is initialized with a clip rectangle, and then can be fed quads,
18 In the future, it might return a series of segments, allowing it to clip
25 void setClip(const SkIRect& clip);
39 bool clipQuad(const SkPoint pts[3], const SkRect& clip);
40 bool clipCubic(const SkPoint pts[4], const SkRect& clip);
55 void clipMonoQuad(const SkPoint srcPts[3], const SkRect& clip);
56 void clipMonoCubic(const SkPoint srcPts[4], const SkRect& clip);
SkEdgeClipper.h 15 /** This is basically an iterator. It is initialized with an edge and a clip,
22 bool clipQuad(const SkPoint pts[3], const SkRect& clip);
23 bool clipCubic(const SkPoint pts[4], const SkRect& clip);
41 void clipMonoQuad(const SkPoint srcPts[3], const SkRect& clip);
42 void clipMonoCubic(const SkPoint srcPts[4], const SkRect& clip);
SkCubicClipper.h 16 /** This class is initialized with a clip rectangle, and then can be fed cubics,
19 In the future, it might return a series of segments, allowing it to clip
26 void setClip(const SkIRect& clip);
  /external/llvm/test/YAMLParser/
spec-09-23.test 6 # text? ? # Clip
10clip: |
spec-09-24.test 4 # CHECK: ? !!str "clip"
11 clip: >
spec-09-22.test 8 clip: |
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_state.c 41 struct brw_clip_unit_state *clip; local
43 clip = brw_state_batch(brw, AUB_TRACE_CLIP_STATE,
44 sizeof(*clip), 32, &brw->clip.state_offset);
45 memset(clip, 0, sizeof(*clip));
48 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) /
50 clip->thread0.kernel_start_pointer =
52 brw->clip.state_offset
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/groveehr/
CMakeLists.txt 2 set (libdescription "upm grove ear-clip heart rate sensor module")
  /external/skia/src/gpu/
GrStencil.cpp 13 // Stencil Rules for Merging user stencil space into clip
15 // We can't include the clip bit in the ref or mask values because the division
16 // between user and clip bits in the stencil depends on the number of stencil
18 // incorporate the clip bit into these settings.
23 // set the ref to be the clip bit, but mask it out for the test
28 0xffff, // unset clip bit
29 0x0000, // set clip bit
36 0xffff, // unset clip bit
37 0x0000, // set clip bit
47 0x0000, // set clip bi
    [all...]
GrReducedClip.h 24 * This function takes a clip stack and a query rectangle and it produces a
26 * full stack to the rectangle. The clip stack generation id that represents
28 * query rectangle before the first clip element is applied is returned via
30 * clip be returned via tighterBounds. If not nullptr, tighterBounds will
32 * specified then it is assumed that the caller will implicitly clip against
  /external/skia/tests/
MatrixClipCollapseTest.cpp 15 // This test exercises the Matrix/Clip State collapsing system. It generates
18 // overall structure, bodies that draw something and model/clip state changes.
23 // be completely removed by the matrix/clip collapse. Note: every save in
32 // The ModelClip methods output matrix and clip ops in various orders and
34 // expected matrix & clip ops. Note that, currently, the entire clip stack
35 // is output for each MC state so the clip operations accumulate down the
39 // check on clip offsets
40 // - not sure if this is possible. The desire is to verify that the clip
43 // offset stored in the SkPicture to the debugger's clip object
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RoundedRectHelper.java 42 public void setClipToRoundedOutline(View view, boolean clip, int radius) {
43 mImpl.setClipToRoundedOutline(view, clip, radius);
49 public void setClipToRoundedOutline(View view, boolean clip) {
50 mImpl.setClipToRoundedOutline(view, clip, view.getResources().getDimensionPixelSize(
55 public void setClipToRoundedOutline(View view, boolean clip, int radius);
66 public void setClipToRoundedOutline(View view, boolean clip, int radius) {
79 public void setClipToRoundedOutline(View view, boolean clip, int radius) {
80 RoundedRectHelperApi21.setClipToRoundedOutline(view, clip, radius);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_clip.c 42 /* Second state atom for user clip planes:
46 struct pipe_clip_state clip; local
50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
52 /* if we have a vertex shader that writes clip vertex we need to pass
59 memcpy(clip.ucp,
61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
62 st->state.clip = clip;
63 cso_set_clip(st->cso_context, &clip);

Completed in 358 milliseconds

1 2 3 4 5 6 7 8 91011>>