/external/skia/legacy/include/core/ |
D | SkClipStack.h | 51 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/ |
D | SkClipStack.cpp | 196 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()
|
D | SkCanvas.cpp | 1135 const SkClipStack::B2FIter::Clip* clip; in validateClip()
|
/external/llvm/test/YAMLParser/ |
D | spec-09-23.data | 6 # text
# Clip
|
/external/skia/src/animator/ |
D | SkDrawClip.h | 21 DECLARE_DRAW_MEMBER_INFO(Clip);
|
D | SkDisplayType.cpp | 109 CASE_DRAW_NEW(Clip); in CreateInstance() 264 CASE_GET_DRAW_INFO(Clip); in GetMembers()
|
D | SkAnimateSchema.xsd | 1204 Clip sets the canvas to clip drawing to an element's geometry.
|
/external/skia/legacy/src/animator/ |
D | SkDrawClip.h | 21 DECLARE_DRAW_MEMBER_INFO(Clip);
|
D | SkDisplayType.cpp | 109 CASE_DRAW_NEW(Clip); in CreateInstance() 264 CASE_GET_DRAW_INFO(Clip); in GetMembers()
|
D | SkAnimateSchema.xsd | 1204 Clip sets the canvas to clip drawing to an element's geometry.
|
/external/clang/test/SemaTemplate/ |
D | instantiate-invalid.cpp | 6 template<class Clip=rasterizer_sl_clip_int> class rasterizer_scanline_aa
|
/external/libyuv/files/source/ |
D | row_common.cc | 441 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/ |
D | GraphicsOperation.h | 249 class Clip : public Operation { 251 Clip(const FloatRect& rect) : m_rect(rect) {}
|
D | PlatformGraphicsContextRecording.cpp | 718 appendStateOperation(NEW_OP(Clip)(rect)); in clip()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | ImageWx.cpp | 135 gc->Clip(dst.x(), dst.y(), dst.width(), dst.height()); in draw()
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | riva_mmio.h | 398 RivaClip *Clip; member
|
/external/skia/legacy/src/xml/ |
D | SkJSDisplayable.cpp | 131 JS_INIT(SkDraw, Clip) in JS_INIT()
|
/external/skia/src/xml/ |
D | SkJSDisplayable.cpp | 131 JS_INIT(SkDraw, Clip) in JS_INIT()
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 319 // "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/ |
D | WebView.mm | 4767 // Clip rect to document view's visible rect so rect is confined to subframe
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 6496 (-[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
|
D | ChangeLog-2007-10-14 | 985 <rdar://problem/5424866> Bottom portion of any Web Clip widget appears transparent
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 9519 <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.
|
D | ChangeLog-2006-05-10 | 31699 (khtml::InlineTextBox::selectionRect): Clip selection rect to the text box 31700 (khtml::InlineTextBox::paintSelection): Clip selection painting to the text box.
|
D | ChangeLog-2002-12-03 | 4848 (KWQFileButton::paint): Clip to passed-in rect, get font using systemFontOfSize,
|