HomeSort by relevance Sort by last modified time
    Searched refs:ibounds (Results 1 - 12 of 12) sorted by null

  /external/skia/src/gpu/
GrReducedClip.h 30 const SkIRect& ibounds() const { SkASSERT(fHasIBounds); return fIBounds; } function in class:GrReducedClip
31 int left() const { return this->ibounds().left(); }
32 int top() const { return this->ibounds().top(); }
33 int width() const { return this->ibounds().width(); }
34 int height() const { return this->ibounds().height(); }
37 * Indicates whether ibounds() are defined. They will always be defined if the elements() are
56 * If elements() are nonempty, uniquely identifies the list of elements within ibounds().
GrClipStackClip.cpp 263 if (reducedClip.hasIBounds() && !GrClip::IsInsideClip(reducedClip.ibounds(), devBounds)) {
264 out->addScissor(reducedClip.ibounds(), bounds);
280 const SkIRect& clipIBounds = reducedClip.ibounds();
329 out->addCoverageFP(create_fp_for_mask(std::move(result), reducedClip.ibounds()));
356 reducedClip.ibounds())) {
358 renderTargetContext->priv().setLastClip(reducedClip.elementsGenID(), reducedClip.ibounds());
395 create_clip_mask_key(reducedClip.elementsGenID(), reducedClip.ibounds(), &key);
432 create_clip_mask_key(reducedClip.elementsGenID(), reducedClip.ibounds(), &key);
466 SkRect temp = SkRect::Make(reducedClip.ibounds());
  /frameworks/base/libs/hwui/pipeline/skia/
GLFunctorDrawable.cpp 62 SkIRect ibounds = canvas->getDeviceClipBounds(); local
65 info.clipLeft = ibounds.fLeft;
66 info.clipTop = ibounds.fTop;
67 info.clipRight = ibounds.fRight;
68 info.clipBottom = ibounds.fBottom;
87 SkRegion::Cliperator it(clipRegion, ibounds);
  /external/skia/src/fonts/
SkRandomScalerContext.cpp 96 SkIRect ibounds; local
97 newBounds.roundOut(&ibounds);
98 glyph->fLeft = ibounds.fLeft;
99 glyph->fTop = ibounds.fTop;
100 glyph->fWidth = ibounds.width();
101 glyph->fHeight = ibounds.height();
SkTestScalerContext.cpp 243 SkIRect ibounds;
244 newBounds.roundOut(&ibounds);
245 glyph->fLeft = ibounds.fLeft;
246 glyph->fTop = ibounds.fTop;
247 glyph->fWidth = ibounds.width();
248 glyph->fHeight = ibounds.height();
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 250 SkIRect ibounds; local
277 bounds.roundOut(&ibounds);
278 if (SkIRect::Intersects(devClipBounds, ibounds)) {
319 bounds.roundOut(&ibounds);
320 if (SkIRect::Intersects(devClipBounds, ibounds)) {
344 bounds.roundOut(&ibounds);
346 if (SkIRect::Intersects(devClipBounds, ibounds)) {
379 bounds.roundOut(&ibounds);
380 if (SkIRect::Intersects(devClipBounds, ibounds)) {
404 bounds.roundOut(&ibounds);
    [all...]
  /external/skia/tests/
ClipStackTest.cpp 1056 SkIRect ibounds = reduced->hasIBounds() ? reduced->ibounds() : kIBounds; local
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 1397 SkIRect ibounds; local
    [all...]
SkScan_Hairline.cpp 488 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(capOut, capOut);
489 if (rclip.quickReject(ibounds)) {
492 if (!rclip.quickContains(ibounds)) {
SkCanvas.cpp 1642 SkIRect ibounds = this->onGetDeviceClipBounds(); local
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 355 SkIRect ibounds; local
356 if (!mCanvas->getDeviceClipBounds(&ibounds)) {
370 SkRect r = SkRect::Make(ibounds);
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 474 milliseconds