HomeSort by relevance Sort by last modified time
    Searched refs:clip (Results 126 - 150 of 563) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/
jawt.h 146 /* Number of rectangles in the clip */
148 /* Clip rectangle array */
149 JAWT_Rectangle* clip; member in struct:jawt_DrawingSurfaceInfo
182 * JAWT_LOCK_CLIP_CHANGED - When the clip region has changed.
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/
jawt.h 146 /* Number of rectangles in the clip */
148 /* Clip rectangle array */
149 JAWT_Rectangle* clip; member in struct:jawt_DrawingSurfaceInfo
182 * JAWT_LOCK_CLIP_CHANGED - When the clip region has changed.
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
jawt.h 146 /* Number of rectangles in the clip */
148 /* Clip rectangle array */
149 JAWT_Rectangle* clip; member in struct:jawt_DrawingSurfaceInfo
182 * JAWT_LOCK_CLIP_CHANGED - When the clip region has changed.
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/
jawt.h 146 /* Number of rectangles in the clip */
148 /* Clip rectangle array */
149 JAWT_Rectangle* clip; member in struct:jawt_DrawingSurfaceInfo
182 * JAWT_LOCK_CLIP_CHANGED - When the clip region has changed.
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
jawt.h 146 /* Number of rectangles in the clip */
148 /* Clip rectangle array */
149 JAWT_Rectangle* clip; member in struct:jawt_DrawingSurfaceInfo
182 * JAWT_LOCK_CLIP_CHANGED - When the clip region has changed.
  /external/libgdx/gdx/jni/jni-headers/
jawt.h 146 /* Number of rectangles in the clip */
148 /* Clip rectangle array */
149 JAWT_Rectangle* clip; member in struct:jawt_DrawingSurfaceInfo
182 * JAWT_LOCK_CLIP_CHANGED - When the clip region has changed.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 117 printf("clip:\n");
129 &brw->clip.prog_offset, &brw->clip.prog_data);
249 &brw->clip.prog_offset, &brw->clip.prog_data)) {
  /external/opencv3/samples/python2/
color_histogram.py 48 h = np.clip(h*0.005*hist_scale, 0, 1)
lappyr.py 36 return np.uint8(np.clip(img, 0, 255))
  /external/skia/debugger/QT/
SkInspectorWidget.h 63 Sets the text in the current clip.
66 void setClip(const SkIRect& clip);
  /external/skia/experimental/nanomsg/
picture_demo.cpp 21 SkRect clip; member in struct:PictureHeader
28 , clip(SkRect::MakeLargest())
90 header.clip.setLTRB(l,t,r,b);
154 canvas->clipRect(header.clip);
  /external/skia/gm/
complexclip2.cpp 20 enum Clip {
26 ComplexClip2GM(Clip clip, bool antiAlias)
27 : fClip(clip)
110 static const char* ClipStr(Clip clip) {
111 switch (clip) {
119 SkDEBUGFAIL("Unknown clip type.");
197 Clip fClip;
cubicpaths.cpp 92 void drawOne(SkCanvas* canvas, const SkPath& path, const SkRect& clip) {
95 canvas->drawRect(clip, framePaint);
98 canvas->clipRect(clip);
140 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
151 canvas->clipRect(clip);
284 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
295 canvas->clipRect(clip);
  /external/skia/src/core/
SkBlitter_Sprite.cpp 34 void SkSpriteBlitter::blitMask(const SkMask&, const SkIRect& clip) {
SkBlitMask_D32.cpp 55 const SkIRect& clip, SkColor color) {
56 int x = clip.fLeft, y = clip.fTop;
61 color, clip.width(), clip.height());
69 color, clip.width(), clip.height());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistOrbView.java 220 boolean clip = mCircleSize < mCircleMinSize;
221 if (clip != mClipToOutline) {
222 setClipToOutline(clip);
223 mClipToOutline = clip;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_rect.h 117 const SDL_Rect * clip,
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rect.h 117 const SDL_Rect * clip,
  /prebuilts/misc/windows/sdl2/include/
SDL_rect.h 117 const SDL_Rect * clip,
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_rect.h 117 const SDL_Rect * clip,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
alu-2.s 18 clip $r0, $r1, 1
  /frameworks/base/libs/hwui/
ClipArea.cpp 162 SkRegion RectangleList::convertToRegion(const SkRegion& clip) const {
169 rectangleListAsRegion.setPath(rectPathTransformed, clip);
172 rectRegion.setPath(rectPathTransformed, clip);
268 // The only way this occurs is by a clip setting operation.
303 // all clip areas that can be represented by a region.
358 * Clip serialization
363 // Only initial clip-to-viewport observed, so no serialization of clip necessary
423 // if either is empty, clip is empty
512 void ClipArea::applyClip(const ClipBase* clip, const Matrix4& transform)
    [all...]
  /external/curl/src/
tool_doswin.c 211 char *clip = NULL; local
218 clip = p;
221 if(clip) {
222 *clip = '\0';
223 len = clip - target;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.c 48 draw->pipeline.clip = draw_clip_stage( draw );
60 !draw->pipeline.clip ||
91 if (draw->pipeline.clip)
92 draw->pipeline.clip->destroy( draw->pipeline.clip );
  /external/webp/src/dsp/
yuv.c 20 static WEBP_INLINE uint8_t clip(int v, int max_value) { function
43 VP8kClip[i - YUV_RANGE_MIN] = clip(k, 255);
44 VP8kClip4Bits[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);
55 VP8kClip[i - YUV_RANGE_MIN] = clip(k, 255);
56 VP8kClip4Bits[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);

Completed in 2916 milliseconds

1 2 3 4 56 7 8 91011>>