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

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicHistogram.java 51 private void testNorm(int inVSize, int outVSize, int w, int h, boolean clip) {
65 if (clip) {
172 private void testDot(int inVSize, int w, int h, boolean clip) {
191 if (clip) {
  /external/chromium_org/cc/layers/
content_layer_unittest.cc 25 const gfx::Rect& clip,
picture_image_layer.cc 45 const gfx::Rect& clip,
  /external/chromium_org/cc/surfaces/
display.h 59 const gfx::Rect& clip,
  /external/chromium_org/cc/test/
fake_output_surface_client.h 44 const gfx::Rect& clip,
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_controller.h 85 // not painted. If true is returned the tab should be painted and |clip| is
86 // set to the clip (if |clip| is empty means no clip).
87 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) = 0;
  /external/chromium_org/ppapi/c/private/
ppb_flash.h 161 const struct PP_Rect* clip,
248 const struct PP_Rect* clip,
279 const struct PP_Rect* clip,
313 const struct PP_Rect* clip,
  /external/chromium_org/ppapi/cpp/
instance.h 133 /// @param[in] clip The visible region of the instance. This is relative to
135 /// instance is invisible, <code>clip</code> will be (0, 0, 0, 0).
140 /// the clip when the instance is partially visible. Instead, update the
145 virtual void DidChangeView(const Rect& position, const Rect& clip);
  /external/chromium_org/ppapi/cpp/private/
flash.h 44 const Rect& clip,
  /external/chromium_org/ppapi/proxy/
flash_resource.h 51 const PP_Rect* clip,
  /external/chromium_org/ppapi/thunk/
ppb_flash_functions_api.h 38 const PP_Rect* clip,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip.c 117 printf("clip:\n");
129 &brw->clip.prog_offset, &brw->clip.prog_data);
249 &brw->clip.prog_offset, &brw->clip.prog_data)) {
  /external/chromium_org/third_party/skia/debugger/QT/
SkInspectorWidget.h 61 Sets the text in the current clip.
64 void setClip(const SkIRect& clip);
  /external/chromium_org/third_party/skia/experimental/nanomsg/
picture_demo.cpp 21 SkRect clip; member in struct:PictureHeader
28 , clip(SkRect::MakeLargest())
90 header.clip.setLTRB(l,t,r,b);
154 canvas->clipRect(header.clip);
  /external/chromium_org/third_party/skia/gm/
complexclip2.cpp 18 enum Clip {
24 ComplexClip2GM(Clip clip, bool antiAlias)
25 : fClip(clip)
101 static const char* ClipStr(Clip clip) {
102 switch (clip) {
110 SkDEBUGFAIL("Unknown clip type.");
195 Clip fClip;
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_Sprite.cpp 42 void SkSpriteBlitter::blitMask(const SkMask&, const SkIRect& clip) {
  /external/chromium_org/third_party/skia/tools/
filtermain.cpp 189 // where the rect is entirely within the clip and the clip is an intersect
224 // where the rect entirely encloses the clip
357 // the last (smallest) clip rect is a subset of the drawBitmapRectToRect's dest rect
535 // the clip rect is BW and a subset of the drawBitmapRectToRect's dest rect
545 SkClipRectCommand* clip = local
550 if (clip->doAA() || SkRegion::kIntersect_Op != clip->op()) {
567 if (!dbmr->dstRect().contains(clip->rect())) {
576 SkClipRectCommand* clip local
619 SkClipRectCommand* clip = local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/audio_player/css/
audio_player.css 51 background-clip: padding-box;
87 background-clip: padding-box;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 117 printf("clip:\n");
129 &brw->clip.prog_offset, &brw->clip.prog_data);
249 &brw->clip.prog_offset, &brw->clip.prog_data)) {
  /external/pixman/test/
glyph-test.c 167 pixman_region16_t clip; local
180 pixman_region_init_rects (&clip, clip_boxes, n);
181 pixman_image_set_clip_region (image, &clip);
182 pixman_region_fini (&clip);
  /external/skia/debugger/QT/
SkInspectorWidget.h 61 Sets the text in the current clip.
64 void setClip(const SkIRect& clip);
  /external/skia/experimental/nanomsg/
picture_demo.cpp 21 SkRect clip; member in struct:PictureHeader
28 , clip(SkRect::MakeLargest())
90 header.clip.setLTRB(l,t,r,b);
154 canvas->clipRect(header.clip);
  /external/skia/gm/
complexclip2.cpp 18 enum Clip {
24 ComplexClip2GM(Clip clip, bool antiAlias)
25 : fClip(clip)
101 static const char* ClipStr(Clip clip) {
102 switch (clip) {
110 SkDEBUGFAIL("Unknown clip type.");
195 Clip fClip;
  /external/skia/src/core/
SkBlitter_Sprite.cpp 42 void SkSpriteBlitter::blitMask(const SkMask&, const SkIRect& clip) {
  /external/skia/tools/
filtermain.cpp 189 // where the rect is entirely within the clip and the clip is an intersect
224 // where the rect entirely encloses the clip
357 // the last (smallest) clip rect is a subset of the drawBitmapRectToRect's dest rect
535 // the clip rect is BW and a subset of the drawBitmapRectToRect's dest rect
545 SkClipRectCommand* clip = local
550 if (clip->doAA() || SkRegion::kIntersect_Op != clip->op()) {
567 if (!dbmr->dstRect().contains(clip->rect())) {
576 SkClipRectCommand* clip local
619 SkClipRectCommand* clip = local
    [all...]

Completed in 568 milliseconds

1 2 3 4 5 6 7 891011>>