/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_video.h | 107 /** clipping information */ 636 * Sets the clipping rectangle for the destination surface in a blit. 638 * If the clip rectangle is NULL, clipping will be disabled. 642 * the intersection of the surface area and the clipping rectangle. 650 * Gets the clipping rectangle for the destination surface in a blit. 676 * in 'srcrect' and 'dstrect' after all clipping is performed. 746 * rectangle validation and clipping before passing it to SDL_LowerBlit() [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
drawable-resource.jd | [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
video.html | 230 > -- Sets the clipping rectangle for a surface.</DT 235 > -- Gets the clipping rectangle for a surface.</DT
|
/external/skia/src/gpu/ |
GrGpu.h | 335 * GrDrawState's stencil settings and stencil clipping. 352 // clipping.
|
GrDrawTarget.h | 105 * @param description of the clipping region 366 * not a request for clipping. 384 * not a request for clipping. 467 * not a request for clipping. [all...] |
GrInOrderDrawBuffer.cpp | 141 // unnecessary clipping in our onDraw(). 182 // all edges) of the clip to be at the edge of the RT. However, we get that clipping for 183 // free via the viewport. We don't want to think that clipping must be enabled in this
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContextSkia.cpp | 152 // Clipping 415 // Clipping to bounds is not required for correctness, but it does
|
PlatformGraphicsContext.h | 94 // Clipping
|
/external/libyuv/files/include/libyuv/ |
convert.h | 200 // dst_width/height for clipping determine final size.
|
convert_argb.h | 182 // dst_width/height for clipping determine final size.
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3dcaps.h | 187 BOOL bClipping; /* Device can do 3D clipping */
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DCAPS.H | 187 BOOL bClipping; /* Device can do 3D clipping */
|
/external/skia/bench/ |
AAClipBench.cpp | 17 // This bench tests out AA/BW clipping via canvas' clipPath and clipRect calls
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
ShaderProgram.cpp | 545 //// clipping //// 620 // into a clip rect in InvView coordinates -- used by the clipping rects 669 ALOGV("--clipping rect %f %f, %f x %f", 673 // track the current clipping rect. [all...] |
/external/webkit/Source/WebCore/svg/graphics/ |
SVGImage.cpp | 194 // of the image would be if we were drawing without clipping, and translate accordingly.
|
/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 | 290 * Clipping rectangle.
|
/hardware/samsung_slsi/exynos5/include/ |
fimg2d.h | 246 struct fimg2d_clip clipping; member in struct:fimg2d_param
|
/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/quake/quake/src/QW/client/ |
r_main.c | 823 // at this point, so no clipping to the world tree is needed, just 824 // frustum clipping 863 // put back world rotation and frustum clipping
|
/external/quake/quake/src/WinQuake/ |
r_main.cpp | 810 // at this point, so no clipping to the world tree is needed, just
811 // frustum clipping
850 // put back world rotation and frustum clipping
|
/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 !!!!!!!!!!!!!
|