OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clipping
(Results
1 - 25
of
365
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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\&.
SDL_UpdateRects.3
11
Makes sure the given list of rectangles is updated on the given screen\&. The rectangles must all be confined within the screen boundaries (no
clipping
is done)\&.
/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 */
/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/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/legacy/include/effects/
SkTableMaskFilter.h
19
Helper methods create some common tables (e.g. gamma,
clipping
)
33
/** Utility that creates a
clipping
table: clamps values below min to 0
/external/webkit/Source/WebCore/manual-tests/
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/webkit/Source/WebCore/css/
svg.css
33
outermost 'svg' element is ignored for the purposes of visual rendering and the initial
clipping
path is set
38
the user agent will establish an initial
clipping
path equal to the bounds of the initial viewport; otherwise,
39
the initial
clipping
path is set according to the
clipping
rules as defined in [CSS2-overflow].
/external/webkit/Source/WebCore/manual-tests/plugins/
object-clipping.html
5
<title>
clipping
objects</title>
/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
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceClipper.cpp
115
// If clip-path only contains one visible shape or path, we can use path-based
clipping
. Invisible
116
// shapes don't affect the
clipping
and can be ignored. If clip-path contains more than one
117
// visible shape, the additive
clipping
may not work, caused by the clipRule. EvenOdd
118
// as well as NonZero can cause self-
clipping
of the elements.
124
// Only shapes or paths are supported for direct
clipping
. We need to fallback to masking for texts.
137
// Fallback to masking, if there is more than one
clipping
path.
144
// Only one visible shape/path was found. Directly continue
clipping
and transform the content to userspace if necessary.
247
// Only shapes, paths and texts are allowed for
clipping
.
/frameworks/av/media/libeffects/testlibs/
AudioCommon.h
72
// Convert a audio_sample_t sample to S15 (no
clipping
)
77
// Convert a audio_sample_t sample to S15 (with
clipping
)
/external/chromium/chrome/browser/ui/views/
dropdown_bar_view.h
30
// Updates the view to let it know where the host is
clipping
the
/external/chromium/chrome/common/
thumbnail_score.cc
45
ThumbnailScore::ThumbnailScore(double score, bool
clipping
, bool top)
47
good_clipping(
clipping
),
53
ThumbnailScore::ThumbnailScore(double score, bool
clipping
, bool top,
56
good_clipping(
clipping
),
/external/skia/tests/
FillPathTest.cpp
31
// Lines which is not clipped by boundary based
clipping
,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s
13
; * Contains module for
Clipping
16 bit value to [0,255] Range
/frameworks/base/core/jni/android/opengl/
poly.h
19
* Generic Convex Polygon Scan Conversion and
Clipping
Completed in 1011 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>