/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetClipRect.3 | 3 SDL_GetClipRect \- Gets the clipping rectangle for a surface\&. 11 Gets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into\&. 13 The rectangle pointed to by \fBrect\fR will be filled with the clipping rectangle of the surface\&.
|
SDL_SetClipRect.3 | 3 SDL_SetClipRect \- Sets the clipping rectangle for a surface\&. 11 Sets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle will be drawn into\&. 15 If \fBrect\fR is \fBNULL\fP the clipping rectangle will be set to the full size of the surface\&.
|
SDL_MixAudio.3 | 11 This function takes two audio buffers of \fBlen\fR bytes each of the playing audio format and mixes them, performing addition, volume adjustment, and overflow clipping\&. The \fBvolume\fR ranges from 0 to \fBSDL_MIX_MAXVOLUME\fP and should be set to the maximum value for full audio volume\&. Note this does not change hardware volume\&. This is provided for convenience -- you can mix your own audio data\&. 16 Do not use this function for mixing together more than two streams of sample data\&. The output from repeated application of this function may be distorted by clipping, because there is no accumulator with greater range than the input (not to mention this being an inefficient way of doing it)\&. Use mixing functions from SDL_mixer, OpenAL, or write your own mixer instead\&.
|
SDL_UpdateRect.3 | 11 Makes sure the given area is updated on the given screen\&. The rectangle must be confined within the screen boundaries (no clipping is done)\&.
|
SDL_Surface.3 | 14 /* clipping information */ 45 \fBSDL_Surface\fR\&'s represent areas of "graphical" memory, memory that can be drawn to\&. The video framebuffer is returned as a \fBSDL_Surface\fR by \fI\fBSDL_SetVideoMode\fP\fR and \fI\fBSDL_GetVideoSurface\fP\fR\&. Most of the fields should be pretty obvious\&. \fBw\fR and \fBh\fR are the width and height of the surface in pixels\&. \fBpixels\fR is a pointer to the actual pixel data, the surface should be \fIlocked\fR before accessing this field\&. The \fBclip_rect\fR field is the clipping rectangle as set by \fI\fBSDL_SetClipRect\fP\fR\&.
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VIFI_Clip.h | 20 * @note This file defines the Clipping and Division table address 27 /* Clipping matrix for RGB values */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Files.py | 62 class clipping(aetools.ComponentItem): class in inherits:aetools.ComponentItem 63 """clipping - A clipping """ 66 """clipping window - (NOT AVAILABLE YET) the clipping window for this clipping """ 70 clippings = clipping 138 clipping._superclassnames = ['file'] 139 clipping._privpropdict = { 143 clipping._privelemdict = [all...] |
Containers_and_folders.py | 166 'clipping' : Files.clipping, 182 'clipping' : Files.clipping, 199 'clipping' : Files.clipping, 220 'clipping' : Files.clipping, 237 'clipping' : Files.clipping, [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
dropdown_bar_host_delegate.h | 13 // Updates the view to let it know where the host is clipping the
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
gpclip.c | 38 Word16 mem[] /* (o) : memory of gain of pitch clipping algorithm */ 47 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */ 60 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */ 91 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnailing_context.h | 17 // The result of clipping. This can be used to determine if the 20 // Clipping is not done yet.
|
/external/chromium_org/skia/ext/ |
lazy_pixel_ref.h | 26 // Clipping rect for this pixel ref. 31 // given clipping rect. Returns true is succeeded, or false otherwise.
|
/external/chromium_org/third_party/skia/include/effects/ |
SkTableMaskFilter.h | 17 Helper methods create some common tables (e.g. gamma, clipping) 29 /** Utility that creates a clipping table: clamps values below min to 0
|
/external/skia/include/effects/ |
SkTableMaskFilter.h | 17 Helper methods create some common tables (e.g. gamma, clipping) 29 /** Utility that creates a clipping table: clamps values below min to 0
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
plain-text-paste.html | 25 Plain text clipping 34 <td>Plain text clipping</td> 38 <td>Styled text clipping</td>
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 249 * @param l location of the left vertical clipping plane 250 * @param r location of the right vertical clipping plane 251 * @param b location of the bottom horizontal clipping plane 252 * @param t location of the top horizontal clipping plane 253 * @param n location of the near clipping plane 254 * @param f location of the far clipping plane 268 * with the right and bottom clipping planes set to the given 269 * values. Left and top clipping planes are set to 0. Near and 272 * @param w location of the right vertical clipping plane 273 * @param h location of the bottom horizontal clipping plan [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix4f.java | 249 * @param l location of the left vertical clipping plane 250 * @param r location of the right vertical clipping plane 251 * @param b location of the bottom horizontal clipping plane 252 * @param t location of the top horizontal clipping plane 253 * @param n location of the near clipping plane 254 * @param f location of the far clipping plane 268 * with the right and bottom clipping planes set to the given 269 * values. Left and top clipping planes are set to 0. Near and 272 * @param w location of the right vertical clipping plane 273 * @param h location of the bottom horizontal clipping plan [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/plugins/ |
object-clipping.html | 5 <title>clipping objects</title>
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
svg.css | 34 outermost 'svg' element is ignored for the purposes of visual rendering and the initial clipping path is set 39 the user agent will establish an initial clipping path equal to the bounds of the initial viewport; otherwise, 40 the initial clipping path is set according to the clipping rules as defined in [CSS2-overflow].
|
/external/chromium_org/remoting/client/ |
frame_producer.h | 28 // The passed buffer must be large enough to hold the whole clipping area. 40 // Notifies the producer of changes to the output view size or clipping area.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
image.c | 580 * Perform basic clipping for glDrawPixels. The image's position and size 605 /* left clipping */ 611 /* right clipping */ 619 /* bottom clipping */ 625 /* top clipping */ 630 /* top clipping */ 636 /* bottom clipping */ 651 * Perform clipping for glReadPixels. The image's window position 673 /* left clipping */ 679 /* right clipping */ [all...] |
/external/mesa3d/src/mesa/main/ |
image.c | 580 * Perform basic clipping for glDrawPixels. The image's position and size 605 /* left clipping */ 611 /* right clipping */ 619 /* bottom clipping */ 625 /* top clipping */ 630 /* top clipping */ 636 /* bottom clipping */ 651 * Perform clipping for glReadPixels. The image's window position 673 /* left clipping */ 679 /* right clipping */ [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlgetcliprect.html | 83 >SDL_GetClipRect -- Gets the clipping rectangle for a surface.</DIV 123 >Gets the clipping rectangle for a surface. When this surface is the 133 filled with the clipping rectangle of the surface.</P
|
sdlsetcliprect.html | 83 >SDL_SetClipRect -- Sets the clipping rectangle for a surface.</DIV 123 >Sets the clipping rectangle for a surface. When this surface is the 144 > the clipping
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
ReflectionProcessor.java | 31 * @param reflectionClipPlane the clipping plane 60 //Rendering the sky whithout clipping
|