Searched refs:clip (Results 276 - 300 of 575) sorted by path

<<11121314151617181920>>

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c65 int clip; member in struct:OpusCustomEncoder
187 st->clip = 1;
464 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip)
494 if (clip)
501 (void)clip; /* Avoids a warning about clip being unused. */
1478 mode->preemph, st->preemph_memE+c, st->clip);
2297 st->clip = value;
463 celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp, int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip) argument
/external/chromium_org/third_party/skia/bench/
H A DAAClipBench.cpp52 // jostle the clip regions each time to prevent caching
69 // this path tests out directly draw the clip primitive
70 // use it to comparing just drawing the clip vs. drawing using
71 // the clip
86 // This bench tests out nested clip stacks. It is intended to simulate
203 SkAAClip clip; local
205 clip.setPath(fPath, &fRegion, fDoAA);
207 clip.setRect(fRect, fDoAA);
220 // test conversion of a complex clip to a aaclip
235 SkAAClip clip; local
[all...]
H A DSKPBench.cpp10 SKPBench::SKPBench(const char* name, const SkPicture* pic, const SkIRect& clip, SkScalar scale) argument
12 , fClip(clip)
H A Dnanobench.cpp70 DEFINE_string(clip, "0,0,1000,1000", "Clip for SKPs.");
429 SkDebugf("Can't parse %s from --clip as an SkIRect.\n", FLAGS_clip[0]);
534 log->configOption("clip",
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkInspectorWidget.cpp64 void SkInspectorWidget::setClip(const SkIRect& clip) { argument
65 fClipEntry[0].setText(QString::number(clip.left()));
66 fClipEntry[1].setText(QString::number(clip.top()));
67 fClipEntry[2].setText(QString::number(clip.right()));
68 fClipEntry[3].setText(QString::number(clip.bottom()));
H A DSkInspectorWidget.h61 Sets the text in the current clip.
64 void setClip(const SkIRect& clip);
/external/chromium_org/third_party/skia/experimental/nanomsg/
H A Dpicture_demo.cpp21 SkRect clip; member in struct:PictureHeader
28 , clip(SkRect::MakeLargest())
90 header.clip.setLTRB(l,t,r,b);
154 canvas->clipRect(header.clip);
/external/chromium_org/third_party/skia/gm/
H A Daarectmodes.cpp55 SkRect clip = {0, 130, 772, 531}; local
56 canvas->clipRect(clip);
H A Dcolorfilterimagefilter.cpp64 SkRect clip(r);
65 clip.outset(outset, outset);
66 canvas->clipRect(clip);
H A Dcomplexclip2.cpp24 ComplexClip2GM(Clip clip, bool antiAlias) argument
25 : fClip(clip)
101 static const char* ClipStr(Clip clip) { argument
102 switch (clip) {
110 SkDEBUGFAIL("Unknown clip type.");
H A Dconvexpolyclip.cpp163 const Clip* clip = iter.get(); variable
168 clip->getBounds(&bounds);
176 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa));
191 clip->getBounds(&bounds);
200 clip->asClosedPath(&closedClipPath);
202 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa));
H A Dcubicpaths.cpp73 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
84 canvas->clipRect(clip);
222 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
233 canvas->clipRect(clip);
72 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
221 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
H A Ddegeneratesegments.cpp197 const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join,
208 canvas->clipRect(clip);
196 drawPath(SkPath& path, SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
H A Demptypath.cpp28 const SkRect& clip,
37 canvas->clipRect(clip);
26 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument
H A Dlinepaths.cpp30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
41 canvas->clipRect(clip);
173 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
184 canvas->clipRect(clip);
29 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
172 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
H A Dpathfill.cpp154 // test inverse-fill w/ a clip that completely excludes the geometry
179 const SkRect* clip, SkScalar top, const SkScalar bottom) {
181 if (clip) {
182 SkRect r = *clip;
178 show(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, const SkRect* clip, SkScalar top, const SkScalar bottom) argument
H A Dquadpaths.cpp30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
41 canvas->clipRect(clip);
178 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
189 canvas->clipRect(clip);
29 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
177 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
H A Dsimpleaaclip.cpp15 static void paint_rgn(SkCanvas* canvas, const SkAAClip& clip, argument
20 clip.copyToMask(&mask);
68 void buildRgn(SkAAClip* clip, SkRegion::Op op) { argument
69 clip->setPath(fBasePath, NULL, true);
73 clip->op(clip2, op);
88 SkAAClip clip; local
90 this->buildRgn(&clip, op);
95 paint_rgn(canvas, clip, paint);
104 // create the clip mask with the supplied boolean op
115 // draw a rect that will entirely cover the clip mas
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h51 This includes a reference to the device itself, and a stack of matrix/clip
191 * matrix and clip. Note: this happens automatically when the device
286 * ignoring the matrix and clip.
316 /** save the clip state, restoring it on restore() */
324 * the layer should clip against the bounds argument
339 /** This call saves the current matrix, clip, and drawFilter, and pushes a
343 When the balancing call to restore() is made, the previous matrix, clip,
413 modifications to the matrix/clip/drawFilter state since the last save
419 /** Returns the number of matrix/clip states on the SkCanvas' private stack.
427 getSaveCount(). To pop all the way back to the initial matrix/clip contex
[all...]
H A DSkRegion.h141 * drawn by the path (with no antialiasing) with the specified clip.
143 bool setPath(const SkPath&, const SkRegion& clip);
333 * this region intersected with the specified clip rectangle.
337 Cliperator(const SkRegion&, const SkIRect& clip);
/external/chromium_org/third_party/skia/include/device/xps/
H A DSkXPSDevice.h291 HRESULT clip(
314 const SkIRect& clip, SkIRect* clipIRect);
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp154 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) { argument
H A Dnacl_hello.cpp86 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) { argument
H A Dnacl_sample.cpp57 const pp::Rect& clip) {
56 DidChangeView(const pp::Rect& position, const pp::Rect& clip) argument
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAAClip.cpp42 static void drawClip(SkCanvas* canvas, const SkAAClip& clip) { argument
46 clip.copyToMask(&mask);

Completed in 422 milliseconds

<<11121314151617181920>>