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

<<11121314151617181920>>

  /developers/samples/android/ui/views/Clipping/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java 31 * This sample shows how to clip a {@link View} using an {@link Outline}.
40 /* The {@Link Outline} used to clip the image with. */
  /development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
ClippingBasicFragment.java 31 * This sample shows how to clip a {@link View} using an {@link Outline}.
40 /* The {@Link Outline} used to clip the image with. */
  /external/iproute2/tc/
q_atm.c 45 "[ clip ]\n");
141 else if (!strcmp(*argv,"clip")) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_clip_polygon.h 89 //clip first point
139 //clip first point
  /external/libhevc/common/
ihevc_trans_macros.h 136 /* Reference Inverse Quantization: "pi2_src"(Coefficients) will be clipped to 15 or 14 bits when (qp_div > shift_iq). Spec doesn't have any clip mentioned */
155 /* 1. Clip "pi2_src"(coefficients) to 10 bits if "(qp_div >= shift_iq)" or 16 bits if "(qp_div < shift_iq)"*/
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 173 /* clip state */
177 const struct pipe_clip_state *clip);
  /external/mesa3d/src/gallium/docs/source/
pipeline.txt 22 clip distance
43 | (consume clip distances) |
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_dump.c 116 struct brw_clip_unit_state *clip = intel->batch.bo->virtual + offset; local
123 clip->thread4.max_threads + 1);
126 batch_out(brw, name, offset, 7, "vp xmin %f\n", clip->viewport_xmin);
127 batch_out(brw, name, offset, 8, "vp xmax %f\n", clip->viewport_xmax);
128 batch_out(brw, name, offset, 9, "vp ymin %f\n", clip->viewport_ymin);
129 batch_out(brw, name, offset, 10, "vp ymax %f\n", clip->viewport_ymax);
324 const char *name = "CLIP VP";
517 name = "CLIP kernel";
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 156 /* Clip to destination buffer. */
167 /* Clip to source buffer. */
  /external/mesa3d/src/mesa/main/
viewport.c 111 * the near clip plane
113 * the far clip plane
  /external/mesa3d/src/mesa/math/
m_xform.h 49 /* KW: Clip functions now do projective divide as well. The projected
73 * 4-vector case - in other cases, we just use the clip coordinates
  /external/skia/gm/
aarectmodes.cpp 56 SkRect clip = {0, 130, 772, 531}; local
57 canvas->clipRect(clip);
constcolorprocessor.cpp 114 GrClip clip; variable
115 GrPipelineBuilder pipelineBuilder(grPaint, rt, clip);
emptypath.cpp 29 const SkRect& clip,
38 canvas->clipRect(clip);
linepaths.cpp 15 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
26 canvas->clipRect(clip);
  /external/skia/include/core/
SkDraw.h 132 * Return the current clip bounds, in local coordinates, with slop to account
136 * If the matrix cannot be inverted, or the current clip is empty, return
  /external/skia/samplecode/
SampleText.cpp 131 SkRect clip; variable
132 clip.set(SkIntToScalar(25), SkIntToScalar(34), SkIntToScalar(88), SkIntToScalar(155));
  /external/skia/src/core/
SkCubicClipper.cpp 17 void SkCubicClipper::setClip(const SkIRect& clip) {
19 fClip.set(clip);
  /external/skia/src/gpu/
GrRecordReplaceDraw.cpp 87 // Draw only ops that affect pixels in the canvas's current clip.
90 // this canvas' clip bounds transformed back into identity space, which
GrSWMaskHelper.h 29 * The GrSWMaskHelper helps generate clip masks using the software rendering
85 // The ClipMaskManager uses it to accumulate clip masks while the
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 56 """ Triggers a clip by clicking on it """
76 """ Triggers a clip via function """
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 170 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */
171 else ac_clip = 2047; /* clip between [-2048,2047] */
235 // dequant and clip
288 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */
289 else ac_clip = 2047; /* clip between [-2048,2047] */
397 // dequant and clip
455 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */
456 else ac_clip = 2047; /* clip between [-2048,2047] */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 124 SSAT16 Result1,#12,Result1 ;// clip to range [-2048,2047]
141 SSAT16 Result2,#12,Result2 ;// clip to range [-2048,2047]
omxVCM4P2_QuantInvIntra_I_s.s 160 SSAT16 Result1,#12,Result1 ;// clip to range [-2048,2047]
177 SSAT16 Result2,#12,Result2 ;// clip to range [-2048,2047]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 149 ;// Clip Result to [-2048,2047]
151 VQSHL qResult0,qResult0,#20 ;// clip to [-2048,2047]

Completed in 3068 milliseconds

<<11121314151617181920>>