HomeSort by relevance Sort by last modified time
    Searched defs:clip (Results 26 - 50 of 72) sorted by null

12 3

  /external/quake/quake/src/QW/server/
world.c 26 entities never clip against themselves, or their owner
700 // did we clip the move?
716 void SV_ClipToLinks ( areanode_t *node, moveclip_t *clip )
729 if (touch == clip->passedict)
734 if (clip->type == MOVE_NOMONSTERS && touch->v.solid != SOLID_BSP)
737 if (clip->boxmins[0] > touch->v.absmax[0]
738 || clip->boxmins[1] > touch->v.absmax[1]
739 || clip->boxmins[2] > touch->v.absmax[2]
740 || clip->boxmaxs[0] < touch->v.absmin[0]
741 || clip->boxmaxs[1] < touch->v.absmin[1
827 moveclip_t clip; local
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 286 void GraphicsContext::clip(const FloatRect& r) function in class:WebCore::GraphicsContext
347 void GraphicsContext::clip(const Path&) function in class:WebCore::GraphicsContext
354 clip(path);
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 86 IClipboard clip = IClipboard.Stub.asInterface(ServiceManager.getService("clipboard")); local
87 if (clip != null) {
88 clip.setClipboardText(text);
BrowserBookmarksPage.java 717 IClipboard clip = IClipboard.Stub.asInterface(ServiceManager.getService("clipboard")); local
718 if (clip != null) {
719 clip.setClipboardText(text);
  /external/qemu/audio/
audio_int.h 76 f_sample *clip; member in struct:HWVoiceOut
133 f_sample *clip; member in struct:SWVoiceIn
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 38 solid_edge items only clip against bsp models.
220 The basic solid body movement clip that slides along multiple planes
318 // modify original_velocity so it parallels all of the clip planes
341 // Con_Printf ("clip velocity, numplanes == %i\n",numplanes);
418 // only clip against bmodels
906 int clip; local
933 clip = SV_FlyMove (ent, 0.1, &steptrace);
939 return clip;
963 int clip; local
976 clip = SV_FlyMove (ent, host_frametime, &steptrace)
    [all...]
world.cpp 26 entities never clip against themselves, or their owner
798 // did we clip the move?
814 void SV_ClipToLinks ( areanode_t *node, moveclip_t *clip )
827 if (touch == clip->passedict)
832 if (clip->type == MOVE_NOMONSTERS && touch->u.v.solid != SOLID_BSP)
835 if (clip->boxmins[0] > touch->u.v.absmax[0]
836 || clip->boxmins[1] > touch->u.v.absmax[1]
837 || clip->boxmins[2] > touch->u.v.absmax[2]
838 || clip->boxmaxs[0] < touch->u.v.absmin[0]
839 || clip->boxmaxs[1] < touch->u.v.absmin[1
925 moveclip_t clip; local
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 425 SkRegion clip; local
438 clip.setRect(0, 0, glyph->fWidth, glyph->fHeight);
446 draw.fClip = &clip;
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
1466 const SkRegion& SkCanvas::LayerIter::clip() const { return fImpl->getClip(); } function in class:SkCanvas::LayerIter
    [all...]
  /external/tcpdump/
print-rx.c 621 u_int32_t clip = ip->ip_dst.s_addr; local
630 rxent->client.s_addr == clip &&
    [all...]
  /external/webkit/WebCore/rendering/style/
FillLayer.h 71 EFillBox clip() const { return static_cast<EFillBox>(m_clip); } function in struct:WebCore::FillLayer
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 1540 Region clip = new Region(0, 0, 10, 10); local
1585 Region clip = new Region(); local
    [all...]
  /device/samsung/crespo/libaudio2/
AudioHardware.cpp 1682 int16_t clip(int32_t x) function in namespace:android
    [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 244 public void clip(Shape s) method in class:OverrideGraphics2D
246 graphics.clip(s);
549 public void setClip(Shape clip)
551 graphics.setClip(clip);
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 689 void CanvasRenderingContext2D::clip() function in class:WebCore::CanvasRenderingContext2D
1108 c->clip(destRect);
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 722 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
730 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
735 // path.platformPath()->dump(false, "clip path");
762 clip(path);
819 the matrix or clip, I do not give those flags (for performance)
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 585 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
596 m_data->clip(rect);
810 clip(rect);
1064 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
1077 m_data->clip(path);
1082 clip(path);
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 670 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
675 m_data->clip(rect);
720 clip(rect);
924 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
932 m_data->clip(path);
937 clip(path);
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 675 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
800 QRectF clip = p->clipPath().boundingRect(); local
801 QRectF deviceClip = p->transform().mapRect(clip);
929 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
939 clip(path);
1067 clip(rect);
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 344 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
356 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
757 // We manually clip the rectangle to the current clip rect. This
    [all...]
  /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...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 232 private Drawable tileify(Drawable drawable, boolean clip) {
258 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip)); local
274 return (clip) ? new ClipDrawable(shapeDrawable, Gravity.LEFT,
  /device/samsung/crespo/libaudio/
AudioHardwareALSA.cpp 2335 int16_t clip(int32_t x) function in namespace:android
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1741 FT_BBox* clip; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderObject.h 121 return type == o.type && bounds == o.bounds && clip == o.clip && label == o.label;
130 IntRect clip; member in struct:WebCore::DashboardRegionValue
    [all...]

Completed in 1616 milliseconds

12 3