/frameworks/base/docs/html-intl/intl/zh-tw/training/material/ |
shadows-clipping.jd | 11 <li><a href="#Clip">????</a></li> 119 <h2 id="Clip">????</h2>
|
/frameworks/base/libs/hwui/ |
Outline.h | 99 void setShouldClip(bool clip) { 100 mShouldClip = clip;
|
/frameworks/support/compat/jellybean/android/support/v4/app/ |
RemoteInputCompatJellybean.java | 25 /** Label used to denote the clip data type used for remote input transport */ 28 /** Extra added to a clip data intent object to hold the results bundle. */
|
/frameworks/webview/chromium/plat_support/ |
graphics_utils.cpp | 67 // translate & scale transforms, and a simple rectangular clip. 69 // SkCanvasStateUtils::CaptureCanvasState when the clip is complex).
|
/art/runtime/interpreter/mterp/arm/ |
op_double_to_long.S | 8 * We have to clip values to long min/max per the specification. The
|
/art/runtime/interpreter/mterp/mips/ |
op_double_to_int.S | 5 * We have to clip values to int min/max per the specification. The
|
/external/ImageMagick/utilities/ |
display.1 | 82 \-clip clip along the first path from the 8BIM profile 83 \-clip-path id clip along a named path from the 8BIM profile
|
display.1.in | 82 \-clip clip along the first path from the 8BIM profile 83 \-clip-path id clip along a named path from the 8BIM profile
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
box-handler.js | 55 scope.addPropertiesHandler(parseBox, mergeBoxes, ['clip']);
|
/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/libmpeg2/common/ |
impeg2_macros.h | 29 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_private.h | 79 float clip[4]; member in struct:vertex_header 109 struct draw_stage *clip; member in struct:draw_context::__anon20398 219 boolean force_passthrough; /**< never clip or shade */ 293 /* Clip derived state:
|
/external/mesa3d/src/mesa/main/ |
descrip.mms | 34 clip.c \ 109 clip.obj,\ 194 clip.obj : clip.c
|
/external/mesa3d/src/mesa/math/ |
m_clip_tmp.h | 36 * \param clip_vec vector of incoming clip-space coords 38 * \param clipMask resulting array of clip flags 116 * \param clip_vec vector of incoming clip-space coords 118 * \param clipMask resulting array of clip flags
|
/external/mesa3d/src/mesa/x86/ |
clip_args.h | 27 * Clip test function interface for assembly code. Simply define
|
/external/opencv3/samples/python2/ |
lappyr.py | 36 return np.uint8(np.clip(img, 0, 255))
|
/external/skia/bench/ |
TileImageFilterBench.cpp | 20 // of magnitude slower, since SkTileImageFilter does not clip the
|
/external/skia/gm/ |
distantclip.cpp | 35 // a 'extents' by 'extents' round rect clip at a vertical offset of 'offset', then draw
|
quadpaths.cpp | 29 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, 40 canvas->clipRect(clip); 172 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, 183 canvas->clipRect(clip);
|
/external/skia/site/dev/design/ |
pdftheory.md | 31 * [Clip and Transform](#Clip_and_Transform) 209 apply a transform to the drawing coordinates, or clip future drawing 290 Clip and Transform 301 mentioned above in the Graphic States section as well as the clip and 302 transform). Therefore to undo a clip, the PDF graphic state must be 303 pushed before the clip is applied, then popped to revert to the state 304 of the graphic state before the clip was applied. 307 transform, clip region, and clip stack are stored in a ContentEntry 321 which stores the matrix, clip region, and clip stack as well as th [all...] |