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

<<11121314151617181920>>

  /external/skia/tests/
ClipperTest.cpp 28 * We had a bug where we misinterpreted the bottom of the clip, and
31 * should just draw to [1,1], [2,2], [3,3] modulo the clip.
60 const SkRect clip = { 0, 0, SkIntToScalar(300), SkIntToScalar(200) }; local
65 clipper.clipCubic(pts, clip);
RecordingXfermodeTest.cpp 98 // Then it then replays the scene through a clip rectangle.
148 const SkRect& clip = SkRect::MakeXYWH(100, 0, 100, 100); local
151 const SkBitmap& goldenBM = golden.recordAndReplay(drawer, clip, mode);
152 const SkBitmap& pictureBM = picture.recordAndReplay(drawer, clip, mode);
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_loop.h 25 // clip.
  /external/webrtc/webrtc/video/
video_loopback.cc 188 DEFINE_string(clip,
190 "Name of the clip to show. If empty, using chroma generator.");
191 std::string Clip() {
217 {flags::Clip()},
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
CompLim.h 56 LVM_INT16 SoftClipGain; /* Soft clip gain control */
  /frameworks/base/core/java/android/content/
IClipboard.aidl 29 void setPrimaryClip(in ClipData clip, String callingPackage);
  /frameworks/base/core/java/android/view/animation/
Transformation.java 172 * Sets the current Transform's clip rect
180 * Sets the current Transform's clip rect
189 * Returns the current Transform's clip rect
197 * Returns whether the current Transform's clip rect is set
  /frameworks/base/core/res/res/values-round-watch/
config_material.xml 20 <!-- Don't clip on round screens so the list can scroll past the rounded edges. -->
  /frameworks/base/libs/hwui/
OpDumper.cpp 39 << " clip=" << op.localClip->rect
RecordingCanvas.cpp 120 // force matrix/clip isolation for layer
127 // operations will be able to store and restore the current clip and transform info, and
140 // unlikely case where an unclipped savelayer is recorded with a clip it can use,
163 // layerBounds is in original bounds space, but clipped by current recording clip
166 auto previousClip = getRecordedClip(); // capture before new snapshot clip has changed
170 previousClip, // clip to *draw* with
176 Rect clip = layerBounds; local
177 clip.translate(-unmappedBounds.left, -unmappedBounds.top);
178 snapshot.resetClip(clip.left, clip.top, clip.right, clip.bottom)
    [all...]
RenderProperties.cpp 162 ALOGD("%*s(Clip to reveal clip with bounds %.2f %.2f %.2f %.2f)", level * 2, "",
169 ALOGD("%*s(Clip to empty outline)", level * 2, "");
171 ALOGD("%*s(Clip to outline with bounds %.2f %.2f %.2f %.2f)", level * 2, "",
FrameBuilder.cpp 34 FrameBuilder::FrameBuilder(const SkRect& clip,
46 auto fbo0 = mAllocator.create<LayerBuilder>(viewportWidth, viewportHeight, Rect(clip));
50 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom,
298 nullptr, // no record-time clip - need only respect defer-time one
439 // apply reorder clip to shadow, so it respects clip at beginning of reorderable chunk
488 // transformFromCompositingAncestor, and record-time clip is ignored when projectin
    [all...]
  /frameworks/base/libs/hwui/renderstate/
Scissor.h 32 void set(int viewportHeight, const Rect& clip);
  /frameworks/base/libs/hwui/tests/unit/
OpDumperTests.cpp 42 EXPECT_STREQ(" RectOp [100 x 100] clip=[50 x 50] mode=0", stream.str().c_str());
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.cxx 180 if( (x >= m_width) || // Clip right
181 (y >= m_height) || // Clip bottom
182 ((x + 6 * size - 1) < 0) || // Clip left
183 ((y + 8 * size - 1) < 0)) // Clip top
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
alu-2.s 18 clip $r0, $r1, 1
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 248 The clipping half-spaces are defined either by the user clip planes in
249 ``pipe_clip_state``, or by the clip distance outputs of the shader stage
251 If any clip distance output is written, those half-spaces for which no
252 clip distance is written count as disabled; i.e. user clip planes and
253 shader clip distances cannot be mixed, and clip distances take precedence.
  /external/skia/gm/
cubicpaths.cpp 92 void drawOne(SkCanvas* canvas, const SkPath& path, const SkRect& clip) {
95 canvas->drawRect(clip, framePaint);
98 canvas->clipRect(clip);
140 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
151 canvas->clipRect(clip);
284 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
295 canvas->clipRect(clip);
megalooper.cpp 123 // For each blur a large outer clip is centered around the blurred rect
124 // while a difference clip stays at the location of the original rect.
126 // blurred rect) is offset to reside outside of the large outer clip (so
128 // the blurred version back into the clip.
154 // then move it outside the clip (the blur stage of the draw
  /external/skia/src/core/
SkBlitMask_D32.cpp 55 const SkIRect& clip, SkColor color) {
56 int x = clip.fLeft, y = clip.fTop;
61 color, clip.width(), clip.height());
69 color, clip.width(), clip.height());
SkRegion_path.cpp 312 static bool check_inverse_on_empty_return(SkRegion* dst, const SkPath& path, const SkRegion& clip) {
314 return dst->set(clip);
320 bool SkRegion::setPath(const SkPath& path, const SkRegion& clip) {
323 if (clip.isEmpty()) {
328 return check_inverse_on_empty_return(this, path, clip);
335 return check_inverse_on_empty_return(this, path, clip);
339 int clipTransitions = clip.count_runtype_values(&clipTop, &clipBot);
344 return check_inverse_on_empty_return(this, path, clip);
356 SkScan::FillPath(path, clip, &builder);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
block.cpp 228 if ((uint)r0 > 0xFF) r0 = 0xFF & (~(r0 >> 31)); /* clip */
230 if ((uint)r1 > 0xFF) r1 = 0xFF & (~(r1 >> 31)); /* clip */
232 if ((uint)r2 > 0xFF) r2 = 0xFF & (~(r2 >> 31)); /* clip */
234 if ((uint)r3 > 0xFF) r3 = 0xFF & (~(r3 >> 31)); /* clip */
312 if ((uint)r0 > 0xFF) r0 = 0xFF & (~(r0 >> 31)); /* clip */
315 if ((uint)r1 > 0xFF) r1 = 0xFF & (~(r1 >> 31)); /* clip */
318 if ((uint)r2 > 0xFF) r2 = 0xFF & (~(r2 >> 31)); /* clip */
321 if ((uint)r3 > 0xFF) r3 = 0xFF & (~(r3 >> 31)); /* clip */
664 if ((uint)r0 > 0xFF) r0 = 0xFF & (~(r0 >> 31)); /* clip */
666 if ((uint)r1 > 0xFF) r1 = 0xFF & (~(r1 >> 31)); /* clip */
    [all...]
  /external/skia/samplecode/
SampleAll.cpp 312 SkRect clip; local
313 clip.set(0, 0, SkIntToScalar(160), SkIntToScalar(160));
316 canvas->clipRect(clip);
319 if (clip.fRight < SkIntToScalar(320))
320 clip.offset(SkIntToScalar(160), 0);
321 else if (clip.fBottom < SkIntToScalar(480))
322 clip.offset(-SkIntToScalar(320), SkIntToScalar(160));
394 // !!! draw through a clip
397 SkRect clip = {0, 0, SkIntToScalar(320), SkIntToScalar(120)}; local
398 canvas->clipRect(clip);
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollidePolygon.cpp 92 // Build the clip vertices for the incident edge.
113 // Clip
192 // Clip incident edge against extruded edge1 side edges.
197 // Clip to box side 1
203 // Clip to negative box side 1
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 117 printf("clip:\n");
129 &brw->clip.prog_offset, &brw->clip.prog_data);
249 &brw->clip.prog_offset, &brw->clip.prog_data)) {

Completed in 489 milliseconds

<<11121314151617181920>>