HomeSort by relevance Sort by last modified time
    Searched full:clip (Results 176 - 200 of 617) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/page/
PrintContext.cpp 124 // reduced smaller to make the widest line fit, we just clip instead (this
144 ctx.clip(pageRect);
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 155 void GraphicsContextPlatformPrivate::clip(const FloatRect& clipRect) function in class:WebCore::GraphicsContextPlatformPrivate
162 void GraphicsContextPlatformPrivate::clip(const Path&) function in class:WebCore::GraphicsContextPlatformPrivate
  /external/webkit/WebCore/rendering/
RenderLayer.h 376 // |rootLayer}. It also computes our background and foreground clip rects
381 // Compute and cache clip rects computed with the given layer as the root
383 // Compute and return the clip rects. If useCached is true, will used previously computed clip rects on ancestors
388 IntRect childrenClipRect() const; // Returns the foreground clip rect of the layer in the document's coordinate space.
389 IntRect selfClipRect() const; // Returns the background clip rect of the layer in the document's coordinate space.
617 ClipRects* m_clipRects; // Cached clip rects used when painting and hit testing.
619 const RenderLayer* m_clipRectsRoot; // Root layer used to compute clip rects.
RenderLayerBacking.h 68 // Layer to clip children
120 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip);
RenderLayerCompositor.h 99 // Whether layer's backing needs a graphics layer to clip z-order children of the given layer.
115 // Get the nearest ancestor layer that has overflow or clip, but is not a stacking context
RenderSVGRoot.cpp 143 // Apply initial viewport clip - not affected by overflow handling
144 childPaintInfo.context->clip(overflowClipRect(borderBoxOriginInContainer.x(), borderBoxOriginInContainer.y()));
254 // Apply initial viewport clip - not affected by overflow settings
SVGRenderSupport.cpp 100 paintInfo.context->clip(repaintRect);
105 paintInfo.context->clip(repaintRect);
271 // RenderSVGRoot should never query for overflow state - it should always clip itself to the initial viewport size.
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.h 94 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(String, clip, clipPath, ClipPath, clipPath, String())
179 DataRef<StyleClipData> clip; member in class:WebCore::SVGRenderStyle
  /external/webkit/WebKit/qt/Api/
qwebframe.h 172 void render(QPainter*, const QRegion& clip);
173 void render(QPainter*, RenderLayer layer, const QRegion& clip = QRegion());
  /hardware/libhardware/include/hardware/
copybit.h 176 * @param region the clip region
193 * @param region the clip region
  /development/samples/BrowserPlugin/jni/
main.cpp 337 " clip=%d,%d,%d,%d format=%d", instance,
338 evt->data.draw.clip.left,
339 evt->data.draw.clip.top,
340 evt->data.draw.clip.right,
341 evt->data.draw.clip.bottom,
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility_testset1.h 315 * A test case to test the retrieval of 30th video frame of the clip
379 * A test case to test the retrieval of video frame at 10 sec into the clip
511 * -# AddDataSource() (passed-in clip)
521 * -# AddDataSource() (passed-in clip)
600 * A test case to test the retrieval of multiple video frames from a clip
  /external/skia/src/core/
SkRegion_path.cpp 266 bool SkRegion::setPath(const SkPath& path, const SkRegion& clip) {
269 if (clip.isEmpty()) {
275 return this->set(clip);
287 clipTransitions = clip.count_runtype_values(&clipTop, &clipBot);
302 SkScan::FillPath(path, clip, &builder);
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.cpp 189 SkANP::SetRect(&event.data.draw.clip, dirty.getBounds());
213 void PluginWidgetAndroid::setSurfaceClip(const SkIRect& clip) {
220 been completely clipped in CSS that webkit still sends a clip of 1x1.
222 bool clippedOut = (clip.width() <= 1 && clip.height() <= 1);
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 670 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
675 m_data->clip(rect);
720 clip(rect);
924 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
932 m_data->clip(path);
937 clip(path);
    [all...]
  /external/skia/src/gl/
SkGLDevice.cpp 14 void init(const SkRegion* clip, int height) {
17 fClip = clip;
83 void SkGLDevice::setMatrixClip(const SkMatrix& matrix, const SkRegion& clip) {
84 this->INHERITED::setMatrixClip(matrix, clip);
88 fClip = clip;
112 // first handle the clip
224 r.set(this->clip().getBounds());
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset7.h     [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 198 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
368 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
378 clip(path);
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 207 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
402 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
413 clip(path);
  /frameworks/base/docs/html/
index.jd 30 <div id="list-clip">
34 </div><!-- end list-clip -->
109 div#list-clip {
  /frameworks/base/graphics/java/android/graphics/
Region.java 91 * Set the region to the area described by the path and clip.
96 public boolean setPath(Path path, Region clip) {
97 return nativeSetPath(mNativeRegion, path.ni(), clip.mNativeRegion);
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 86 IClipboard clip = IClipboard.Stub.asInterface(ServiceManager.getService("clipboard")); local
87 if (clip != null) {
88 clip.setClipboardText(text);
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
pred_inter.cpp 463 x_mid = ((picwidth > x_pos) ? picwidth - x_pos - 1 : 0); /* clip negative to zero, encode fool proof! */
477 y_mid = ((blkheight + y_pos > 0) ? -y_pos : blkheight); /* clip to prevent memory corruption */
493 /* clip y_pos and x_pos */
661 /* 3/4 pel, no need to clip */
673 /* 3/4 pel, no need to clip */
686 /* 3/4 pel, no need to clip */
699 /* 3/4 pel, no need to clip */
878 /* 3/4 pel, no need to clip */
892 /* 3/4 pel, no need to clip */
907 /* 3/4 pel, no need to clip */
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 1127 ClipColumnTracker& clip = clipTracker.last(); local
1160 const IntRect& clip = clipTrack.mHasClip ? clipTrack.mBounds : local
1261 IntRect clip = hasClip ? bounds : absBounds; local
2964 ClipColumnTracker& clip = clipTracker.last(); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_inter.cpp 462 x_mid = ((picwidth > x_pos) ? picwidth - x_pos - 1 : 0); /* clip negative to zero, encode fool proof! */
476 y_mid = ((blkheight + y_pos > 0) ? -y_pos : blkheight); /* clip to prevent memory corruption */
492 /* clip y_pos and x_pos */
660 /* 3/4 pel, no need to clip */
672 /* 3/4 pel, no need to clip */
685 /* 3/4 pel, no need to clip */
698 /* 3/4 pel, no need to clip */
877 /* 3/4 pel, no need to clip */
891 /* 3/4 pel, no need to clip */
906 /* 3/4 pel, no need to clip */
    [all...]

Completed in 6298 milliseconds

1 2 3 4 5 6 78 91011>>