/external/mesa3d/src/mesa/swrast/ |
swrast.h | 78 * vertex because of the tnl clipping code.
|
s_drawpix.c | 218 /* clipping */ 382 * change them while clipping. 471 * may change them while clipping/rendering.
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_vertex.c | 57 * The clipping of primitives to these planes is implemented in
|
/external/skia/include/gpu/gl/ |
GrGLConfig.h | 97 * GL_NV_path_rendering. There are known issues with clipping, non-AA paths, and
|
/external/skia/src/core/ |
SkEdgeBuilder.cpp | 90 // clipping can turn 1 line into (up to) kMaxClippedLineSegments, since
|
/external/skia/src/gpu/ |
GrDrawTarget.h | 54 * @param description of the clipping region 308 * not a request for clipping. 326 * not a request for clipping. 406 * not a request for clipping. [all...] |
GrInOrderDrawBuffer.cpp | 174 // unnecessary clipping in our onDraw(). 212 // all edges) of the clip to be at the edge of the RT. However, we get that clipping for 213 // free via the viewport. We don't want to think that clipping must be enabled in this
|
/external/skia/src/gpu/effects/ |
GrBezierEffect.h | 63 * chopping to tighten the clipping. Another side effect of the overestimating is
|
/frameworks/base/docs/html/guide/topics/graphics/ |
view-animation.jd | 114 However, clipping <em>will occur</em> if the animation exceeds the bounds of the parent View.</p>
|
/frameworks/base/libs/androidfw/ |
StreamingZipInflater.cpp | 153 // from mmapped data this won't happen, because the clipping to total size
|
/frameworks/base/libs/hwui/ |
Layer.h | 261 * Clipping rectangle.
|
DeferredDisplayList.cpp | 201 /* Clipping compatibility check 271 // clipping in the merged case is done ahead of time since all ops share the clip (if any) 405 * When an clipping operation occurs that could cause a complex clip, record the operation and all
|
/hardware/samsung_slsi/exynos5/include/ |
fimg2d.h | 246 struct fimg2d_clip clipping; member in struct:fimg2d_param
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerCompositor.cpp | 640 // See if we need content or clipping layers. Methods called here should assume [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_drawpix.c | 218 /* clipping */ 382 * change them while clipping. 471 * may change them while clipping/rendering.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrInOrderDrawBuffer.cpp | 174 // unnecessary clipping in our onDraw(). 212 // all edges) of the clip to be at the edge of the RT. However, we get that clipping for 213 // free via the viewport. We don't want to think that clipping must be enabled in this
|
/external/libvorbis/lib/ |
psytune.c | 490 /* might as well guard against clipping */ 492 if(!flag)fprintf(stderr,"clipping in frame %ld ",frameno+i); 497 if(!flag)fprintf(stderr,"clipping in frame %ld ",frameno+i);
|
/external/skia/tests/ |
DeferredCanvasTest.cpp | 306 // Verify that a clear with clipping triggers a fresh frame 307 // (clear is not affected by clipping) 391 // Verify that incomplete coverage due to clipping does not trigger a fresh [all...] |
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_Clip.c | 19 * @brief Management of the RGB Clipping matrix inclusion and Division Table 20 * @note -# Clipping Matrix is used in order to properly manage the inclusion of 21 * the external RGB Clipping matrix used for color conversion.
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
motion_comp.cpp | 317 r13 |= r4; /* check clipping */ 340 r13 |= r5; /* check clipping */ 357 if (r13&0xFF000700) /* need clipping */ 463 r13 |= r4; /* check clipping */ 480 r13 |= r5; /* check clipping */ 491 if (r13&0xFF000700) /* need clipping */ 878 if (r13 & 0xFF000700) /* this column need clipping */ [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastquant.cpp | 145 8/3/01, , add clipping to the reconstructed coefficient [-2047,2047] 538 8/3/01, add clipping to the reconstructed coefficient [-2048,2047] 541 clipping, 16-bit mult., etc !!!!!!!!!!!!!
|
/frameworks/native/opengl/libagl/ |
context.h | 105 // these constant matter for our clipping 106 CLIP_L = 0x0001, // clipping flags 116 USER_CLIP_0 = 0x0100, // user clipping flags
|
/external/chromium_org/cc/trees/ |
layer_tree_host_common.cc | 611 "LayerTreeHostCommon::SubtreeShouldRenderToSeparateSurface clipping", [all...] |
/external/chromium_org/third_party/freetype/src/raster/ |
ftraster.c | 263 /* for clipping computations. It simply uses the FT_MulDiv() function */ [all...] |
/external/freetype/src/raster/ |
ftraster.c | 263 /* for clipping computations. It simply uses the FT_MulDiv() function */ [all...] |