/bionic/libm/src/ |
s_rint.c | 85 *(volatile double *)&w = TWO52[sx]+x; /* clip any extra precision */
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Clipping.java | 83 canvas.clipPath(mPath); // makes the clip empty
|
/external/freetype/src/smooth/ |
ftgrays.c | 1740 FT_BBox* clip; local [all...] |
/external/opencore/fileformats/mp3/parser/include/ |
mp3parser.h | 212 * @brief Checks the file is valid mp3 clip or not 281 * @returns Timestamp closest to the specified timestamp. If timestamp is past end of clip, timestamp is 0. 329 * @brief Returns the number of frames in the clip. 356 * @returns Clip duration
|
/external/opencore/nodes/common/include/ |
pvmf_download_progress_interface.h | 73 * Sets the clip duration for the objects with download support interface
|
/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 244 public void clip(Shape s) method in class:OverrideGraphics2D 246 graphics.clip(s); 549 public void setClip(Shape clip) 551 graphics.setClip(clip);
|
/external/quake/quake/src/QW/client/ |
r_bsp.c | 180 // clip edges to BSP plane 226 // FIXME: share the clip edge by having a winding direction flag? 267 // if anything was clipped, reconstitute and add the edges along the clip 471 continue; // don't need to clip against it
|
/external/quake/quake/src/WinQuake/ |
r_bsp.cpp | 180 // clip edges to BSP plane
226 // FIXME: share the clip edge by having a winding direction flag?
267 // if anything was clipped, reconstitute and add the edges along the clip
471 continue; // don't need to clip against it
|
server.h | 122 #define MOVETYPE_PUSH 7 // no clip to world, push and crush 136 #define SOLID_BSP 4 // bsp clip, touch on edge, block
|
/external/skia/include/core/ |
SkRegion.h | 108 drawn by the path (with no antialiasing) with the specified clip. 110 bool setPath(const SkPath&, const SkRegion& clip); 268 this region intersected with the specified clip rectangle. 272 Cliperator(const SkRegion&, const SkIRect& clip);
|
/external/skia/src/svg/ |
SkSVGPaintState.cpp | 24 SVG_LITERAL_ATTRIBUTE(clip-path, f_clipPath), 25 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule), 268 // need to reset the clip when the 'g' scope is ended 273 parser._endElement(); // clip
|
/external/webkit/WebCore/platform/graphics/cg/ |
GradientCG.cpp | 111 context->clip(rect);
|
/external/webkit/WebCore/platform/graphics/gtk/ |
IconGtk.cpp | 118 // TODO: Scale/clip the image if necessary.
|
/external/webkit/WebCore/rendering/ |
LayoutState.cpp | 83 // FIXME: <http://bugs.webkit.org/show_bug.cgi?id=13443> Apply control clip if present.
|
RenderForeignObject.cpp | 56 childPaintInfo.context->clip(clipRect(0, 0));
|
RenderReplica.cpp | 71 // Turn around and paint the parent layer. Use temporary clipRects, so that the layer doesn't end up caching clip rects
|
RenderView.h | 148 // Returns true if layoutState should be used for its cached offset and clip. 283 bool m_disabled : 1; // true if the offset and clip part of layoutState is disabled
|
/external/webkit/WebKit/android/jni/ |
WebFrameView.cpp | 86 // Translate the canvas, add a clip.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/render/ |
JavaArcRasterizer.java | 370 * @param clip - the MultiRectArea object of clipping area 373 public static MultiRectArea rasterize(int x, int y, int width, int height, double angleStart, double angleExtent, MultiRectArea clip) { 495 if (clip != null) { 496 mra.intersect(clip);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
BubbleTextView.java | 32 * because we want to make the bubble taller than the text and TextView's clip is
|
/external/kernel-headers/original/linux/ |
videodev.h | 26 #define VID_TYPE_CLIPPING 32 /* Can clip */ 257 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
|
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 84 CLIP_PREFIX = 'clip'
157 """Add controller events to the start of a clip to keep it synced."""
163 # find start of clip and chase events from last save point
167 logging.debug('Syncing clip at %d ticks' % event.ticks)
188 raise JetFileException('Track number %d of out of range for clip' % jet_event.track_num)
190 raise JetFileException('Channel number %d of out of range for clip' % jet_event.channel_num)
192 raise JetFileException('event_id %d of out of range for clip' % jet_event.event_id)
194 logging.debug('Adding trigger event for clip %d @ %s and %s' % (jet_event.event_id, jet_event.event_start, jet_event.event_end))
[all...] |
/external/webkit/WebCore/platform/graphics/wx/ |
ImageWx.cpp | 134 gc->Clip(dst.x(), dst.y(), dst.width(), dst.height()); 195 ctxt->clip(IntRect(dstRect.x(), dstRect.y(), dstRect.width(), dstRect.height()));
|
/external/webkit/WebKit/android/nav/ |
CacheBuilder.h | 222 IntRect* focusBounds, const IntRect& clip, WTF::Vector<IntRect>* result); 225 const IntRect& clip, WTF::Vector<IntRect>* result);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ClipDrawable.java | 37 * <p>It can be defined in an XML file with the <code><clip></code> element.</p> 96 throw new IllegalArgumentException("No drawable specified for <clip>");
|