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

<<11121314151617181920>>

  /external/skia/tools/debugger/
SkDebugCanvas.h 41 * Set the color of the clip visualization. An alpha of zero renders the clip invisible.
76 Returns the most recently calculated clip
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 193 SSAT16 temp,#12,temp ;// clip temp to [-2048,2047]
242 SSAT16 temp,#12,temp ;// Clip temp to [-2048,2047]
280 SSAT16 temp,#12,temp ;// Clip temp to [-2048,2047]
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 186 * @param canvas A container for the current matrix and clip used to draw the NinePatch.
196 * @param canvas A container for the current matrix and clip used to draw the NinePatch.
207 * @param canvas A container for the current matrix and clip used to draw the NinePatch.
  /frameworks/support/compat/java/android/support/v4/view/
ViewGroupCompat.java 32 * Clip bounds are the raw values of {@link android.view.View#getLeft() left},
40 * Optical bounds describe where a widget appears to be. They sit inside the clip
76 // no-op, didn't exist. Views only support clip bounds.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 244 * region specified by the clip rects. The kernel or hardware
254 * where the clip rects are paired in src and dst. The width and
258 * promises that the region specified of the clip rects is filled
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h 249 * region specified by the clip rects. The kernel or hardware
259 * where the clip rects are paired in src and dst. The width and
263 * promises that the region specified of the clip rects is filled
  /development/samples/ApiDemos/res/values/
arrays.xml 44 <item>Text clip</item>
45 <item>HTML Text clip</item>
46 <item>Intent clip</item>
47 <item>Uri clip</item>
  /external/ImageMagick/ImageMagick/script/
identify.html 219 <td><a href="command-line-options.php#clip">-clip</a></td>
220 <td>clip along the first path from the 8BIM profile</td>
224 <td><a href="command-line-options.php#clip-mask">-clip-mask</a> <var>filename</var></td>
225 <td>associate clip mask with the image</td>
229 <td><a href="command-line-options.php#clip-path">-clip-path <var>id</var></a></td>
230 <td>clip along a named path from the 8BIM profile</td>
  /external/ImageMagick/MagickWand/
identify.c 124 "-clip clip along the first path from the 8BIM profile",
125 "-clip-mask filename associate a clip mask with the image",
126 "-clip-path id clip along a named path from the 8BIM profile",
421 if (LocaleCompare("clip",option+1) == 0)
423 if (LocaleCompare("clip-mask",option+1) == 0)
432 if (LocaleCompare("clip-path",option+1) == 0)
    [all...]
  /external/ImageMagick/www/
identify.html 223 <td><a href="command-line-options.html#clip">-clip</a></td>
224 <td>clip along the first path from the 8BIM profile</td>
228 <td><a href="command-line-options.html#clip-mask">-clip-mask</a> <var>filename</var></td>
229 <td>associate clip mask with the image</td>
233 <td><a href="command-line-options.html#clip-path">-clip-path <var>id</var></a></td>
234 <td>clip along a named path from the 8BIM profile</td>
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
border-image-outset-interpolation.html 12 background-clip: content-box;
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 2 set clip one
  /external/libavc/common/
ih264_macros.h 72 * @brief Clip
  /external/libavc/encoder/
irc_cbr_buffer_control.h 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
  /external/libvpx/libvpx/vpx_dsp/arm/
idct16x16_add_neon.asm 623 vqmovun.s16 d12, q12 ; clip pixel
624 vqmovun.s16 d13, q13 ; clip pixel
637 vqmovun.s16 d12, q12 ; clip pixel
638 vqmovun.s16 d13, q13 ; clip pixel
655 vqmovun.s16 d12, q12 ; clip pixel
656 vqmovun.s16 d13, q13 ; clip pixel
669 vqmovun.s16 d12, q12 ; clip pixel
670 vqmovun.s16 d13, q13 ; clip pixel
681 vqmovun.s16 d12, q8 ; clip pixel
686 vqmovun.s16 d13, q9 ; clip pixe
    [all...]
  /external/libvterm/src/
rect.h 17 /* Clip the dst to ensure it does not step outside of bounds */
  /external/mesa3d/bin/
.cherry-ignore 20 d411bbd5bd895617e265e023213895100e4509ef i965: Disable the GB clip test when a li
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 300 const struct pipe_clip_state *clip)
304 memcpy(nv30->clip.ucp, clip->ucp, sizeof(clip->ucp));
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.h 79 ubyte clpd[2]; /* output slot of clip distance[i]'s 1st component */
  /external/mesa3d/src/mesa/state_tracker/
st_atom_msaa.c 36 /* Second state atom for user clip planes:
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 31 * clip space and clipping of primitives.
54 /* Clip single primitives */
69 /* Clip and render whole begin/end objects */
258 /* Clip and render whole vertex buffers */
  /external/pdfium/core/src/fxge/dib/
dib_int.h 101 FX_RECT FXDIB_SwapClipBox(FX_RECT& clip,
  /external/skia/include/core/
SkDrawable.h 31 * and the current matrix and clip settings will not be changed.
  /external/skia/src/core/
SkBlitMask.h 22 const SkIRect& clip, SkColor color);
SkBlitter_Sprite.cpp 34 void SkSpriteBlitter::blitMask(const SkMask&, const SkIRect& clip) {

Completed in 8746 milliseconds

<<11121314151617181920>>