Searched refs:clip (Results 201 - 225 of 575) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkBlitter_Sprite.cpp42 void SkSpriteBlitter::blitMask(const SkMask&, const SkIRect& clip) { argument
/external/skia/tools/
H A Dfiltermain.cpp189 // 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/skia/tests/
H A DAAClipTest.cpp182 SkAAClip clip; local
188 clip.setPath(path, NULL, true);
189 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
202 clip.setPath(path, NULL, true);
203 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
310 SkAAClip clip; local
311 clip.setPath(path, NULL, 1 == i);
314 clip.copyToMask(&mask);
389 SkAAClip clip; local
395 clip
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c48 draw->pipeline.clip = draw_clip_stage( draw );
60 !draw->pipeline.clip ||
91 if (draw->pipeline.clip)
92 draw->pipeline.clip->destroy( draw->pipeline.clip );
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c48 draw->pipeline.clip = draw_clip_stage( draw );
60 !draw->pipeline.clip ||
91 if (draw->pipeline.clip)
92 draw->pipeline.clip->destroy( draw->pipeline.clip );
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension.cc150 if (params_dict->Get("clip", &clip_value))
155 gfx::RectF clip(clip_rect);
156 clip.Intersect(picture->LayerRect());
157 clip.Scale(scale);
158 gfx::Rect snapped_clip = gfx::ToEnclosingRect(clip);
166 canvas.translate(SkFloatToScalar(-clip.x()), SkFloatToScalar(-clip.y()));
/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontInstance.cpp60 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/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp60 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/pdfium/fpdfsdk/src/
H A Dfpdfformfill.cpp219 FX_RECT clip; local
220 clip.left = start_x;
221 clip.right = start_x + size_x;
222 clip.top = start_y;
223 clip.bottom = start_y + size_y;
236 pDevice->SetClip_Rect(&clip);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c439 /* Set a clipping rectangle to clip the outside edge of the screen */
440 { SDL_Rect clip; local
441 clip.x = 32;
442 clip.y = 32;
443 clip.w = screen->w-(2*32);
444 clip.h = screen->h-(2*32);
445 SDL_SetClipRect(screen, &clip);
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc141 void PaintOn(pp::ImageData* image, pp::Rect clip) { argument
142 clip = clip.Intersect(area_);
143 FillRect(image, clip, kTextfieldBgColor);
164 clip,
186 clip,
218 clip,
227 clip,
528 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) { argument
678 pp::Rect clip(
682 PaintClip(const pp::Rect& clip) argument
[all...]
/external/chromium_org/cc/test/
H A Dpixel_test.cc151 void PixelTest::ForceDeviceClip(const gfx::Rect& clip) { argument
152 external_device_clip_rect_ = clip;
/external/chromium_org/chrome/browser/resources/contextual_search/
H A Dpromo.css99 background-clip: padding-box;
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewCoreSelectionTest.java228 ClipData clip = ClipData.newPlainText("test", "Text to copy");
229 clipboardManager.setPrimaryClip(clip);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host.h108 const PP_Rect& clip,
134 void ExecuteScroll(const gfx::Rect& clip,
/external/chromium_org/ppapi/api/dev/
H A Dppb_font_dev.idl205 * The clip is optional and may be NULL. In this case, the text will be
222 [in] PP_Rect clip,
/external/chromium_org/ppapi/api/trusted/
H A Dppb_browser_font_trusted.idl201 * The clip is optional and may be NULL. In this case, the text will be
218 [in] PP_Rect clip,
/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.cc149 const Rect& clip,
159 &clip.pp_rect(),
145 DrawTextAt(ImageData* dest, const TextRun_Dev& text, const Point& position, uint32_t color, const Rect& clip, bool image_data_is_opaque) const argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerModelObject.cpp97 || oldStyle->clip() != newStyle.clip())
/external/chromium_org/third_party/skia/gm/
H A Daarectmodes.cpp55 SkRect clip = {0, 130, 772, 531}; local
56 canvas->clipRect(clip);
H A Demptypath.cpp28 const SkRect& clip,
37 canvas->clipRect(clip);
26 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDitherBitmap.cpp51 SkRegion clip(bounds);
52 return region.setPath(path, clip); // <-- !! DOWN !!
/external/chromium_org/third_party/skia/src/core/
H A DSkCubicClipper.cpp17 void SkCubicClipper::setClip(const SkIRect& clip) { argument
19 fClip.set(clip);
H A DSkRasterClip.h110 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
111 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
140 * not, they return the raw blitter and (bw) clip region.
/external/skia/gm/
H A Daarectmodes.cpp55 SkRect clip = {0, 130, 772, 531}; local
56 canvas->clipRect(clip);

Completed in 2506 milliseconds

1234567891011>>