Searched defs:clip (Results 126 - 132 of 132) sorted by relevance

123456

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h96 return type == o.type && bounds == o.bounds && clip == o.clip && label == o.label;
105 IntRect clip; member in struct:WebCore::DashboardRegionValue
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h631 /** Return the current clip bounds in local coordinates, expanding it to
633 current clip is empty, return false and ignore the bounds argument.
636 /** Return the current clip bounds in device coordinates in bounds. If the
637 current clip is empty, return false and ignore the bounds argument.
992 ANPRectI clip; member in struct:ANPEvent::__anon13390::__anon13395
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h801 m_int clip; /* Is clipping on? */ member in struct:__anon10198
976 /* Viewport and clip rectangle manipulation bound to a specific DC */
987 void MGLAPI MGL_setClipRectDC(MGLDC *dc,rect_t clip);
988 void MGLAPI MGL_getClipRectDC(MGLDC *dc,rect_t *clip);
1123 /* Viewport and clip rectangle manipulation */
1134 void MGLAPI MGL_setClipRect(rect_t clip);
1135 void MGLAPI MGL_getClipRect(rect_t *clip);
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H801 m_int clip; /* Is clipping on? */ member in struct:__anon10497
976 /* Viewport and clip rectangle manipulation bound to a specific DC */
987 void MGLAPI MGL_setClipRectDC(MGLDC *dc,rect_t clip);
988 void MGLAPI MGL_getClipRectDC(MGLDC *dc,rect_t *clip);
1123 /* Viewport and clip rectangle manipulation */
1134 void MGLAPI MGL_setClipRect(rect_t clip);
1135 void MGLAPI MGL_getClipRect(rect_t *clip);
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h465 Length clipLeft() const { return visual->clip.left(); }
466 Length clipRight() const { return visual->clip.right(); }
467 Length clipTop() const { return visual->clip.top(); }
468 Length clipBottom() const { return visual->clip.bottom(); }
469 LengthBox clip() const { return visual->clip; } function in class:WebCore::RenderStyle
571 EFillBox backgroundClip() const { return static_cast<EFillBox>(m_background->background().clip()); }
585 EFillBox maskClip() const { return static_cast<EFillBox>(rareNonInheritedData->m_mask.clip()); }
906 void setClipLeft(Length v) { SET_VAR(visual, clip.m_left, v) }
907 void setClipRight(Length v) { SET_VAR(visual, clip
[all...]
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 208 milliseconds

123456