HomeSort by relevance Sort by last modified time
    Searched refs:clip (Results 126 - 150 of 677) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/display/msm8084/libcopybit/
copybit.cpp 166 struct copybit_rect_t clip; local
167 intersect(&clip, scissor, dst);
169 e->dst_rect.x = clip.l;
170 e->dst_rect.y = clip.t;
171 e->dst_rect.w = clip.r - clip.l;
172 e->dst_rect.h = clip.b - clip.t;
176 delta_x = (clip.t - dst->t);
177 delta_y = (dst->r - clip.r)
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit.cpp 168 struct copybit_rect_t clip; local
169 intersect(&clip, scissor, dst);
171 e->dst_rect.x = clip.l;
172 e->dst_rect.y = clip.t;
173 e->dst_rect.w = clip.r - clip.l;
174 e->dst_rect.h = clip.b - clip.t;
178 delta_x = (clip.t - dst->t);
179 delta_y = (dst->r - clip.r)
    [all...]
  /external/chromium_org/content/public/browser/android/
synchronous_compositor.h 94 gfx::Rect clip,
103 // and clip set there-in).
  /external/chromium_org/ppapi/c/
ppp_instance.h 188 const struct PP_Rect* clip);
  /external/chromium_org/ppapi/proxy/
serialized_structs.cc 129 clip.point.x = 0;
130 clip.point.y = 0;
131 clip.size.height = 0;
132 clip.size.width = 0;
  /external/chromium_org/ppapi/shared_impl/
ppb_view_shared.h 50 virtual PP_Bool GetClipRect(PP_Rect* clip) const OVERRIDE;
ppp_instance_combined.cc 59 const struct PP_Rect* clip) {
64 CallWhileUnlocked(did_change_view_1_0_, instance, position, clip);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 164 bool clip = !contentRect.contains(rect); local
165 if (clip) {
167 context->clip(contentRect);
175 if (clip)
  /external/chromium_org/third_party/skia/src/core/
SkBlitMask.h 22 const SkIRect& clip, SkColor color);
SkSpriteBlitter.h 34 virtual void blitMask(const SkMask&, const SkIRect& clip);
SkQuadClipper.cpp 15 void SkQuadClipper::setClip(const SkIRect& clip) {
17 fClip.set(clip);
  /external/chromium_org/third_party/skia/src/svg/
SkSVGPolyline.cpp 20 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
  /external/skia/src/core/
SkBlitMask.h 22 const SkIRect& clip, SkColor color);
SkSpriteBlitter.h 34 virtual void blitMask(const SkMask&, const SkIRect& clip);
SkQuadClipper.cpp 15 void SkQuadClipper::setClip(const SkIRect& clip) {
17 fClip.set(clip);
  /external/skia/src/svg/
SkSVGPolyline.cpp 20 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 40 * Clip a point against the view volume.
42 * \param v vertex vector describing the point to clip.
60 * Clip a point against the far/near Z clipping planes.
62 * \param v vertex vector describing the point to clip.
79 * Clip a point against the user clipping planes.
82 * \param v vertex vector describing the point to clip.
362 * XXX some of this code (such as viewport xform, clip testing and setting
377 GLfloat eye[4], clip[4], ndc[3], d; local
383 /* apply projection matrix: clip = Proj * eye */
384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye )
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 40 * Clip a point against the view volume.
42 * \param v vertex vector describing the point to clip.
60 * Clip a point against the far/near Z clipping planes.
62 * \param v vertex vector describing the point to clip.
79 * Clip a point against the user clipping planes.
82 * \param v vertex vector describing the point to clip.
362 * XXX some of this code (such as viewport xform, clip testing and setting
377 GLfloat eye[4], clip[4], ndc[3], d; local
383 /* apply projection matrix: clip = Proj * eye */
384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye )
    [all...]
  /frameworks/base/services/core/java/com/android/server/clipboard/
ClipboardService.java 160 public void setPrimaryClip(ClipData clip, String callingPackage) {
162 if (clip != null && clip.getItemCount() <= 0) {
170 checkDataOwnerLocked(clip, callingUid);
174 setPrimaryClipInternal(clipboard, clip);
186 // Copy clip data to related users if allowed. If disallowed, then remove
187 // primary clip in related users to prevent pasting stale content.
189 clip = null;
191 clip.fixUrisLight(userId);
196 setPrimaryClipInternal(getClipboard(id), clip); local
    [all...]
  /external/chromium-trace/trace-viewer/src/about_tracing/
tracing_controller.css 19 background-clip: border-box;
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.h 71 gfx::Rect clip,
84 gfx::Rect clip,
  /external/chromium_org/ppapi/api/
ppb_view.idl 88 * module instance is scrolled into view and the clip rectangle is nonempty)
120 * GetClipRect() returns the clip rectangle relative to the upper-left corner
125 * (0, 0, 0, 0). This clip rectangle does <i>not</i> take into account page
132 * Most applications will not need to worry about the clip rectangle. The
140 * further. In this case, the clip rectangle will tell you which parts of
147 * application generates new content with the new clip. This may cause
151 * background color) or to paint a certain region outside the clip to reduce
157 * @param clip Output argument receiving the clip rect on success.
160 * clip rect was filled in, <code>PP_FALSE</code> if not
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_browser_font_trusted_thunk.cc 52 const PP_Rect* clip,
57 return enter.object()->DrawTextAt(image_data, text, position, color, clip,
  /external/chromium_org/third_party/skia/samplecode/
SampleLayers.cpp 47 const SkIRect& clip = iter.clip().getBounds(); local
48 SkDebugf("Layer[%d] bitmap [%d %d] X=%d Y=%d clip=[%d %d %d %d] alpha=%d\n", index++,
50 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom,

Completed in 2705 milliseconds

1 2 3 4 56 7 8 91011>>