HomeSort by relevance Sort by last modified time
    Searched refs:devBounds (Results 1 - 25 of 41) sorted by null

1 2

  /external/skia/bench/
SKPAnimationBench.cpp 55 virtual void preConcatFrameMatrix(double animationTimeMs, const SkIRect& devBounds,
61 SkPoint center = SkPoint::Make((devBounds.fLeft + devBounds.fRight) / 2.0f,
62 (devBounds.fTop + devBounds.fBottom) / 2.0f);
SKPAnimationBench.h 23 virtual void preConcatFrameMatrix(double animationTimeMs, const SkIRect& devBounds,
  /external/skqp/bench/
SKPAnimationBench.cpp 55 virtual void preConcatFrameMatrix(double animationTimeMs, const SkIRect& devBounds,
61 SkPoint center = SkPoint::Make((devBounds.fLeft + devBounds.fRight) / 2.0f,
62 (devBounds.fTop + devBounds.fBottom) / 2.0f);
SKPAnimationBench.h 23 virtual void preConcatFrameMatrix(double animationTimeMs, const SkIRect& devBounds,
  /external/skia/src/core/
SkRasterClip.cpp 64 const SkIRect& devBounds, SkRegion::Op op, bool doAA) {
70 ir = devBounds;
82 const SkIRect& devBounds, SkRegion::Op op, bool doAA) {
83 this->opRect(rrect.getBounds(), ctm, devBounds, op, doAA);
86 void SkConservativeClip::opPath(const SkPath& path, const SkMatrix& ctm, const SkIRect& devBounds,
93 ir = devBounds;
243 bool SkRasterClip::op(const SkRRect& rrect, const SkMatrix& matrix, const SkIRect& devBounds,
245 SkIRect bounds(devBounds);
254 bool SkRasterClip::op(const SkPath& path, const SkMatrix& matrix, const SkIRect& devBounds,
257 SkIRect bounds(devBounds);
    [all...]
SkRecords.h 180 SkIRect devBounds;
215 SkIRect devBounds;
219 SkIRect devBounds;
223 SkIRect devBounds;
227 SkIRect devBounds;
SkRecordDraw.cpp 249 void updateClipBounds(const ClipPath& op) { this->updateClipBoundsForClipOp(op.devBounds); }
250 void updateClipBounds(const ClipRRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
251 void updateClipBounds(const ClipRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
252 void updateClipBounds(const ClipRegion& op) { this->updateClipBoundsForClipOp(op.devBounds); }
255 void updateClipBoundsForClipOp(const SkIRect& devBounds) {
256 Bounds clip = SkRect::Make(devBounds);
266 // Restore holds the devBounds for the clip after the {save,saveLayer}/restore block completes.
270 // devBounds reflect the state of the world after the saveLayer/restore block is done,
273 Bounds clip = SkRect::Make(op.devBounds);
  /external/skqp/src/core/
SkRasterClip.cpp 64 const SkIRect& devBounds, SkRegion::Op op, bool doAA) {
70 ir = devBounds;
82 const SkIRect& devBounds, SkRegion::Op op, bool doAA) {
83 this->opRect(rrect.getBounds(), ctm, devBounds, op, doAA);
86 void SkConservativeClip::opPath(const SkPath& path, const SkMatrix& ctm, const SkIRect& devBounds,
93 ir = devBounds;
243 bool SkRasterClip::op(const SkRRect& rrect, const SkMatrix& matrix, const SkIRect& devBounds,
245 SkIRect bounds(devBounds);
254 bool SkRasterClip::op(const SkPath& path, const SkMatrix& matrix, const SkIRect& devBounds,
257 SkIRect bounds(devBounds);
    [all...]
SkRecords.h 180 SkIRect devBounds;
215 SkIRect devBounds;
219 SkIRect devBounds;
223 SkIRect devBounds;
227 SkIRect devBounds;
SkRecordDraw.cpp 249 void updateClipBounds(const ClipPath& op) { this->updateClipBoundsForClipOp(op.devBounds); }
250 void updateClipBounds(const ClipRRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
251 void updateClipBounds(const ClipRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
252 void updateClipBounds(const ClipRegion& op) { this->updateClipBoundsForClipOp(op.devBounds); }
255 void updateClipBoundsForClipOp(const SkIRect& devBounds) {
256 Bounds clip = SkRect::Make(devBounds);
266 // Restore holds the devBounds for the clip after the {save,saveLayer}/restore block completes.
270 // devBounds reflect the state of the world after the saveLayer/restore block is done,
273 Bounds clip = SkRect::Make(op.devBounds);
  /external/skia/src/gpu/ops/
GrStencilAndCoverPathRenderer.cpp 102 SkRect devBounds = SkRect::MakeIWH(args.fRenderTargetContext->width(),
108 GrAATypeIsHW(args.fAAType), true, &appliedClip, &devBounds)) {
141 vmi.mapRect(&coverBounds, devBounds);
147 coverBounds = devBounds;
GrDefaultPathRenderer.cpp 337 bool isHairline, GrAAType aaType, const SkRect& devBounds,
340 viewMatrix, isHairline, aaType, devBounds,
363 GrAAType aaType, const SkRect& devBounds,
373 this->setBounds(devBounds, HasAABloat::kNo,
570 SkRect devBounds;
574 viewMatrix, &devBounds);
582 bounds = devBounds;
608 viewMatrix, isHairline, aaType, devBounds, passes[p]);
611 viewMatrix, isHairline, aaType, devBounds, passes[p]);
GrMSAAPathRenderer.cpp 226 const SkMatrix& viewMatrix, const SkRect& devBounds,
240 devBounds, maxLineVertices, maxQuadVertices,
262 GrAAType aaType, const SkMatrix& viewMatrix, const SkRect& devBounds,
272 this->setBounds(devBounds, HasAABloat::kNo, IsZeroArea::kNo);
639 SkRect devBounds;
643 viewMatrix, &devBounds);
654 op = MSAAPathOp::Make(std::move(stencilPaint), path, aaType, viewMatrix, devBounds,
657 op = MSAAPathOp::Make(std::move(paint), path, aaType, viewMatrix, devBounds, passes[0]);
670 bounds = devBounds;
GrTessellatingPathRenderer.cpp 210 SkRect devBounds;
211 viewMatrix.mapRect(&devBounds, shape.bounds());
215 devBounds.join(SkRect::Make(fDevClipBounds));
217 this->setBounds(devBounds, HasAABloat::kNo, IsZeroArea::kNo);
  /external/skqp/src/gpu/ops/
GrStencilAndCoverPathRenderer.cpp 102 SkRect devBounds = SkRect::MakeIWH(args.fRenderTargetContext->width(),
108 GrAATypeIsHW(args.fAAType), true, &appliedClip, &devBounds)) {
141 vmi.mapRect(&coverBounds, devBounds);
147 coverBounds = devBounds;
GrDefaultPathRenderer.cpp 337 bool isHairline, GrAAType aaType, const SkRect& devBounds,
340 viewMatrix, isHairline, aaType, devBounds,
363 GrAAType aaType, const SkRect& devBounds,
373 this->setBounds(devBounds, HasAABloat::kNo,
570 SkRect devBounds;
574 viewMatrix, &devBounds);
582 bounds = devBounds;
608 viewMatrix, isHairline, aaType, devBounds, passes[p]);
611 viewMatrix, isHairline, aaType, devBounds, passes[p]);
GrMSAAPathRenderer.cpp 226 const SkMatrix& viewMatrix, const SkRect& devBounds,
240 devBounds, maxLineVertices, maxQuadVertices,
262 GrAAType aaType, const SkMatrix& viewMatrix, const SkRect& devBounds,
272 this->setBounds(devBounds, HasAABloat::kNo, IsZeroArea::kNo);
639 SkRect devBounds;
643 viewMatrix, &devBounds);
654 op = MSAAPathOp::Make(std::move(stencilPaint), path, aaType, viewMatrix, devBounds,
657 op = MSAAPathOp::Make(std::move(paint), path, aaType, viewMatrix, devBounds, passes[0]);
670 bounds = devBounds;
GrTessellatingPathRenderer.cpp 210 SkRect devBounds;
211 viewMatrix.mapRect(&devBounds, shape.bounds());
215 devBounds.join(SkRect::Make(fDevClipBounds));
217 this->setBounds(devBounds, HasAABloat::kNo, IsZeroArea::kNo);
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 72 SkRect devBounds;
74 args.fViewMatrix->mapRect(&devBounds, path.getBounds());
75 devBounds.roundOut(&devIBounds);
117 SkRect devBounds;
118 args.fViewMatrix->mapRect(&devBounds, args.fShape->bounds());
121 if (SkTMax(devBounds.height(), devBounds.width()) > kPathCropThreshold) {
128 devBounds = fHeadDraw.fPath.getBounds();
137 this->setBounds(devBounds, GrOp::HasAABloat::kYes, GrOp::IsZeroArea::kNo);
412 SkRect devBounds, devBounds45
    [all...]
GrCCPathParser.h 50 void parsePath(const SkMatrix&, const SkPath&, SkRect* devBounds, SkRect* devBounds45);
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 72 SkRect devBounds;
74 args.fViewMatrix->mapRect(&devBounds, path.getBounds());
75 devBounds.roundOut(&devIBounds);
117 SkRect devBounds;
118 args.fViewMatrix->mapRect(&devBounds, args.fShape->bounds());
121 if (SkTMax(devBounds.height(), devBounds.width()) > kPathCropThreshold) {
128 devBounds = fHeadDraw.fPath.getBounds();
137 this->setBounds(devBounds, GrOp::HasAABloat::kYes, GrOp::IsZeroArea::kNo);
415 SkRect devBounds, devBounds45
    [all...]
GrCCPathParser.h 49 void parsePath(const SkMatrix&, const SkPath&, SkRect* devBounds, SkRect* devBounds45);
  /external/skia/gm/
dashcircle.cpp 187 SkRect devBounds;
188 m.mapRect(&devBounds, kBounds);
189 bounds.join(devBounds);
  /external/skia/src/gpu/
GrClipStackClip.cpp 71 SkRect devBounds;
72 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects);
73 devBounds.roundOut(devResult);
184 SkRect devBounds = SkRect::MakeIWH(renderTargetContext->width(), renderTargetContext->height());
185 if (!devBounds.intersect(*bounds)) {
208 GrReducedClip reducedClip(*fStack, devBounds, caps, maxWindowRectangles, maxAnalyticFPs, ccpr);
214 if (reducedClip.hasScissor() && !GrClip::IsInsideClip(reducedClip.scissor(), devBounds)) {
  /external/skqp/src/gpu/
GrClipStackClip.cpp 71 SkRect devBounds;
72 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects);
73 devBounds.roundOut(devResult);
184 SkRect devBounds = SkRect::MakeIWH(renderTargetContext->width(), renderTargetContext->height());
185 if (!devBounds.intersect(*bounds)) {
208 GrReducedClip reducedClip(*fStack, devBounds, caps, maxWindowRectangles, maxAnalyticFPs, ccpr);
214 if (reducedClip.hasScissor() && !GrClip::IsInsideClip(reducedClip.scissor(), devBounds)) {

Completed in 462 milliseconds

1 2