HomeSort by relevance Sort by last modified time
    Searched refs:clip (Results 201 - 225 of 678) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 120 struct pipe_clip_state clip; member in struct:swr_context
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 69 GLubyte *clipmask; /**< clip flags */
83 GLvector4f *clip,
96 GLfloat *coord = (GLfloat *)clip->data;
97 GLuint stride = clip->stride;
98 GLuint count = clip->count;
130 /* Cliptest and perspective divide. Clip functions must clear
  /external/pdfium/core/fxge/dib/
dib_int.h 110 FX_RECT FXDIB_SwapClipBox(FX_RECT& clip,
  /external/skia/experimental/svg/model/
SkSVGAttributeParser.cpp 447 bool SkSVGAttributeParser::parseClipPath(SkSVGClip* clip) {
452 *clip = SkSVGClip(SkSVGClip::Type::kNone);
455 *clip = SkSVGClip(SkSVGClip::Type::kInherit);
458 *clip = SkSVGClip(iri.value());
  /hardware/interfaces/media/omx/1.0/vts/functional/
README.md 17 This folder includes test fixtures associated with testing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
26 This folder includes test fixtures associated with testing video encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
  /external/skia/src/core/
SkPicturePlayback.cpp 510 SkRect clip = canvas->getLocalClipBounds(); local
511 if (top < clip.fBottom && bottom > clip.fTop && paint && text.text()) {
539 SkRect clip = canvas->getLocalClipBounds(); local
540 if (top < clip.fBottom && bottom > clip.fTop && paint && text.text()) {
629 SkRect clip = canvas->getLocalClipBounds(); local
632 if (top < clip.fBottom && bottom > clip.fTop && paint && text.text()) {
SkBlitter_Sprite.cpp 46 void SkSpriteBlitter::blitMask(const SkMask& mask, const SkIRect& clip) {
50 INHERITED::blitMask(mask, clip);
SkRasterClip.h 165 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
166 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
213 * not, they return the raw blitter and (bw) clip region.
SkRecordDraw.cpp 22 // Draw only ops that affect pixels in the canvas's current clip.
25 // this canvas' clip bounds transformed back into identity space, which
207 // The paint could do anything to our bounds. The only safe answer is the current clip.
220 // Nothing can draw outside the current clip.
243 // Most ops don't change the clip.
246 // Clip{Path,RRect,Rect,Region} obviously change the clip. They all know their bounds already.
252 // The bounds of clip ops need to be adjusted for the paints of saveLayers they're inside.
254 Bounds clip = SkRect::Make(devBounds); local
256 // clip bounds with the previous clip, exactly what we can't do when the clip grows
271 Bounds clip = SkRect::Make(op.devBounds); local
    [all...]
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
IntentReceiverActivity.java 80 ClipData clip = ClipData.newPlainText("", text); local
83 clipboard.setPrimaryClip(clip);
  /external/ImageMagick/coders/
Android.mk 33 clip.c\
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 260 /* Clip stage
264 draw->pipeline.clip->next = next;
265 next = draw->pipeline.clip;
  /external/skia/gm/
emptypath.cpp 29 const SkRect& clip,
38 canvas->clipRect(clip);
  /external/skia/include/core/
SkRegion.h 140 * drawn by the path (with no antialiasing) with the specified clip.
142 bool setPath(const SkPath&, const SkRegion& clip);
340 * this region intersected with the specified clip rectangle.
344 Cliperator(const SkRegion&, const SkIRect& clip);
  /external/skia/samplecode/
SampleClip.cpp 109 SkAAClip clip; local
111 clip.setRect(r);
121 SampleCode::TitleR(evt, "Clip");
  /external/skia/src/gpu/
GrOpFlushState.h 237 const GrAppliedClip* clip() const { return this->state()->drawOpArgs().fAppliedClip; } function in class:GrMeshDrawOp::Target
257 pipelineArgs.fAppliedClip = this->clip();
GrSWMaskHelper.cpp 38 * Draw a single rect element of the clip stack into the accumulation bitmap
51 * Draw a single path element of the clip stack into the accumulation bitmap
153 const GrClip& clip,
173 renderTargetContext->addDrawOp(clip,
  /external/skia/src/gpu/ops/
GrNonAAStrokeRectOp.cpp 122 RequiresDstTexture finalize(const GrCaps& caps, const GrAppliedClip* clip) override {
123 return fHelper.xpRequiresDstTexture(caps, clip, GrProcessorAnalysisCoverage::kNone,
GrRegionOp.cpp 93 RequiresDstTexture finalize(const GrCaps& caps, const GrAppliedClip* clip) override {
94 return fHelper.xpRequiresDstTexture(caps, clip, GrProcessorAnalysisCoverage::kNone,
  /external/skia/src/xps/
SkXPSDevice.h 249 HRESULT clip(IXpsOMVisual* xpsVisual);
270 const SkIRect& clip, SkIRect* clipIRect);
  /external/skia/tests/
BlendTest.cpp 147 for (auto clip : {SkRect::MakeXYWH(0, 0, 10, 10), SkRect::MakeXYWH(1, 1, 8, 8)}) {
148 testCases.push_back({rectAndPoints, clip, sampleCnt, origin});
ClipperTest.cpp 29 * We had a bug where we misinterpreted the bottom of the clip, and
32 * should just draw to [1,1], [2,2], [3,3] modulo the clip.
61 const SkRect clip = { 0, 0, SkIntToScalar(300), SkIntToScalar(200) }; local
66 clipper.clipCubic(pts, clip);
  /frameworks/base/graphics/java/android/graphics/
Region.java 107 * Set the region to the area described by the path and clip.
112 public boolean setPath(Path path, Region clip) {
113 return nativeSetPath(mNativeRegion, path.readOnlyNI(), clip.mNativeRegion);
  /external/freetype/src/smooth/
ftgrays.c 1835 FT_BBox cbox, clip; local
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 1789 FT_BBox* clip; local
    [all...]

Completed in 792 milliseconds

1 2 3 4 5 6 7 891011>>