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

  /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/skia/src/core/
SkRasterClip.cpp 63 void SkConservativeClip::op(const SkRect& localRect, const SkMatrix& ctm, const SkIRect& devBounds,
70 ir = devBounds;
81 void SkConservativeClip::op(const SkRRect& rrect, const SkMatrix& ctm, const SkIRect& devBounds,
83 this->op(rrect.getBounds(), ctm, devBounds, op, doAA);
86 void SkConservativeClip::op(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 178 SkIRect devBounds;
213 SkIRect devBounds;
217 SkIRect devBounds;
221 SkIRect devBounds;
225 SkIRect devBounds;
SkRecordDraw.cpp 247 void updateClipBounds(const ClipPath& op) { this->updateClipBoundsForClipOp(op.devBounds); }
248 void updateClipBounds(const ClipRRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
249 void updateClipBounds(const ClipRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
250 void updateClipBounds(const ClipRegion& op) { this->updateClipBoundsForClipOp(op.devBounds); }
253 void updateClipBoundsForClipOp(const SkIRect& devBounds) {
254 Bounds clip = SkRect::Make(devBounds);
264 // Restore holds the devBounds for the clip after the {save,saveLayer}/restore block completes.
268 // devBounds reflect the state of the world after the saveLayer/restore block is done,
271 Bounds clip = SkRect::Make(op.devBounds);
SkClipStack.cpp 859 SkRect* devBounds,
861 SkASSERT(devBounds);
863 devBounds->setLTRB(0, 0,
878 if (!devBounds->intersect(temp)) {
879 devBounds->setEmpty();
    [all...]
SkDraw.cpp 64 SkIRect devBounds = fRC->getBounds();
66 devBounds.outset(1, 1);
67 inverse.mapRect(localBounds, SkRect::Make(devBounds));
    [all...]
SkClipStack.h 528 * 'devBounds' is the result of an intersection of rects. In this case
529 * 'devBounds' is the exact answer/clip.
535 SkRect* devBounds,
  /external/skia/src/gpu/instanced/
InstanceProcessor.h 47 static IndexRange GetIndexRangeForOval(GrAAType, const SkRect& devBounds);
InstanceProcessor.cpp     [all...]
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 78 SkRect devBounds;
79 args.fViewMatrix->mapRect(&devBounds, args.fShape->bounds());
82 fHeadDraw.fScissorMode = fHeadDraw.fClipBounds.contains(devBounds) ?
90 this->setBounds(devBounds, GrOp::HasAABloat::kYes, GrOp::IsZeroArea::kNo);
218 SkRect devBounds, devBounds45;
219 atlasOpsBuilder.parsePath(draw->fScissorMode, draw->fMatrix, draw->fPath, &devBounds,
222 SkRect clippedDevBounds = devBounds;
224 !clippedDevBounds.intersect(devBounds, SkRect::Make(draw->fClipBounds))) {
257 devBounds,
GrCCPRCoverageOpsBuilder.h 29 * 1) parsePath(ScissorMode, viewMatrix, path, &devBounds, &devBounds45);
79 void parsePath(ScissorMode, const SkMatrix&, const SkPath&, SkRect* devBounds,
GrCCPRCoverageOpsBuilder.cpp 74 void getAccumulatedBounds(SkRect* devBounds, SkRect* devBounds45) const;
162 const SkPath& path, SkRect* devBounds,
209 m.getAccumulatedBounds(devBounds, devBounds45);
633 inline void AccumulatingViewMatrix::getAccumulatedBounds(SkRect* devBounds,
638 devBounds->setLTRB(topLeft[0], topLeft[1], bottomRight[0], bottomRight[1]);
  /external/skia/src/gpu/
GrClipStackClip.cpp 69 SkRect devBounds;
70 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects);
71 devBounds.roundOut(devResult);
251 SkRect devBounds = SkRect::MakeIWH(renderTargetContext->width(), renderTargetContext->height());
252 if (!devBounds.intersect(*bounds)) {
260 const GrReducedClip reducedClip(*fStack, devBounds,
263 if (reducedClip.hasIBounds() && !GrClip::IsInsideClip(reducedClip.ibounds(), devBounds)) {
307 get_analytic_clip_processor(reducedClip.elements(), disallowAnalyticAA, devBounds,
GrSoftwarePathRenderer.cpp 27 SkIRect* devBounds) {
42 shapeDevBounds.roundOut(devBounds);
  /external/skia/src/gpu/ops/
GrDefaultPathRenderer.cpp 337 bool isHairline, GrAAType aaType, const SkRect& devBounds,
340 viewMatrix, isHairline, aaType, devBounds,
359 GrAAType aaType, const SkRect& devBounds,
369 this->setBounds(devBounds, HasAABloat::kNo,
565 SkRect devBounds;
567 &devBounds);
575 bounds = devBounds;
602 viewMatrix, isHairline, aaType, devBounds, passes[p]);
GrTessellatingPathRenderer.cpp 201 SkRect devBounds;
202 viewMatrix.mapRect(&devBounds, shape.bounds());
206 devBounds.join(SkRect::Make(fDevClipBounds));
208 this->setBounds(devBounds, HasAABloat::kNo, IsZeroArea::kNo);
GrMSAAPathRenderer.cpp 226 const SkMatrix& viewMatrix, const SkRect& devBounds,
240 devBounds, maxLineVertices, maxQuadVertices,
258 GrAAType aaType, const SkMatrix& viewMatrix, const SkRect& devBounds,
268 this->setBounds(devBounds, HasAABloat::kNo, IsZeroArea::kNo);
633 SkRect devBounds;
635 &devBounds);
647 viewMatrix, devBounds, passes[0]);
659 bounds = devBounds;
GrAAHairLinePathRenderer.cpp 703 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount)
705 SkRect tolDevBounds = devBounds;
    [all...]
GrOvalOpFactory.cpp 674 SkRect devBounds = SkRect::MakeLTRB(center.fX - outerRadius, center.fY - outerRadius,
720 devBounds,
732 devBounds,
    [all...]
  /external/skia/src/utils/
SkShadowUtils.cpp 599 SkRect devBounds;
600 viewMatrix.mapRect(&devBounds, path.getBounds());
602 SkTAbs(factory.fOffset.fX) > 0.5f*devBounds.width() ||
603 SkTAbs(factory.fOffset.fY) > 0.5f*devBounds.height()) {

Completed in 393 milliseconds