HomeSort by relevance Sort by last modified time
    Searched full:cliprects (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerClipper.cpp 68 ClipRects clipRects;
69 calculateClipRects(tempContext, clipRects);
70 ASSERT(clipRects == *m_clipRectsCache->getClipRects(clipRectsType, clipRectsContext.respectOverflowClip).get());
81 ClipRects clipRects;
82 calculateClipRects(clipRectsContext, clipRects);
87 if (parentLayer && parentLayer->clipper().clipRects(clipRectsContext) && clipRects == *parentLayer->clipper().clipRects(clipRectsContext)
    [all...]
ClipRect.h 90 class ClipRects {
93 static PassRefPtr<ClipRects> create()
95 return adoptRef(new ClipRects);
98 static PassRefPtr<ClipRects> create(const ClipRects& other)
100 return adoptRef(new ClipRects(other));
103 ClipRects()
136 bool operator==(const ClipRects& other) const
144 ClipRects& operator=(const ClipRects& other
    [all...]
RenderLayerClipper.h 79 ClipRects* clipRects(const ClipRectsContext& context) const
109 void calculateClipRects(const ClipRectsContext&, ClipRects&) const;
112 void parentClipRects(const ClipRectsContext&, ClipRects&) const;
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 383 static void update_clipbox(VARectangle *cliprects, int width, int height)
390 cliprects[0].x = (rand() % width);
391 cliprects[0].y = (rand() % height);
392 cliprects[0].width = (rand() % (width - cliprects[0].x));
393 cliprects[0].height = (rand() % (height - cliprects[0].y));
395 cliprects[1].x = (rand() % width);
396 cliprects[1].y = (rand() % height);
397 cliprects[1].width = (rand() % (width - cliprects[1].x))
413 VARectangle cliprects[2]; \/* client supplied clip list *\/ local
    [all...]
putsurface_wayland.c 52 const VARectangle *cliprects,
79 const VARectangle *cliprects,
96 cliprects, num_cliprects, flags);
135 const VARectangle *cliprects,
  /external/chromium_org/third_party/skia/gm/
coloremoji.cpp 90 const SkRect clipRects[] = { bounds, upperLeftClip, lowerRightClip, interiorClip };
96 for (size_t x = 0; x < sizeof(clipRects) / sizeof(SkRect); ++x) {
98 canvas->drawRect(clipRects[x], clipHairline);
101 canvas->clipRect(clipRects[x]);
  /external/skia/gm/
coloremoji.cpp 90 const SkRect clipRects[] = { bounds, upperLeftClip, lowerRightClip, interiorClip };
96 for (size_t x = 0; x < sizeof(clipRects) / sizeof(SkRect); ++x) {
98 canvas->drawRect(clipRects[x], clipHairline);
101 canvas->clipRect(clipRects[x]);
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStateUtils.cpp 47 ClipRect* clipRects;
104 mcState.clipRects = NULL;
109 // loop through the layers and free the data allocated to the clipRects
111 sk_free(layers[i].mcState.clipRects);
114 sk_free(mcState.clipRects);
186 state->clipRects = (ClipRect*) sk_malloc_throw(clipWriter.bytesWritten());
187 clipWriter.flatten(state->clipRects);
278 clip.op(SkIRect::MakeLTRB(state.clipRects[i].left,
279 state.clipRects[i].top,
280 state.clipRects[i].right
    [all...]
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 47 ClipRect* clipRects;
104 mcState.clipRects = NULL;
109 // loop through the layers and free the data allocated to the clipRects
111 sk_free(layers[i].mcState.clipRects);
114 sk_free(mcState.clipRects);
186 state->clipRects = (ClipRect*) sk_malloc_throw(clipWriter.bytesWritten());
187 clipWriter.flatten(state->clipRects);
278 clip.op(SkIRect::MakeLTRB(state.clipRects[i].left,
279 state.clipRects[i].top,
280 state.clipRects[i].right
    [all...]
  /hardware/intel/common/libva/va/android/
va_android.cpp 199 VARectangle *cliprects, /* client supplied clip list */
217 VARectangle *cliprects, /* client supplied clip list */
235 cliprects, number_cliprects, flags );
239 cliprects, number_cliprects, flags );
  /hardware/intel/common/libva/va/x11/
va_x11.c 228 VARectangle *cliprects, /* client supplied clip list */
246 VARectangle *cliprects, /* client supplied clip list */
261 cliprects, number_cliprects, flags );
265 cliprects, number_cliprects, flags );
  /hardware/intel/common/libva/va/
va_tpi.c 84 VARectangle *cliprects, /* client supplied clip list */
97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
va_backend_tpi.h 61 VARectangle *cliprects, /* client supplied clip list */
va_x11.h 61 VARectangle *cliprects, /* client supplied destination clip list */
va_android.h 74 VARectangle *cliprects, /* client supplied destination clip list */
  /hardware/intel/img/libdrm/tests/
updatedraw.c 119 * Tests drawable management: adding, removing, and updating the cliprects of
148 /* Attempt to set cliprects on a nonexistent drawable */
  /hardware/intel/img/psb_video/src/x11/
psb_x11.h 121 VARectangle *cliprects, /* client supplied clip list */
139 VARectangle *cliprects, /* client supplied clip list */
  /external/chromium_org/third_party/libva/va/
va_backend_tpi.h 62 VARectangle *cliprects, /* client supplied clip list */
va_x11.h 61 VARectangle *cliprects, /* client supplied destination clip list */
va_android.h 74 VARectangle *cliprects, /* client supplied destination clip list */
  /hardware/intel/img/libdrm/shared-core/
i915_drm.h 268 int num_cliprects; /* mulitpass with multiple cliprects? */
269 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member in struct:drm_i915_batchbuffer
280 int num_cliprects; /* mulitpass with multiple cliprects? */
281 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_cmdbuffer
621 /** This is a struct drm_clip_rect *cliprects */
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 285 int num_cliprects; /* mulitpass with multiple cliprects? */
286 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member in struct:drm_i915_batchbuffer
297 int num_cliprects; /* mulitpass with multiple cliprects? */
298 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_cmdbuffer
631 /** This is a struct drm_clip_rect *cliprects */
683 /** This is a struct drm_clip_rect *cliprects */
    [all...]
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr.c 140 drm_clip_rect_t *cliprects, int num_cliprects,
143 return bo->bufmgr->bo_exec(bo, used, cliprects, num_cliprects, DR4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
i915_drm.h 241 int num_cliprects; /* mulitpass with multiple cliprects? */
242 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member in struct:drm_i915_batchbuffer
253 int num_cliprects; /* mulitpass with multiple cliprects? */
254 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_cmdbuffer
569 /** This is a struct drm_clip_rect *cliprects */
617 /** This is a struct drm_clip_rect *cliprects */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i915_drm.h 241 int num_cliprects; /* mulitpass with multiple cliprects? */
242 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member in struct:drm_i915_batchbuffer
253 int num_cliprects; /* mulitpass with multiple cliprects? */
254 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_cmdbuffer
569 /** This is a struct drm_clip_rect *cliprects */
617 /** This is a struct drm_clip_rect *cliprects */

Completed in 1222 milliseconds

1 2 3 4