HomeSort by relevance Sort by last modified time
    Searched full:clip (Results 126 - 150 of 617) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/opencore/nodes/common/include/
pvmf_mp4_progdownload_support_extension.h 68 * @param bool& oIsProgressiveDownloadable - Set to true if the clip is
71 * @param uint32& metaDataSize - If the clip is progressive
78 * either way on whether a clip is progressive downloadable or not.
  /external/webkit/WebCore/platform/graphics/mac/
WebLayer.mm 64 // It's important to get the clip from the context, because it may be significantly
67 IntRect clip(enclosingIntRect(clipBounds));
68 layerContents->paintGraphicsLayerContents(graphicsContext, clip);
  /external/webkit/WebKit/android/plugins/
ANPCanvasInterface.cpp 92 const SkRegion& clip = canvas->skcanvas->getTotalClip(); local
93 if (!clip.isEmpty()) {
94 SkANP::SetRect(r, clip.getBounds());
  /external/webkit/WebKitTools/iExploder/htdocs/
cssvalues.in 83 clip
84 clip:rect(-0px -2000000px -200000px -0px)
85 clip:rect(0px 2000000px 200000px 0px)
cssproperties.in 12 -webkit-background-clip
63 -webkit-mask-clip
106 background-clip
147 clip
245 background-clip
330 -moz-background-clip
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 73 * @param canvas A container for the current matrix and clip used to draw the bitmap.
86 * @param canvas A container for the current matrix and clip used to draw the bitmap.
99 * @param canvas A container for the current matrix and clip used to draw the bitmap.
  /frameworks/base/libs/surfaceflinger/
LayerBase.cpp 322 Region clip(inClip); // copy-on-write, so no-op most of the time
327 clip.subtract(transparentRegionScreen);
328 if (clip.isEmpty()) {
338 onDraw(clip);
363 void LayerBase::clearWithOpenGL(const Region& clip, GLclampx red,
374 Region::const_iterator it = clip.begin();
375 Region::const_iterator const end = clip.end();
386 void LayerBase::clearWithOpenGL(const Region& clip) const
388 clearWithOpenGL(clip,0,0,0,0);
391 void LayerBase::drawWithOpenGL(const Region& clip, const Texture& texture) cons
    [all...]
LayerDim.cpp 111 void LayerDim::onDraw(const Region& clip) const
114 Region::const_iterator it = clip.begin();
115 Region::const_iterator const end = clip.end();
LayerBase.h 134 virtual void draw(const Region& clip) const;
139 virtual void onDraw(const Region& clip) const = 0;
263 void clearWithOpenGL(const Region& clip, GLclampx r, GLclampx g,
265 void clearWithOpenGL(const Region& clip) const;
266 void drawWithOpenGL(const Region& clip, const Texture& texture) const;
LayerBuffer.cpp 138 void LayerBuffer::onDraw(const Region& clip) const
142 source->onDraw(clip);
144 clearWithOpenGL(clip);
313 void LayerBuffer::Source::onDraw(const Region& clip) const {
452 void LayerBuffer::BufferSource::onDraw(const Region& clip) const
457 mLayer.clearWithOpenGL(clip);
501 region_iterator clip(Region(Rect(dst.crop.r, dst.crop.b)));
506 &dst.crop, &src.crop, &clip);
534 mLayer.drawWithOpenGL(clip, mTexture);
665 void LayerBuffer::OverlaySource::onDraw(const Region& clip) cons
    [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 234 if (!(style()->clip() == newStyle->clip()))
247 !(style()->clip() == newStyle->clip()) ||
477 // Clip to the overflow area.
479 context->clip(toRenderBox(this)->overflowClipRect(tx, ty));
487 if (bgLayer->clip() == PaddingFillBox || bgLayer->clip() == ContentFillBox) {
488 // Clip to the padding or content boxes as necessary.
489 bool includePadding = bgLayer->clip() == ContentFillBox
    [all...]
RenderLayerBacking.cpp 268 // If the compositing ancestor has a layer to clip children, we parent in that, and therefore
275 // Call calculateRects to get the backgroundRect which is what is used to clip the contents of this
276 // layer. Note that we call it with temporaryClipRects = true because normally when computing clip rects
862 p->clip(clipRect);
    [all...]
RenderLayer.cpp 209 // Make sure we have no lingering clip rects.
532 // Clear our cached clip rect information.
778 // If we have a mask, then the clip is limited to the border box area (and there is
789 // If we have a reflection, then we need to account for that when we push the clip. Reflect our entire
810 // The best we can do here is to use enclosed bounding boxes to establish a "fuzzy" enough clip to encompass
843 p->clip(clipRect);
958 // Dirty the clip rects.
    [all...]
RenderFileUploadControl.cpp 187 // Push a clip.
194 paintInfo.context->clip(clipRect);
240 // Pop the clip.
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.h 167 // DownloadProgressInterface object, (to get the clip duraton)
258 // No constraint: for file size/clip duration/clip bitrate(i.e. playback rate), one of them must be unavailable, except
259 // file size and clip duration are available, but clip bitrate is unavailable. This only applies on PDL
284 // with contraint: file size and clip duration are both available
417 OSCL_wHeapString<OsclMemAllocator> iDownloadFileName; // local file name of the downloaded clip
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 104 WebCore::IntRect clip = mRoot->scrolledBounds(); local
105 clip.intersect(edges);
106 if (clip.isEmpty())
108 findClosest(&test, direction, check, &clip);
514 Direction direction, WebCore::IntRect* clip) const
523 child->findClosest(bestData, originalDirection, direction, clip);
527 if (test->isNavable(this, *clip) == false)
534 if (clip->intersects(testBounds) == false)
536 if (clip->contains(testBounds) == false) {
538 // if (testBounds.x() > clip->x() || testBounds.right() < clip->right()
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 64 The clip/matrix/proc are fields that reflect the top of the save/restore
76 int16_t fX, fY; // relative to base matrix/clip
119 // intersect clip, but don't translate it (yet)
506 // now jam our 1st clip to be bounds, and intersect the rest with that
540 SkRegion clip; local
541 clip = totalClip; // make a copy
543 layer->updateMC(totalMatrix, clip, &clip);
643 } else { // no user bounds, so just use the clip
647 // early exit if the clip is now empt
963 const SkRegion& clip = *fMCRec->fRegion; local
1452 const SkRegion& SkCanvas::LayerIter::clip() const { return fImpl->getClip(); } function in class:SkCanvas::LayerIter
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 466 /* clip the source rectangle to the source surface */
498 /* clip the destination rectangle against the clip rectangle */
500 SDL_Rect *clip = &dst->clip_rect; local
503 dx = clip->x - dstrect->x;
509 dx = dstrect->x + w - clip->x - clip->w;
513 dy = clip->y - dstrect->y;
519 dy = dstrect->y + h - clip->y - clip->h
    [all...]
  /frameworks/base/awt/java/awt/
MenuComponent.java 600 * getItem(selectedItemIndex)).hide(); } MultiRectArea clip =
602 * Graphics gr = getGraphics(clip); if (gr != null) { paint(gr); } if
649 * Determine the clip region when menu selection is changed from index1 to
659 MultiRectArea clip = new MultiRectArea(); local
661 clip.add(getItemRect(index1));
664 clip.add(getItemRect(index2));
666 return clip;
766 * @param clip
767 * the clip to set on this Graphics.
771 Graphics getGraphics(MultiRectArea clip) {
    [all...]
  /frameworks/base/opengl/libagl/
array.cpp 966 c->arrays.mvp_transform(&c->transforms.mvp, &v->clip, &v->obj);
983 c->arrays.mvp_transform(mvp, &v->clip, &v->obj);
1007 v->clip.x = mla3a(rx, m[ 0], ry, m[ 4], rz, m[ 8], m[12]);
1008 v->clip.y = mla3a(rx, m[ 1], ry, m[ 5], rz, m[ 9], m[13]);
1009 v->clip.z = mla3a(rx, m[ 2], ry, m[ 6], rz, m[10], m[14]);
1010 v->clip.w = mla3a(rx, m[ 3], ry, m[ 7], rz, m[11], m[15]);
1012 const GLfixed w = v->clip.w;
1013 uint32_t clip = 0;
1014 if (v->clip.x < -w) clip |= vertex_t::CLIP_L
    [all...]
primitives.cpp 105 // configure the rasterizer here, before we clip
125 // configure the rasterizer here, before we clip
173 // configure the rasterizer here, before we clip
191 // configure the rasterizer here, before we clip
540 // clip the line if needed
598 // The assumption here is that we're not going to clip very often,
599 // and even more rarely will we clip a triangle that ends up
866 // original list of vertices (polygon to clip, in fact this
882 // User clip-planes first, the clipping is always done in eye-coordinate
903 // clip each vertex against this plane..
    [all...]
  /frameworks/base/awt/com/android/internal/awt/
AndroidGraphics2D.java 85 protected MultiRectArea clip = null; field in class:AndroidGraphics2D
279 public void clip(Shape s) { method in class:AndroidGraphics2D
507 // TODO don't limit to current clip
804 composite, bgcolor, clip);
848 composite, bgcolor, clip);
854 xform, composite, bgcolor, clip);
909 composite, bgcolor, clip);
915 xform, composite, bgcolor, clip);
947 composite, null, clip);
955 composite, null, clip);
1261 Shape clip = getClip(); local
    [all...]
  /external/opencore/fileformats/mp3/parser/include/
imp3ff.h 242 * @returns Timestamp seeked to. If timestamp is past end of clip, timestamp is 0.
250 * @returns File position closest to the specified timestamp. If timestamp is past end of clip, file position is set to 0.
287 * @brief Returns the duration of the clip.
303 * @brief Returns the number of frames in the clip.
311 * @brief Returns the mime type of the clip.
398 * @brief Retrieves the Metadata size in the mp3 clip
  /external/qemu/docs/
AUDIO.TXT 42 - A target conversion function, called 'clip()' that is used to read from the stereo
47 from the stereo buffer for the next conversion through 'clip'.
133 | (sent through HWVoiceOut's 'clip' function, which is
  /frameworks/base/core/jni/android/graphics/
Region.cpp 34 const SkPath* path, const SkRegion* clip) {
35 SkASSERT(dst && path && clip);
36 return dst->setPath(*path, *clip);

Completed in 576 milliseconds

1 2 3 4 56 7 8 91011>>