Home
last modified time | relevance | path

Searched refs:Clip (Results 1 – 25 of 34) sorted by relevance

12

/external/skia/legacy/include/core/
DSkClipStack.h51 struct Clip { struct
52 Clip() : fRect(NULL), fPath(NULL), fOp(SkRegion::kIntersect_Op) {} in Clip() argument
53 friend bool operator==(const Clip& a, const Clip& b);
54 friend bool operator!=(const Clip& a, const Clip& b);
70 const Clip* next(); argument
78 Clip fClip;
/external/skia/legacy/src/core/
DSkClipStack.cpp196 bool operator==(const SkClipStack::B2FIter::Clip& a, in operator ==()
197 const SkClipStack::B2FIter::Clip& b) { in operator ==()
205 bool operator!=(const SkClipStack::B2FIter::Clip& a, in operator !=()
206 const SkClipStack::B2FIter::Clip& b) { in operator !=()
214 const SkClipStack::B2FIter::Clip* SkClipStack::B2FIter::next() { in next()
DSkCanvas.cpp1135 const SkClipStack::B2FIter::Clip* clip; in validateClip()
/external/llvm/test/YAMLParser/
Dspec-09-23.data6 # text
 
 # Clip
/external/skia/src/animator/
DSkDrawClip.h21 DECLARE_DRAW_MEMBER_INFO(Clip);
DSkDisplayType.cpp109 CASE_DRAW_NEW(Clip); in CreateInstance()
264 CASE_GET_DRAW_INFO(Clip); in GetMembers()
DSkAnimateSchema.xsd1204 Clip sets the canvas to clip drawing to an element's geometry.
/external/skia/legacy/src/animator/
DSkDrawClip.h21 DECLARE_DRAW_MEMBER_INFO(Clip);
DSkDisplayType.cpp109 CASE_DRAW_NEW(Clip); in CreateInstance()
264 CASE_GET_DRAW_INFO(Clip); in GetMembers()
DSkAnimateSchema.xsd1204 Clip sets the canvas to clip drawing to an element's geometry.
/external/clang/test/SemaTemplate/
Dinstantiate-invalid.cpp6 template<class Clip=rasterizer_sl_clip_int> class rasterizer_scanline_aa
/external/libyuv/files/source/
Drow_common.cc441 static __inline uint32 Clip(int32 val) { in Clip() function
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6); in YuvPixel()
454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6); in YuvPixel()
455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6); in YuvPixel()
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6); in YuvPixel2()
466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6); in YuvPixel2()
467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6); in YuvPixel2()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsOperation.h249 class Clip : public Operation {
251 Clip(const FloatRect& rect) : m_rect(rect) {}
DPlatformGraphicsContextRecording.cpp718 appendStateOperation(NEW_OP(Clip)(rect)); in clip()
/external/webkit/Source/WebCore/platform/graphics/wx/
DImageWx.cpp135 gc->Clip(dst.x(), dst.y(), dst.width(), dst.height()); in draw()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
Driva_mmio.h398 RivaClip *Clip; member
/external/skia/legacy/src/xml/
DSkJSDisplayable.cpp131 JS_INIT(SkDraw, Clip) in JS_INIT()
/external/skia/src/xml/
DSkJSDisplayable.cpp131 JS_INIT(SkDraw, Clip) in JS_INIT()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm319 // "Clip-out" the plug-in when:
444 …// Clip to the dirty region if drawing to a window. When drawing to another bitmap context, do not…
446 … // Clip to dirty region so plug-in does not draw over already-drawn regions of the window that are
525 …// Clip to the dirty region if drawing to a window. When drawing to another bitmap context, do not…
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm4767 // Clip rect to document view's visible rect so rect is confined to subframe
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-036496 (-[WebHTMLView visibleRect]): Clip the visible rect based on the drawRect while
6652 (-[WebHTMLView drawRect:]): Clip to the passed-in rect. This was the big change
14605 (-[IFWebView mouseMovedNotification:]): Clip mouseMoved events to
DChangeLog-2007-10-14985 <rdar://problem/5424866> Bottom portion of any Web Clip widget appears transparent
/external/webkit/Source/WebCore/
DChangeLog-2007-10-149519 <rdar://problem/5424866> Bottom portion of any Web Clip widget appears transparent
12972 …* rendering/RenderTextControl.h: (WebCore::RenderTextControl::hasControlClip): Clip for search fie…
14231 …(WebCore::RenderMenuList::controlClipRect): Clip to the intersection of the inner content box and …
24464 Clip before painting.
67892 (WebCore::RenderListBox::paintObject): Clip out the scrollbar.
DChangeLog-2006-05-1031699 (khtml::InlineTextBox::selectionRect): Clip selection rect to the text box
31700 (khtml::InlineTextBox::paintSelection): Clip selection painting to the text box.
DChangeLog-2002-12-034848 (KWQFileButton::paint): Clip to passed-in rect, get font using systemFontOfSize,

12