HomeSort by relevance Sort by last modified time
    Searched defs:clip (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/icu4c/samples/layout/
Surface.cpp 18 RECT clip; local
20 clip.top = 0;
21 clip.left = 0;
22 clip.bottom = height;
23 clip.right = width;
27 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
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,
  /external/webkit/WebCore/page/mac/
WebDashboardRegion.h 42 NSRect clip; variable
45 - initWithRect:(NSRect)rect clip:(NSRect)clip type:(WebDashboardRegionType)type;
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListView.java 44 ClipboardManager clip = local
46 clip.setText(item.mBody);
  /external/webkit/WebCore/rendering/style/
StyleVisualData.h 42 return ( clip == o.clip &&
51 LengthBox clip; member in class:WebCore::StyleVisualData
SVGRenderStyle.h 94 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(String, clip, clipPath, ClipPath, clipPath, String())
179 DataRef<StyleClipData> clip; member in class:WebCore::SVGRenderStyle
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
gpclip.c 50 Word16 clip = 0; local
52 clip = 1;
54 return (clip);
  /sdk/draw9patch/src/com/android/draw9patch/ui/
GradientPanel.java 38 Rectangle clip = g2.getClipBounds(); local
43 g2.fillRect(clip.x, clip.y, clip.width, clip.height);
  /external/proguard/src/proguard/gui/splash/
ClipSprite.java 26 * This Sprite encapsulates another Sprite, which is clipped by a clip Sprite.
40 * @param insideClipColor the background color inside the clip sprite.
41 * @param outsideClipColor the background color outside the clip sprite.
42 * @param clipSprite the clip Sprite.
63 Rectangle clip = graphics.getClipBounds(); local
66 graphics.fillRect(0, 0, clip.width, clip.height);
75 // Clear the clip area.
  /external/skia/src/core/
SkEdgeBuilder.cpp 84 SkRect clip; local
85 setShiftedClip(&clip, *iclip, shiftUp);
97 int lineCount = SkLineClipper::ClipLine(pts, clip, lines);
104 if (clipper.clipQuad(pts, clip)) {
109 if (clipper.clipCubic(pts, clip)) {
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 58 void clip(const FloatRect&) {} function in class:WebCore::GraphicsContextPlatformPrivate
59 void clip(const Path&) {} function in class:WebCore::GraphicsContextPlatformPrivate
73 void clip(const FloatRect&);
74 void clip(const Path&);
  /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
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 155 void GraphicsContextPlatformPrivate::clip(const FloatRect& clipRect) function in class:WebCore::GraphicsContextPlatformPrivate
162 void GraphicsContextPlatformPrivate::clip(const Path&) function in class:WebCore::GraphicsContextPlatformPrivate
  /hardware/msm7k/libcopybit/
copybit.cpp 162 struct copybit_rect_t clip; local
163 intersect(&clip, scissor, dst);
165 e->dst_rect.x = clip.l;
166 e->dst_rect.y = clip.t;
167 e->dst_rect.w = clip.r - clip.l;
168 e->dst_rect.h = clip.b - clip.t;
172 e->src_rect.x = (clip.t - dst->t) + src->t;
173 e->src_rect.y = (dst->r - clip.r) + src->l
    [all...]
  /external/webkit/WebKit/android/plugins/
ANPCanvasInterface.cpp 92 const SkRegion& clip = canvas->skcanvas->getTotalClip(); local
93 if (!clip.isEmpty()) {
94 SkANP::SetRect(r, clip.getBounds());
  /frameworks/base/opengl/libagl/
vertex.cpp 52 // Divides a vertex clip coordinates by W
56 // [x,y,z]window = vpt * ([x,y,z]clip / clip.w)
69 const int32_t rw = gglRecip28(v->clip.w);
72 v->window.x = gglMulAddx(gglMulx(v->clip.x, rw, 16), m[ 0], m[12], 28);
73 v->window.y = gglMulAddx(gglMulx(v->clip.y, rw, 16), m[ 5], m[13], 28);
77 v->window.z = gglMulAddx(gglMulx(v->clip.z, rw, 16), m[10], m[14], 28);
85 // ndc = clip / W
88 // clip to the view-volume
89 uint32_t clip = v->flags & vertex_t::CLIP_ALL local
118 uint32_t clip = 0; local
    [all...]
  /external/quake/quake/src/QW/client/
r_drawa.s 56 #define clip 12+12 define
69 movl clip(%esp),%ebx
73 // if (clip)
83 // d0 = DotProduct (pv0->position, clip->normal) - clip->dist;
84 // d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
126 // R_ClipEdge (&clipvert, pv1, clip->next);
129 // } while ((clip = clip->next) != NULL)
    [all...]
  /external/quake/quake/src/WinQuake/
r_drawa.s 56 #define clip 12+12 define
69 movl clip(%esp),%ebx
73 // if (clip)
83 // d0 = DotProduct (pv0->position, clip->normal) - clip->dist;
84 // d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
126 // R_ClipEdge (&clipvert, pv1, clip->next);
129 // } while ((clip = clip->next) != NULL)
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 80 SkRegion rgn, clip; local
84 clip.setRect(x, y, x + 1, y + 1);
89 bool contains = rgn.setPath(*m_path, clip);
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 198 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
368 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
378 clip(path);
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 207 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
402 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
413 clip(path);
  /external/webkit/WebCore/platform/graphics/skia/
SkiaUtils.cpp 163 // Get the union of all visible rects in the clip that overlap our bitmap.
193 SkRegion clip; local
233 clip.setRect(x - 1, y - 1, x + 1, y + 1);
235 bool contains = rgn.setPath(*path, clip);
  /external/webkit/WebKit/android/nav/
CachedNode.cpp 51 bool CachedNode::Clip(const WebCore::IntRect& outer, WebCore::IntRect* inner,
79 bool CachedNode::clip(const WebCore::IntRect& bounds) function in class:android::CachedNode
81 return Clip(bounds, &mBounds, &mCursorRing);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 466 /* clip the source rectangle to the source surface */
498 /* clip the destination rectangle against the clip rectangle */
500 SDL_Rect *clip = &dst->clip_rect; local
503 dx = clip->x - dstrect->x;
509 dx = dstrect->x + w - clip->x - clip->w;
513 dy = clip->y - dstrect->y;
519 dy = dstrect->y + h - clip->y - clip->h
    [all...]

Completed in 365 milliseconds

1 2 3