HomeSort by relevance Sort by last modified time
    Searched defs:Clip (Results 1 - 4 of 4) sorted by null

  /external/skia/legacy/include/core/
SkClipStack.h 51 struct Clip {
52 Clip() : fRect(NULL), fPath(NULL), fOp(SkRegion::kIntersect_Op) {}
53 friend bool operator==(const Clip& a, const Clip& b);
54 friend bool operator!=(const Clip& a, const Clip& b);
55 const SkRect* fRect; // if non-null, this is a rect clip
56 const SkPath* fPath; // if non-null, this is a path clip
62 * Return the clip for this element in the iterator. If next() returns
63 * NULL, then the iterator is done. The type of clip is determined b
    [all...]
  /external/libyuv/files/source/
row_common.cc 441 static __inline uint32 Clip(int32 val) {
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);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 249 class Clip : public Operation {
251 Clip(const FloatRect& rect) : m_rect(rect) {}
253 return context->clip(m_rect);
272 return context->clip(m_path);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 102 * Scissor clip rectangle.
398 RivaClip *Clip;

Completed in 1973 milliseconds