Searched defs:Clip (Results 1 - 4 of 4) sorted by relevance

/external/skia/legacy/include/core/
H A DSkClipStack.h51 struct Clip { struct in class:SkClipStack::B2FIter
52 Clip() : fRect(NULL), fPath(NULL), fOp(SkRegion::kIntersect_Op) {} function in struct:SkClipStack::B2FIter::Clip
53 friend bool operator==(const Clip& a, const Clip& b);
54 friend bool operator!=(const Clip& a, const Clip& b);
70 const Clip* next();
78 Clip fClip;
/external/libyuv/files/source/
H A Drow_common.cc441 static __inline uint32 Clip(int32 val) { function
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h398 RivaClip *Clip; member in struct:_riva_hw_inst
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h249 class Clip : public Operation { class in namespace:WebCore::GraphicsOperation
251 Clip(const FloatRect& rect) : m_rect(rect) {} function in class:WebCore::GraphicsOperation::Clip

Completed in 105 milliseconds