HomeSort by relevance Sort by last modified time
    Searched full:clip (Results 176 - 200 of 1666) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ImageMagick/coders/
clip.c 13 % Write Clip Mask To MIFF File. %
79 % ReadCLIPImage returns the rendered clip path associated with the image.
144 % RegisterCLIPImage() adds attributes for the CLIP image format to
161 entry=AcquireMagickInfo("CLIP","CLIP","Image Clip Mask");
181 % CLIP module from the list of supported formats.
190 (void) UnregisterMagickInfo("CLIP");
205 % WriteCLIPImage() writes an image of clip bytes to a file. It consists of
206 % data from the clip mask of the image
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 99 return; /* both vertices outside clip plane: discard */ \
115 /* Clip a line against the viewport and user clip planes.
184 /* Clip a triangle against the viewport and user clip planes.
203 /* print pre-clip vertex coords */
205 printf("pre clip:\n");
248 /* print post-clip vertex coords */
250 printf("post clip:\n");
263 /* Clip a quad against the viewport and user clip planes
    [all...]
  /external/skia/tests/
PictureBBHTest.cpp 69 // an empty clip.
77 // intersect with out of bounds rect -> empty clip.
  /frameworks/base/docs/html/training/material/
shadows-clipping.jd 11 <li><a href="#Clip">Clip Views</a></li>
120 <h2 id="Clip">Clip Views</h2>
122 <p>Clipping views enables you to easily change the shape of a view. You can clip views for
124 You can clip a view to its outline area using the {@link android.view.View#setClipToOutline
129 <p>To clip a view to the shape of a drawable, set the drawable as the background of the view
134 clip a view. To achieve this effect, use the <a
  /frameworks/base/libs/hwui/
CanvasState.cpp 203 // Clip
207 mSnapshot->clip(Rect(left, top, right, bottom), op);
231 // TODO: consider storing this rect separately, so that this can't be replaced with clip ops
256 * @param clipRequired if not null, will be set to true if element intersects clip
279 // clip is required if geometry intersects clip rect
284 // round rect clip is required if RR clip exists, and geometry intersects its corners
OpenGLRenderer.cpp 227 Rect clip(mState.currentRenderTargetClip());
228 clip.snapToPixelBoundaries();
231 // the entire clip region
233 dirtyLayerUnchecked(clip, getRegion());
237 info.clipLeft = clip.left;
238 info.clipTop = clip.top;
239 info.clipRight = clip.right;
240 info.clipBottom = clip.bottom;
256 // Scissor may have been modified, reset dirty clip
299 const Rect* clip = &mTilingClip local
540 Rect clip; local
614 Rect clip; local
2151 const Rect* clip = !pureTranslate ? nullptr : &mState.currentRenderTargetClip(); local
2206 const Rect* clip = &writableSnapshot()->getLocalClip(); local
    [all...]
  /frameworks/support/graphics/drawable/static/tests/res/drawable/
vector_icon_group_clip.xml 23 <clip-path
28 <clip-path
  /external/ImageMagick/utilities/
identify.1 17 \-clip clip along the first path from the 8BIM profile
18 \-clip-mask filename associate a clip mask with the image
19 \-clip-path id clip along a named path from the 8BIM profile
identify.1.in 17 \-clip clip along the first path from the 8BIM profile
18 \-clip-mask filename associate a clip mask with the image
19 \-clip-path id clip along a named path from the 8BIM profile
  /external/skia/gm/
offsetimagefilter.cpp 83 // Draw a boundary rect around the intersection of the clip rect and crop rect.
185 * combos of clip and crop rects that align with src and dst
188 // crop==clip==src
191 // crop==src, clip==dst
195 // crop==dst, clip==src
199 // crop==clip==dst
  /external/skia/src/core/
SkBlitter_RGB16.cpp 201 const SkIRect& clip) {
203 SkRGB16_Black_BlitBW(fDevice, mask, clip);
205 uint16_t* SK_RESTRICT device = fDevice.writable_addr16(clip.fLeft, clip.fTop);
206 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
207 unsigned width = clip.width();
208 unsigned height = clip.height();
370 const SkIRect& clip) {
372 SkRGB16_BlitBW(fDevice, mask, clip, fColor16)
    [all...]
SkScan.h 68 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
69 static void FillXRect(const SkXRect&, const SkRegion* clip, SkBlitter*);
70 static void FillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
71 static void AntiFillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
73 static void FillPath(const SkPath&, const SkRegion& clip, SkBlitter*);
74 static void AntiFillPath(const SkPath&, const SkRegion& clip, SkBlitter*,
SkBlitter_ARGB32.cpp 18 const SkIRect& clip, SkPMColor srcColor) {
26 int x = clip.fLeft;
27 int y = clip.fTop;
28 int width = clip.width();
29 int height = clip.height();
165 void SkARGB32_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) {
166 SkASSERT(mask.fBounds.contains(clip));
173 if (SkBlitMask::BlitColor(fDevice, mask, clip, fColor)) {
178 SkARGB32_BlendBW(fDevice, mask, clip, fPMColor, SkAlpha255To256(255 - fSrcA));
180 SkARGB32_Blit32(fDevice, mask, clip, fPMColor)
    [all...]
SkEdge.cpp 34 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip,
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)
129 SkASSERT(top < clip.fBottom);
131 // clip the line to the to
    [all...]
SkEdgeBuilder.cpp 167 SkRect clip; local
168 setShiftedClip(&clip, *iclip, shiftUp);
179 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight);
253 SkRect clip; local
254 setShiftedClip(&clip, *iclip, shiftUp);
266 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight);
273 if (clipper.clipQuad(pts, clip)) {
281 if (clipper.clipQuad(quadPts, clip)) {
288 if (clipper.clipCubic(pts, clip)) {
  /frameworks/base/core/java/com/android/internal/app/
DumpHeapActivity.java 67 ClipData clip = ClipData.newUri(getContentResolver(), "Heap Dump", JAVA_URI); local
68 intent.setClipData(clip);
70 intent.setType(clip.getDescription().getMimeType(0));
103 ClipData clip = ClipData.newUri(getContentResolver(), "Heap Dump", JAVA_URI);
104 intent.setClipData(clip);
106 intent.setType(clip.getDescription().getMimeType(0));
  /hardware/intel/common/libva/va/android/
va_android.cpp 199 VARectangle *cliprects, /* client supplied clip list */
200 unsigned int number_cliprects, /* number of clip rects in the clip list */
217 VARectangle *cliprects, /* client supplied clip list */
218 unsigned int number_cliprects, /* number of clip rects in the clip list */
  /hardware/intel/common/libva/va/x11/
va_x11.c 228 VARectangle *cliprects, /* client supplied clip list */
229 unsigned int number_cliprects, /* number of clip rects in the clip list */
246 VARectangle *cliprects, /* client supplied clip list */
247 unsigned int number_cliprects, /* number of clip rects in the clip list */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 114 static void interp( const struct clip_stage *clip,
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->stage.draw->viewport.scale
    [all...]
  /frameworks/base/docs/html/guide/topics/text/
copy-paste.jd 139 When you use the clipboard framework, you put data into a clip object, and then
140 put the clip object on the system-wide clipboard. The clip object can take one of three forms:
145 A text string. You put the string directly into the clip object, which you then put onto
146 the clipboard. To paste the string, you get the clip object from the clipboard and copy
153 {@link android.net.Uri} object into a clip object and put the clip object onto
154 the clipboard. To paste the data, you get the clip object, get the
161 data, you create an Intent, put it into a clip object, and put the clip object onto th
    [all...]
  /external/skia/samplecode/
SampleLayers.cpp 47 const SkIRect& clip = iter.clip().getBounds(); local
48 SkDebugf("Layer[%d] bitmap [%d %d] X=%d Y=%d clip=[%d %d %d %d] alpha=%d\n", index++,
50 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 51 * yet when setting transforms and clip information.
71 /** temp clip in case clipping is set before a Graphics2D exists */
178 * Sets the clip for the graphics2D object associated with the layer.
181 * @param clipShape the shape to use a the clip shape.
185 // first reset the clip to max and then intersect the current (empty)
186 // clip with the shap.
188 mGraphics.clip(clipShape);
193 * clip shape and the given shape.
194 * @param shape the new clip shape.
196 public void clip(Shape shape) method in class:GcSnapshot.Layer
484 public boolean clip(Shape shape, int regionOp) { method in class:GcSnapshot
717 Shape clip = getClip(); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicColorMatrix.java 29 boolean clip) {
50 if (clip) {
59 if (clip) {
73 boolean clip) {
125 dtin, i, dtout, j, clip);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieRenderer.java 106 Path clip = new Path(); local
115 clip.arcTo(new RectF(bounds.left - rad,
120 clip.lineTo(cx, cy);
121 clip.close();
122 canvas.clipPath(clip);

Completed in 1652 milliseconds

1 2 3 4 5 6 78 91011>>