Searched defs:clip (Results 151 - 175 of 176) sorted by relevance

12345678

/external/swiftshader/src/Renderer/
H A DSurface.cpp43 void Rect::clip(int minX, int minY, int maxX, int maxY) function in class:sw::Rect
/external/webp/src/mux/
H A Danim_encode.c589 static WEBP_INLINE int clip(int v, int min_v, int max_v) { function
598 const int right = clip(*x_offset + *width, 0, curr_canvas->width);
599 const int left = clip(*x_offset, 0, curr_canvas->width - 1);
600 const int bottom = clip(*y_offset + *height, 0, curr_canvas->height);
601 const int top = clip(*y_offset, 0, curr_canvas->height - 1);
610 rect.width_ = clip(right - left, 0, curr_canvas->width - rect.x_offset_);
611 rect.height_ = clip(bottom - top, 0, curr_canvas->height - rect.y_offset_);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h56 * things like primitive type, Begin/end flags and clip codes.
107 * User clip planes are handled via cooperation with the VS thread.
952 } clip; member in struct:brw_context
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp153 #define DRAW_SKIA_CLIP 0 // set to 1 to draw a green rectangle around the clip
470 SkPath* clip) {
527 // construct a clip parallel to the gradient that goes through
530 clip->moveTo(IntersectSides(rectPts[minBounds], slope, startEdgePt));
531 clip->lineTo(IntersectSides(rectPts[minBounds], slope, endEdgePt));
532 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, endEdgePt));
533 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, startEdgePt));
860 // if a pending draw depends on clip state that is cached, flush it and draw
1055 AdjustClip(m_commandIndex); // set up clip stack with any pending state
1110 SkTDArray<Clip> m_commands; // stack of clip
466 ClipAngledGradient(const SkPoint pts[2], SkPoint rectPts[4], bool clipStart, bool clipEnd, SkPath* clip) argument
[all...]
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2077 void GrGLGpu::clear(const GrFixedClip& clip, GrColor color, GrRenderTarget* target) { argument
2084 this->flushRenderTarget(glRT, clip.scissorEnabled() ? &clip.scissorRect() : nullptr);
2085 this->flushScissor(clip.scissorState(), glRT->getViewport(), glRT->origin());
2086 this->flushWindowRectangles(clip.windowRectsState(), glRT);
2118 void GrGLGpu::clearStencilClip(const GrFixedClip& clip, argument
2133 // we could just clear the clip bit but when we go through
2136 // changing the clip between stencil passes may or may not
2137 // zero the client's clip bits. So we just clear the whole thing.
2149 this->flushScissor(clip
[all...]
/external/skia/src/xps/
H A DSkXPSDevice.cpp1267 HRV(this->clip(shadedPath.get()));
1389 const SkIRect& clip, SkIRect* clipIRect) {
1396 const SkIRect& irect = clip;
1443 HR(this->clip(shadedPath));
1742 HRV(this->clip(shadedPath.get()));
1752 HRESULT SkXPSDevice::clip(IXpsOMVisual* xpsVisual) { function in class:SkXPSDevice
1764 "Could not create clip geometry.");
1769 "Could not get the clip figures.");
1779 "Could not set clip geometry.");
1853 HRV(this->clip(shadedPat
1386 convertToPpm(const SkMaskFilter* filter, SkMatrix* matrix, SkVector* ppuScale, const SkIRect& clip, SkIRect* clipIRect) argument
[all...]
/external/ImageMagick/Magick++/lib/
H A DImage.cpp2273 void Magick::Image::clip(void) function in class:Magick::Image
/external/ImageMagick/coders/
H A Dpng.c692 clip,
2938 mng_info->clip=mng_info->image_box;
5249 mng_info->clip=default_fb=previous_fb=mng_info->frame;
5654 mng_info->clip=fb;
5655 mng_info->clip=mng_minimum_box(fb,mng_info->frame);
5657 subframe_width=(size_t) (mng_info->clip.right
5658 -mng_info->clip.left);
5660 subframe_height=(size_t) (mng_info->clip.bottom
5661 -mng_info->clip.top);
5705 image->page.x=mng_info->clip
690 clip, member in struct:_MngInfo
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp71 // We don't track the clip at all (for performance), but we have to respond to some queries.
243 The clip/matrix/proc are fields that reflect the top of the save/restore
442 // If null, the clip will be used instead.
1029 } else { // no user bounds, so just use the clip
1197 // only have a "next" if this new layer doesn't affect the clip (rare)
1710 // Check if the device rect is NaN or outside the clip.
1725 // if we can't invert the CTM, we can't return local clip bounds
2712 // bounding rectangle is completely outside the current clip.
3163 void SkCanvas::LayerIter::clip(SkRegion* rgn) const { function in class:SkCanvas::LayerIter
3269 SkIRect clip local
[all...]
/external/skia/tests/
H A DPathTest.cpp302 SkRegion clip; local
303 clip.setRect(0, 0, 1255, 1925);
310 rgn.setPath(path, clip);
312 rgn.setPath(path, clip);
541 // This used to assert in the SK_DEBUG build, as the clip step would fail with
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ProGuardGUI$5.class ProGuardGUI ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/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 931 milliseconds

12345678