Searched defs:devBounds (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/core/ |
D | SkRasterClip.cpp | 63 void SkConservativeClip::op(const SkRect& localRect, const SkMatrix& ctm, const SkIRect& devBounds, in op() 81 void SkConservativeClip::op(const SkRRect& rrect, const SkMatrix& ctm, const SkIRect& devBounds, in op() 86 void SkConservativeClip::op(const SkPath& path, const SkMatrix& ctm, const SkIRect& devBounds, in op() 243 bool SkRasterClip::op(const SkRRect& rrect, const SkMatrix& matrix, const SkIRect& devBounds, in op() 254 bool SkRasterClip::op(const SkPath& path, const SkMatrix& matrix, const SkIRect& devBounds, in op() 362 bool SkRasterClip::op(const SkRect& localRect, const SkMatrix& matrix, const SkIRect& devBounds, in op()
|
D | SkClipStack.cpp | 878 SkRect* devBounds, in getConservativeBounds()
|
D | SkRecordDraw.cpp | 262 void updateClipBoundsForClipOp(const SkIRect& devBounds) { in updateClipBoundsForClipOp()
|
D | SkDraw.cpp | 106 SkIRect devBounds = fRC->getBounds(); in computeConservativeLocalClipBounds() local 1198 SkIRect devBounds; in drawBitmapAsMask() local
|
/external/skia/bench/ |
D | SKPAnimationBench.cpp | 55 virtual void preConcatFrameMatrix(double animationTimeMs, const SkIRect& devBounds, in preConcatFrameMatrix()
|
/external/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 103 bool isHairline, const SkRect& devBounds) { in Make() 123 const SkMatrix& viewMatrix, bool isHairline, const SkRect& devBounds) in DefaultPathOp() 526 SkRect devBounds; in internalDrawPath() local
|
D | GrMSAAPathRenderer.cpp | 222 const SkMatrix& viewMatrix, const SkRect& devBounds) { in Make() 252 const SkRect& devBounds, int maxLineVertices, int maxQuadVertices, bool isIndexed) in MSAAPathOp() 618 SkRect devBounds; in internalDrawPath() local
|
D | GrTessellatingPathRenderer.cpp | 333 SkRect devBounds; in TessellatingPathOp() local
|
D | GrAAHairLinePathRenderer.cpp | 635 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds()
|
D | GrShadowRRectOp.cpp | 108 SkRect devBounds = SkRect::MakeLTRB(center.fX - outerRadius, center.fY - outerRadius, in Make() local
|
D | GrOvalOpFactory.cpp | 687 SkRect devBounds = SkRect::MakeLTRB(center.fX - outerRadius, center.fY - outerRadius, in Make() local
|
/external/skia/src/gpu/ |
D | GrClipStackClip.cpp | 68 SkRect devBounds; in getConservativeBounds() local 253 SkRect devBounds = SkRect::MakeIWH(renderTargetContext->width(), renderTargetContext->height()); in apply() local
|
D | GrSoftwarePathRenderer.cpp | 27 SkIRect* devBounds) { in get_unclipped_shape_dev_bounds()
|
/external/skia/src/gpu/instanced/ |
D | InstanceProcessor.cpp | 2043 IndexRange InstanceProcessor::GetIndexRangeForOval(GrAAType aaType, const SkRect& devBounds) { in GetIndexRangeForOval()
|