HomeSort by relevance Sort by last modified time
    Searched full:clip (Results 51 - 75 of 617) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 100 void BallAnimation::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) {
105 // clip the canvas
107 clipR.left = clip.left;
108 clipR.top = clip.top;
109 clipR.right = clip.right;
110 clipR.bottom = clip.bottom;
183 drawPlugin(evt->data.draw.data.bitmap, evt->data.draw.clip);
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 51 clip = defaultStyle->clip;
68 clip.init();
82 clip = other.clip;
99 stops == o.stops && clip == o.clip && mask == o.mask &&
StyleVisualData.h 42 return ( clip == o.clip &&
51 LengthBox clip; member in class:WebCore::StyleVisualData
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 47 void EventPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) {
70 // create and clip a canvas
74 clipR.left = clip.left;
75 clipR.top = clip.top;
76 clipR.right = clip.right;
77 clipR.bottom = clip.bottom;
147 drawPlugin(evt->data.draw.data.bitmap, evt->data.draw.clip);
  /external/skia/include/core/
SkCanvas.h 40 This includes a reference to the device itself, and a stack of matrix/clip
103 /** save the clip state, restoring it on restore() */
109 /** the layer should clip against the bounds argument */
118 /** This call saves the current matrix, clip, and drawFilter, and pushes a
122 When the balancing call to restore() is made, the previous matrix, clip,
156 modifications to the matrix/clip/drawFilter state since the last save
162 /** Returns the number of matrix/clip states on the SkCanvas' private stack.
216 /** Modify the current clip with the specified rectangle.
217 @param rect The rect to intersect with the current clip
218 @param op The region op to apply to the current clip
    [all...]
SkBounder.h 39 /* Call to perform a clip test before calling onIRect.
50 been transformed in to device coordinates, and clipped to the current clip.
84 void setClip(const SkRegion* clip) { fClip = clip; }
  /external/skia/src/effects/
Sk2DPathEffect.cpp 53 // need to pass a clip to fillpath, required for inverse filltypes,
55 SkRegion clip(ir);
58 SkScan::FillPath(tmp, clip, &blitter);
  /external/webkit/WebCore/svg/
svgattrs.in 27 clip
28 clip-path
29 clip-rule
  /external/skia/src/animator/
SkDrawClip.h 29 DECLARE_DRAW_MEMBER_INFO(Clip);
  /external/skia/src/core/
SkScan_Path.cpp 236 void setBlitter(SkBlitter* blitter, const SkIRect& clip, int shift) {
238 fFirstX = clip.fLeft << shift;
239 fLastX = clip.fRight << shift;
271 virtual void blitMask(const SkMask&, const SkIRect& clip) {
474 // clipRect may be null, even though we always have a clip. This indicates that
475 // the path is contained in the clip, and so we can ignore it during the blit
553 const SkRegion& clip) {
554 const SkIRect& cr = clip.getBounds();
563 blitter->blitRectRegion(tmp, clip);
569 blitter->blitRectRegion(tmp, clip);
    [all...]
  /external/skia/src/gl/
SkGLDevice.h 32 // call to set the clip to the specified rect
37 virtual void setMatrixClip(const SkMatrix& matrix, const SkRegion& clip);
69 /** Return the current clip, from a previous call to setMatrixClip */
70 const SkRegion& clip() const { return fClip; } function in class:SkGLDevice
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 69 void clip(const FloatRect&);
70 void clip(const Path&);
84 void clip(const FloatRect&) {} function in class:WebCore::GraphicsContextPlatformPrivate
85 void clip(const Path&) {} function in class:WebCore::GraphicsContextPlatformPrivate
  /dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/
AndroidClip.java 28 import javax.sound.sampled.Clip;
36 * Implements an audio Clip for Android. Since Android's MediaPlayer is somewhat
41 public class AndroidClip implements Clip {
102 throw new IllegalStateException("Clip must be open");
156 throw new IllegalStateException("Clip must be open");
197 throw new IllegalStateException("Clip must be open");
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.h 76 // ret_val: 0 success, 1 playback rate is not close to clip bitrate, but the information is all available
83 // called by isPlaybackRateCloseToClipBitrate, using clip bitrate to do buffer time calculation
97 // No constraint: for file size/clip duration/clip bitrate(i.e. playback rate), one of them must be unavailable, except
98 // file size and clip duration are available, but clip bitrate is unavailable. This only applies on PDL
pvmf_protocol_engine_node_progressive_download.cpp 110 // then heck the parser consuming rate is close to clip bitrate
112 if (status == 0) return true; // parser node data consumption rate is close to clip bitrate
115 return false; // parser node data consumption rate is not close to clip bitrate
119 // 1, playback rate is not close to clip bitrate, but the information is all available
135 LOGINFODATAPATH((0, "progressiveDownloadControl::isPlaybackRateCloseToClipBitrate, check Instant rate=%d(currDLSize=%d, NPTTimeMs=%d), clip bitrate=%d",
164 // use clip bitrate to calculate buffering time, instead of using convertSizeToTime()
223 // No constraint: for file size/clip duration/clip bitrate(i.e. playback rate), one of them must be unavailable, except
224 // file size and clip duration are available, but clip bitrate is unavailabl
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/
CommonGraphics2D.java 131 protected MultiRectArea clip = null; field in class:CommonGraphics2D
170 protected CommonGraphics2D(int tx, int ty, MultiRectArea clip) {
174 setClip(clip);
198 clip(new Rectangle(x, y, width, height)); method
203 public void clip(Shape s) { method in class:CommonGraphics2D
205 clip = null;
227 if (clip == null) {
230 clip.intersect(mra);
231 setTransformedClip(clip);
300 MultiRectArea mra = JavaArcRasterizer.rasterize(x, y, width, height, sa, ea, clip);
    [all...]
  /external/quake/quake/src/QW/client/
r_draw.c 259 void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip)
264 if (clip)
268 d0 = DotProduct (pv0->position, clip->normal) - clip->dist;
269 d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
293 if (clip->leftedge)
298 else if (clip->rightedge)
304 R_ClipEdge (pv0, &clipvert, clip->next);
334 if (clip->leftedge
    [all...]
  /external/quake/quake/src/WinQuake/
r_draw.cpp 259 void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip)
264 if (clip)
268 d0 = DotProduct (pv0->position, clip->normal) - clip->dist;
269 d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
293 if (clip->leftedge)
298 else if (clip->rightedge)
304 R_ClipEdge (pv0, &clipvert, clip->next);
334 if (clip->leftedge)
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
a_impeg4file.h 96 * towards the end of the clip. Creates temp media files.
160 * Following methods are used to populate the clip info strings.
161 * These include, clip author, clip title, version (version of
162 * authoring tool that was used to author this clip), clip rating,
163 * clip copyright, clip description & clip creation date.
176 * the title of the authored clip.Currently only wide char strings are supported
    [all...]
  /external/opencore/nodes/pvmp4ffcomposernode/include/
pvmp4ffcn_clipconfig.h 20 * @brief Clip level configuration of PVMp4FFComposerNode
67 * Meta Data is towards the end of the clip.
94 * Meta Data is towards the end of the clip in MOOV and MOOF.
169 * the clip. Currently only wide char strings are supported.
181 * the title of the authored clip.Currently only wide char strings are supported.
195 * the the author of the clip (actual user - like authored by grandma martha).
223 * some brief description of the clip (viz. surfing on the beach). Currently only
237 * some information about the clip rating (viz.PG-13). Currently only
285 * the the performer of the clip.
300 * the the genre of the clip
    [all...]
  /frameworks/base/awt/com/android/internal/awt/
AndroidJavaBlitter.java 80 MultiRectArea clip) {
84 sysxform, comp, bgcolor, clip);
95 sysxform, comp, bgcolor, clip);
102 Composite comp, Color bgcolor, MultiRectArea clip) {
114 width, height, comp, bgcolor, clip);
131 sysxform, comp, bgcolor, clip);
138 Color bgcolor, MultiRectArea clip) {
157 Color bgcolor, MultiRectArea clip) {
163 width, height, comp, bgcolor, clip);
171 MultiRectArea clip){
    [all...]
  /external/webkit/WebKit/android/plugins/
PluginDebugAndroid.cpp 107 anp_logPlugin("%p EVENT::DRAW bitmap time=%d format=%d clip=[%d,%d,%d,%d]",
109 evt->data.draw.clip.left, evt->data.draw.clip.top,
110 evt->data.draw.clip.right, evt->data.draw.clip.bottom);
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 48 * poly_clip_to_halfspace: clip convex polygon p against a plane,
53 * Thus, to clip against xmin, use
55 * and to clip against xmax, use
94 * poly_clip_to_frustum: Clip the convex polygon p1 to the screen space frustum
137 * now clip against each of the planes that might cut the polygon,
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 98 void NavigationPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) {
102 clipR.left = clip.left;
103 clipR.top = clip.top;
104 clipR.right = clip.right;
105 clipR.bottom = clip.bottom;
173 drawPlugin(evt->data.draw.data.bitmap, evt->data.draw.clip);
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 60 RECT clip; local
62 clip.top = 0;
63 clip.left = 0;
64 clip.bottom = height;
65 clip.right = width;
93 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,

Completed in 7139 milliseconds

1 23 4 5 6 7 8 91011>>