Home
last modified time | relevance | path

Searched defs:devBounds (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/core/
DSkRasterClip.cpp63 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()
DSkClipStack.cpp878 SkRect* devBounds, in getConservativeBounds()
DSkRecordDraw.cpp262 void updateClipBoundsForClipOp(const SkIRect& devBounds) { in updateClipBoundsForClipOp()
DSkDraw.cpp106 SkIRect devBounds = fRC->getBounds(); in computeConservativeLocalClipBounds() local
1198 SkIRect devBounds; in drawBitmapAsMask() local
/external/skia/bench/
DSKPAnimationBench.cpp55 virtual void preConcatFrameMatrix(double animationTimeMs, const SkIRect& devBounds, in preConcatFrameMatrix()
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp103 bool isHairline, const SkRect& devBounds) { in Make()
123 const SkMatrix& viewMatrix, bool isHairline, const SkRect& devBounds) in DefaultPathOp()
526 SkRect devBounds; in internalDrawPath() local
DGrMSAAPathRenderer.cpp222 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
DGrTessellatingPathRenderer.cpp333 SkRect devBounds; in TessellatingPathOp() local
DGrAAHairLinePathRenderer.cpp635 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds()
DGrShadowRRectOp.cpp108 SkRect devBounds = SkRect::MakeLTRB(center.fX - outerRadius, center.fY - outerRadius, in Make() local
DGrOvalOpFactory.cpp687 SkRect devBounds = SkRect::MakeLTRB(center.fX - outerRadius, center.fY - outerRadius, in Make() local
/external/skia/src/gpu/
DGrClipStackClip.cpp68 SkRect devBounds; in getConservativeBounds() local
253 SkRect devBounds = SkRect::MakeIWH(renderTargetContext->width(), renderTargetContext->height()); in apply() local
DGrSoftwarePathRenderer.cpp27 SkIRect* devBounds) { in get_unclipped_shape_dev_bounds()
/external/skia/src/gpu/instanced/
DInstanceProcessor.cpp2043 IndexRange InstanceProcessor::GetIndexRangeForOval(GrAAType aaType, const SkRect& devBounds) { in GetIndexRangeForOval()