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

  /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/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().
  /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();
  /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...]
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 355 SkIRect ibounds; local
356 if (!mCanvas->getDeviceClipBounds(&ibounds)) {
370 SkRect r = SkRect::Make(ibounds);
  /external/skia/src/core/
SkAAClip.cpp 1397 SkIRect ibounds; local
    [all...]
SkCanvas.cpp 1642 SkIRect ibounds = this->onGetDeviceClipBounds(); local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 479 milliseconds