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
185
) sorted by null
1
2
3
4
5
6
7
8
/external/webkit/WebCore/manual-tests/
plain-text-paste.html
25
Plain text
clipping
34
<td>Plain text
clipping
</td>
38
<td>Styled text
clipping
</td>
svg-repaint-foreignObject.svg
64
<text x="0" y="674" fill="black" font-size="32">The animation should have no trails or
clipping
.</text>
svg-repaint-group.svg
64
<text x="0" y="674" fill="black" font-size="32">The animation should have no trails or
clipping
.</text>
svg-repaint-image.svg
64
<text x="0" y="674" fill="black" font-size="32">The animation should have no trails or
clipping
.</text>
svg-repaint-path.svg
64
<text x="0" y="674" fill="black" font-size="32">The animation should have no trails or
clipping
.</text>
/frameworks/base/awt/java/awt/
Graphics.java
30
* options: origin point,
clipping
area, color, font. <br>
32
* The origin point specifies the beginning of the
clipping
area coordinate
34
* respect to this point. The
clipping
area defines the boundaries where
36
* pixels outside of the
clipping
area. <br>
62
* the
clipping
area dimensions.
69
* the width of
clipping
area.
71
* the height of
clipping
area.
72
* @return the Graphics object with new origin point and
clipping
area.
260
* Gets the bounds of the current
clipping
area as a rectangle and copies it
264
* a Rectangle object where the current
clipping
area bounds ar
[
all
...]
Graphics2D.java
68
* Intersects the current
clipping
area with the specified Shape and the
69
* result becomes a new
clipping
area. If current
clipping
area is not
70
* defined, the Shape becomes the new
clipping
area. No rendering operations
71
* are allowed outside the
clipping
area.
75
* current
clipping
area.
/external/webkit/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/skia/include/effects/
SkTableMaskFilter.h
26
Helper methods create some common tables (e.g. gamma,
clipping
)
40
/** Utility that creates a
clipping
table: clamps values below min to 0
/frameworks/base/core/jni/android/opengl/
poly.h
19
* Generic Convex Polygon Scan Conversion and
Clipping
poly_clip.cpp
19
* Generic Convex Polygon Scan Conversion and
Clipping
103
* Given an n-gon as input,
clipping
against 6 planes could generate an
/external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp
99
// This is a list of
clipping
paths which are currently active, in the
231
// Skia doesn't support
clipping
to an image, so we create a layer. The next
582
// only look at the alpha when compositing. I'm not 100% sure this is what WebKit expects for image
clipping
.
591
// Anti-aliased
clipping
:
593
// Skia's
clipping
is 1-bit only. Consider what would happen if it were 8-bit:
595
//
clipping
path. Then we fill twice with a black rectangle. The fractional
600
// This, anti-aliased
clipping
needs to be performed after the drawing has
602
// clipPathAntiAliased and store the
clipping
path. All drawing is done to
604
// undo the
clipping
, this function is called.
606
// Here, we walk the list of
clipping
paths backwards and, for each, w
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java
25
public class
Clipping
extends GraphicsActivity {
62
canvas.drawText("
Clipping
", 100, 30, mPaint);
/external/srec/srec/cfront/
ca_wave.c
192
ESR_BOOL *
clipping
,
219
*
clipping
= ESR_TRUE;
220
else *
clipping
= ESR_FALSE;
233
if (*
clipping
|| *dcoffset || *highnoise || *quietspeech || *too_few_samples || *too_many_samples)
/external/quake/quake/src/QW/server/
world.h
90
// passedict is explicitly excluded from
clipping
checks (normally NULL)
/external/quake/quake/src/WinQuake/
world.h
78
// passedict is explicitly excluded from
clipping
checks (normally NULL)
r_bsp.cpp
339
// FIXME: use bounding-box-based frustum
clipping
info?
356
// FIXME: use bounding-box-based frustum
clipping
info?
418
// FIXME: use bounding-box-based frustum
clipping
info?
436
// FIXME: use bounding-box-based frustum
clipping
info?
463
// cull the
clipping
planes if not trivial accept
/frameworks/base/awt/org/apache/harmony/awt/wtk/
GraphicsFactory.java
48
* @param clip
Clipping
area for a new Graphics2D instance
/external/skia/include/core/
SkBlitter.h
84
This means the caller need not perform the
clipping
ahead of time.
109
This means the caller need not perform the
clipping
ahead of time.
/external/webkit/WebCore/rendering/
RenderLayerBacking.h
63
// Update contents and
clipping
structure.
177
OwnPtr<GraphicsLayer> m_clippingLayer; // only used if we have
clipping
on a stacking context, with compositing children
/external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp
115
// update process by
clipping
the window to the zero rect.
166
// Start by
clipping
to our bounds.
/external/quake/quake/src/QW/client/
r_bsp.c
339
// FIXME: use bounding-box-based frustum
clipping
info?
356
// FIXME: use bounding-box-based frustum
clipping
info?
418
// FIXME: use bounding-box-based frustum
clipping
info?
436
// FIXME: use bounding-box-based frustum
clipping
info?
463
// cull the
clipping
planes if not trivial accept
/development/samples/GlobalTime/src/com/android/globaltime/
GLView.java
459
* Sets the position of the near frustum
clipping
plane as passed
462
* @param nearFrustum the near frustum
clipping
plane distance as
470
* Sets the position of the far frustum
clipping
plane as passed
473
* @param farFrustum the far frustum
clipping
plane distance as a
813
*
clipping
planes are set at -+(aspectRatio*zoom), the bottom and
814
* top
clipping
planes are set at -+zoom, and the near and far
815
*
clipping
planes are set to the values set by setNearFrustum and
/external/webkit/WebCore/platform/graphics/android/
FontDataAndroid.cpp
52
//
clipping
of descenders (e.g. 14pt 'g') in textedit fields
/frameworks/base/awt/com/android/internal/awt/
AndroidJavaBlitter.java
259
int cx = clipRects[i]; //
Clipping
left top X
260
int cy = clipRects[i + 1]; //
Clipping
left top Y
261
int cx2 = clipRects[i + 2]; //
Clipping
right bottom X
262
int cy2 = clipRects[i + 3]; //
Clipping
right bottom Y
Completed in 208 milliseconds
1
2
3
4
5
6
7
8