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

  /external/skia/src/gpu/
GrRenderTargetContextPriv.h 28 void setLastClip(uint32_t clipStackGenID, const SkIRect& devClipBounds,
32 opList->fLastDevClipBounds = devClipBounds;
38 bool mustRenderClip(uint32_t clipStackGenID, const SkIRect& devClipBounds,
42 !opList->fLastDevClipBounds.contains(devClipBounds) ||
GrSoftwarePathRenderer.cpp 72 SkIRect* devClipBounds) {
74 clip.getConservativeBounds(width, height, devClipBounds);
81 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) {
108 const SkIRect& devClipBounds,
116 if (devClipBounds.fTop < devPathBounds.fTop) {
117 rect.iset(devClipBounds.fLeft, devClipBounds.fTop,
118 devClipBounds.fRight, devPathBounds.fTop);
122 if (devClipBounds.fLeft < devPathBounds.fLeft) {
123 rect.iset(devClipBounds.fLeft, devPathBounds.fTop
    [all...]
GrSoftwarePathRenderer.h 39 const SkIRect& devClipBounds,
SkGpuDevice.cpp 184 const SkIRect clipBounds = this->devClipBounds().makeOffset(-left, -top);
333 SkRasterClip rc(this->devClipBounds());
383 this->devClipBounds(), true);
423 if (mf->canFilterMaskGPU(devRRect, this->devClipBounds(), this->ctm(), nullptr)) {
444 this->devClipBounds(), true);
488 path, paint, this->ctm(), nullptr, this->devClipBounds(),
639 this->devClipBounds(), pathIsMutable);
    [all...]
  /external/skqp/src/gpu/
GrRenderTargetContextPriv.h 28 void setLastClip(uint32_t clipStackGenID, const SkIRect& devClipBounds,
32 opList->fLastDevClipBounds = devClipBounds;
38 bool mustRenderClip(uint32_t clipStackGenID, const SkIRect& devClipBounds,
42 !opList->fLastDevClipBounds.contains(devClipBounds) ||
GrSoftwarePathRenderer.cpp 72 SkIRect* devClipBounds) {
74 clip.getConservativeBounds(width, height, devClipBounds);
81 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) {
108 const SkIRect& devClipBounds,
116 if (devClipBounds.fTop < devPathBounds.fTop) {
117 rect.iset(devClipBounds.fLeft, devClipBounds.fTop,
118 devClipBounds.fRight, devPathBounds.fTop);
122 if (devClipBounds.fLeft < devPathBounds.fLeft) {
123 rect.iset(devClipBounds.fLeft, devPathBounds.fTop
    [all...]
GrSoftwarePathRenderer.h 39 const SkIRect& devClipBounds,
SkGpuDevice.cpp 180 const SkIRect clipBounds = this->devClipBounds().makeOffset(-left, -top);
329 SkRasterClip rc(this->devClipBounds());
379 this->devClipBounds(), true);
419 if (mf->canFilterMaskGPU(devRRect, this->devClipBounds(), this->ctm(), nullptr)) {
440 this->devClipBounds(), true);
484 path, paint, this->ctm(), nullptr, this->devClipBounds(),
643 this->devClipBounds(), pathIsMutable);
    [all...]
  /external/skia/src/core/
SkClipStackDevice.h 24 SkIRect devClipBounds() const;
SkClipStackDevice.cpp 12 SkIRect SkClipStackDevice::devClipBounds() const {
  /external/skqp/src/core/
SkClipStackDevice.h 24 SkIRect devClipBounds() const;
SkClipStackDevice.cpp 12 SkIRect SkClipStackDevice::devClipBounds() const {
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 243 const SkIRect& devClipBounds,
282 if (SkIRect::Intersects(devClipBounds, ibounds)) {
324 if (SkIRect::Intersects(devClipBounds, ibounds)) {
350 if (SkIRect::Intersects(devClipBounds, ibounds)) {
384 if (SkIRect::Intersects(devClipBounds, ibounds)) {
409 if (SkIRect::Intersects(devClipBounds, ibounds)) {
454 if (SkIRect::Intersects(devClipBounds, ibounds)) {
777 const SkIRect& devClipBounds,
789 devClipBounds, capLength, stencilSettings);
797 SkIRect devClipBounds,
    [all...]
GrTessellatingPathRenderer.cpp 175 SkIRect devClipBounds,
179 devClipBounds, aaType, stencilSettings);
200 const SkIRect& devClipBounds,
208 , fDevClipBounds(devClipBounds)
394 SkIRect devClipBounds = SkIRect::MakeLTRB(
396 devClipBounds.sort();
407 return TessellatingPathOp::Make(std::move(paint), shape, viewMatrix, devClipBounds, aaType,
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 243 const SkIRect& devClipBounds,
282 if (SkIRect::Intersects(devClipBounds, ibounds)) {
324 if (SkIRect::Intersects(devClipBounds, ibounds)) {
350 if (SkIRect::Intersects(devClipBounds, ibounds)) {
384 if (SkIRect::Intersects(devClipBounds, ibounds)) {
409 if (SkIRect::Intersects(devClipBounds, ibounds)) {
454 if (SkIRect::Intersects(devClipBounds, ibounds)) {
777 const SkIRect& devClipBounds,
789 devClipBounds, capLength, stencilSettings);
797 SkIRect devClipBounds,
    [all...]
GrTessellatingPathRenderer.cpp 175 SkIRect devClipBounds,
179 devClipBounds, aaType, stencilSettings);
200 const SkIRect& devClipBounds,
208 , fDevClipBounds(devClipBounds)
394 SkIRect devClipBounds = SkIRect::MakeLTRB(
396 devClipBounds.sort();
407 return TessellatingPathOp::Make(std::move(paint), shape, viewMatrix, devClipBounds, aaType,
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 657 this->devClipBounds(), this->ctm(), this);
    [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp 657 this->devClipBounds(), this->ctm(), this);
    [all...]

Completed in 401 milliseconds