HomeSort by relevance Sort by last modified time
    Searched full:clip (Results 201 - 225 of 1782) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/svg/
SkSVGClipPath.cpp 25 parser._startElement("clip");
SkSVGPolygon.cpp 14 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
SkSVGPolyline.cpp 20 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 165 struct copybit_rect_t clip; local
166 intersect(&clip, scissor, dst);
168 e->dst_rect.x = clip.l;
169 e->dst_rect.y = clip.t;
170 e->dst_rect.w = clip.r - clip.l;
171 e->dst_rect.h = clip.b - clip.t;
175 delta_x = (clip.t - dst->t);
176 delta_y = (dst->r - clip.r)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion47.txt 4 <clip />
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 86 // If the current clip-path gets clipped itself, we have to fallback to masking.
106 // Current shape in clip-path gets clipped too. Fallback to masking.
111 // First clip shape.
119 // Attempt to generate a combined clip path, fall back to masking if not possible.
140 // The SVG specification wants us to clip everything, if clip-path doesn't have a child.
161 // When drawing a clip for non-SVG elements, the CTM does not include the zoom factor.
170 // First, try to apply the clip as a clipPath.
310 // This is a rough heuristic to appraise the clip size and doesn't consider clip on clip
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h 99 return; /* both vertices outside clip plane: discard */ \
115 /* Clip a line against the viewport and user clip planes.
184 /* Clip a triangle against the viewport and user clip planes.
203 /* print pre-clip vertex coords */
205 printf("pre clip:\n");
248 /* print post-clip vertex coords */
250 printf("post clip:\n");
263 /* Clip a quad against the viewport and user clip planes
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 99 return; /* both vertices outside clip plane: discard */ \
115 /* Clip a line against the viewport and user clip planes.
184 /* Clip a triangle against the viewport and user clip planes.
203 /* print pre-clip vertex coords */
205 printf("pre clip:\n");
248 /* print post-clip vertex coords */
250 printf("post clip:\n");
263 /* Clip a quad against the viewport and user clip planes
    [all...]
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc 184 gfx::Rect clip,
192 InvokeComposite(transform, viewport, clip, true);
205 gfx::Rect clip = gfx::SkIRectToRect(canvas_clip); local
214 InvokeComposite(transform, clip, clip, false);
222 gfx::Rect clip,
231 adjusted_transform, viewport, clip, valid_for_tile_management);
243 cached_hw_clip_ = clip;
  /external/chromium_org/content/child/
browser_font_resource_trusted.h 52 const PP_Rect* clip,
71 const PP_Rect* clip,
  /external/chromium_org/ppapi/shared_impl/
ppp_instance_combined.cc 61 const struct PP_Rect* clip) {
67 CallWhileUnlocked(did_change_view_1_0_, instance, position, clip);
ppp_instance_combined.h 39 const struct PP_Rect* clip);
55 const struct PP_Rect* clip);
  /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/WebKit/public/platform/
WebContentLayerClient.h 41 // The canvas is already clipped to the |clip| rect.
45 virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDText, WebFloatRect& opaque) = 0;
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_ErrorCodes.h 89 * Begin cut time is larger than the clip duration */
95 * Two consecutive transitions are overlapping on one clip */
112 * An input clip has an unexpectedly large Video AU */
115 * An input clip has an unexpectedly large Audio AU */
118 * An input clip has a corrupted Audio AMR AU */
166 * At least one of the clip analysis has been generated by another version of the VSS 3GPP */
231 * Input clip must be a 3gpp file */
235 * Begin loop time is higher than end loop time or higher than added clip duration */
  /frameworks/base/packages/Keyguard/res/values/
attrs.xml 48 The clip will be based on the vertical gravity: a top gravity will clip the bottom
49 edge, a bottom gravity will clip the top edge, and neither will clip both edges. -->
53 The clip will be based on the horizontal gravity: a left gravity will clip the right
54 edge, a right gravity will clip the left edge, and neither will clip both edges. -->
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListView.java 46 ClipboardManager clip = local
48 clip.setText(item.mBody);
  /external/chromium_org/ppapi/tests/
test_flash_fullscreen.cc 27 const pp::Rect& clip,
31 clip.point() == pp::Point(0, 0) &&
32 clip.size() == screen_size);
139 pp::Rect clip = view.GetClipRect(); local
140 if (fullscreen_pending_ && IsFullscreenView(position, clip, screen_size_)) {
144 !IsFullscreenView(position, clip, screen_size_)) {
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 168 private void setPrimaryClip(ClipData clip) {
171 clipboard.setPrimaryClip(clip);
201 ClipData clip = getPrimaryClip(); local
202 if (clip != null) {
203 for (int i = 0; i < clip.getItemCount(); i++) {
204 CharSequence paste = clip.getItemAt(i).coerceToText(getContext());
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 288 Rect* clip = &mTilingClip; local
290 clip = &(s->layer->clipRect);
293 startTiling(*clip, s->height, opaque);
297 void OpenGLRenderer::startTiling(const Rect& clip, int windowHeight, bool opaque) {
299 mCaches.startTiling(clip.left, windowHeight - clip.bottom,
300 clip.right - clip.left, clip.bottom - clip.top, opaque)
532 const Rect* clip = &mTilingClip; local
847 Rect clip; local
921 Rect clip; local
1698 SkRegion clip; local
2884 const Rect* clip = pureTranslate ? mSnapshot->clipRect : &mSnapshot->getLocalClip(); local
2976 const Rect* clip = !pureTranslate ? NULL : mSnapshot->clipRect; local
3024 const Rect* clip = &mSnapshot->getLocalClip(); local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_ARGB32.cpp 18 const SkIRect& clip, SkPMColor srcColor) {
26 int x = clip.fLeft;
27 int y = clip.fTop;
28 int width = clip.width();
29 int height = clip.height();
150 void SkARGB32_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) {
151 SkASSERT(mask.fBounds.contains(clip));
158 if (SkBlitMask::BlitColor(fDevice, mask, clip, fColor)) {
163 SkARGB32_BlendBW(fDevice, mask, clip, fPMColor, SkAlpha255To256(255 - fSrcA));
165 SkARGB32_Blit32(fDevice, mask, clip, fPMColor)
    [all...]
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 18 const SkIRect& clip, SkPMColor srcColor) {
26 int x = clip.fLeft;
27 int y = clip.fTop;
28 int width = clip.width();
29 int height = clip.height();
150 void SkARGB32_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) {
151 SkASSERT(mask.fBounds.contains(clip));
158 if (SkBlitMask::BlitColor(fDevice, mask, clip, fColor)) {
163 SkARGB32_BlendBW(fDevice, mask, clip, fPMColor, SkAlpha255To256(255 - fSrcA));
165 SkARGB32_Blit32(fDevice, mask, clip, fPMColor)
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 177 /** No audio present in output clip. Used to generate video only clip */
415 /** Begin time cut is larger than the video clip duration. */
421 /** Two consecutive transitions are overlapping on one clip. */
439 /** An input clip has an unexpectedly large Video AU. */
442 /** An input clip has an unexpectedly large Audio AU. */
445 /** An input clip has a corrupted Audio AU. */
472 /** Internal error, clip analysis version mismatch. */
476 * At least one of the clip analysis has been generated on another
767 /** No video present in output clip. Used to generate audio only clip *
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleView.java 238 final Rect clip = mTempRect; local
239 clip.left = 0;
240 clip.top = 0;
241 clip.right = mParent.getWidth();
242 clip.bottom = mParent.getHeight();
245 if (parent == null || !parent.getChildVisibleRect(mParent, clip, null)) {
252 return posX >= clip.left && posX <= clip.right &&
253 posY >= clip.top && posY <= clip.bottom
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c 114 static void interp( const struct clip_stage *clip,
120 const unsigned nr_attrs = draw_current_shader_outputs(clip->stage.draw);
121 const unsigned pos_attr = draw_current_shader_position_output(clip->stage.draw);
122 const unsigned clip_attr = draw_current_shader_clipvertex_output(clip->stage.draw);
133 /* Interpolate the clip-space coords.
135 interp_attr(dst->clip, t, in->clip, out->clip);
136 /* interpolate the clip-space position */
144 const float *scale = clip->stage.draw->viewport.scale
    [all...]

Completed in 2248 milliseconds

1 2 3 4 5 6 7 891011>>