Searched defs:devClipBounds (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/
H A DGrRenderTargetContextPriv.h28 void setLastClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, argument
32 opList->fLastDevClipBounds = devClipBounds;
38 bool mustRenderClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, argument
42 !opList->fLastDevClipBounds.contains(devClipBounds) ||
H A DGrSoftwarePathRenderer.cpp72 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
66 get_shape_and_clip_bounds(int width, int height, const GrClip& clip, const GrShape& shape, const SkMatrix& matrix, SkIRect* unclippedDevShapeBounds, SkIRect* clippedDevShapeBounds, SkIRect* devClipBounds) argument
103 DrawAroundInvPath(GrRenderTargetContext* renderTargetContext, GrPaint&& paint, const GrUserStencilSettings& userStencilSettings, const GrClip& clip, const SkMatrix& viewMatrix, const SkIRect& devClipBounds, const SkIRect& devPathBounds) argument
245 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; local
[all...]
/external/skqp/src/gpu/
H A DGrRenderTargetContextPriv.h28 void setLastClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, argument
32 opList->fLastDevClipBounds = devClipBounds;
38 bool mustRenderClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, argument
42 !opList->fLastDevClipBounds.contains(devClipBounds) ||
H A DGrSoftwarePathRenderer.cpp72 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
66 get_shape_and_clip_bounds(int width, int height, const GrClip& clip, const GrShape& shape, const SkMatrix& matrix, SkIRect* unclippedDevShapeBounds, SkIRect* clippedDevShapeBounds, SkIRect* devClipBounds) argument
103 DrawAroundInvPath(GrRenderTargetContext* renderTargetContext, GrPaint&& paint, const GrUserStencilSettings& userStencilSettings, const GrClip& clip, const SkMatrix& viewMatrix, const SkIRect& devClipBounds, const SkIRect& devPathBounds) argument
245 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; local
[all...]
/external/skia/src/core/
H A DSkClipStackDevice.cpp12 SkIRect SkClipStackDevice::devClipBounds() const { function in class:SkClipStackDevice
/external/skqp/src/core/
H A DSkClipStackDevice.cpp12 SkIRect SkClipStackDevice::devClipBounds() const { function in class:SkClipStackDevice
/external/skia/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp175 SkIRect devClipBounds,
179 devClipBounds, aaType, stencilSettings);
200 const SkIRect& devClipBounds,
208 , fDevClipBounds(devClipBounds)
394 SkIRect devClipBounds = SkIRect::MakeLTRB( local
396 devClipBounds.sort();
407 return TessellatingPathOp::Make(std::move(paint), shape, viewMatrix, devClipBounds, aaType,
172 Make(GrPaint&& paint, const GrShape& shape, const SkMatrix& viewMatrix, SkIRect devClipBounds, GrAAType aaType, const GrUserStencilSettings* stencilSettings) argument
196 TessellatingPathOp(Helper::MakeArgs helperArgs, GrColor color, const GrShape& shape, const SkMatrix& viewMatrix, const SkIRect& devClipBounds, GrAAType aaType, const GrUserStencilSettings* stencilSettings) argument
H A DGrAAHairLinePathRenderer.cpp243 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,
241 gather_lines_and_quads(const SkPath& path, const SkMatrix& m, const SkIRect& devClipBounds, SkScalar capLength, GrAAHairLinePathRenderer::PtArray* lines, GrAAHairLinePathRenderer::PtArray* quads, GrAAHairLinePathRenderer::PtArray* conics, GrAAHairLinePathRenderer::IntArray* quadSubdivCnts, GrAAHairLinePathRenderer::FloatArray* conicWeights) argument
773 Make(GrPaint&& paint, const SkMatrix& viewMatrix, const SkPath& path, const GrStyle& style, const SkIRect& devClipBounds, const GrUserStencilSettings* stencilSettings) argument
792 AAHairlineOp(const Helper::MakeArgs& helperArgs, GrColor color, uint8_t coverage, const SkMatrix& viewMatrix, const SkPath& path, SkIRect devClipBounds, SkScalar capLength, const GrUserStencilSettings* stencilSettings) argument
1050 SkIRect devClipBounds; local
1070 SkIRect devClipBounds; local
[all...]
/external/skqp/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp175 SkIRect devClipBounds,
179 devClipBounds, aaType, stencilSettings);
200 const SkIRect& devClipBounds,
208 , fDevClipBounds(devClipBounds)
394 SkIRect devClipBounds = SkIRect::MakeLTRB( local
396 devClipBounds.sort();
407 return TessellatingPathOp::Make(std::move(paint), shape, viewMatrix, devClipBounds, aaType,
172 Make(GrPaint&& paint, const GrShape& shape, const SkMatrix& viewMatrix, SkIRect devClipBounds, GrAAType aaType, const GrUserStencilSettings* stencilSettings) argument
196 TessellatingPathOp(Helper::MakeArgs helperArgs, GrColor color, const GrShape& shape, const SkMatrix& viewMatrix, const SkIRect& devClipBounds, GrAAType aaType, const GrUserStencilSettings* stencilSettings) argument
H A DGrAAHairLinePathRenderer.cpp243 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,
241 gather_lines_and_quads(const SkPath& path, const SkMatrix& m, const SkIRect& devClipBounds, SkScalar capLength, GrAAHairLinePathRenderer::PtArray* lines, GrAAHairLinePathRenderer::PtArray* quads, GrAAHairLinePathRenderer::PtArray* conics, GrAAHairLinePathRenderer::IntArray* quadSubdivCnts, GrAAHairLinePathRenderer::FloatArray* conicWeights) argument
773 Make(GrPaint&& paint, const SkMatrix& viewMatrix, const SkPath& path, const GrStyle& style, const SkIRect& devClipBounds, const GrUserStencilSettings* stencilSettings) argument
792 AAHairlineOp(const Helper::MakeArgs& helperArgs, GrColor color, uint8_t coverage, const SkMatrix& viewMatrix, const SkPath& path, SkIRect devClipBounds, SkScalar capLength, const GrUserStencilSettings* stencilSettings) argument
1050 SkIRect devClipBounds; local
1070 SkIRect devClipBounds; local
[all...]

Completed in 1640 milliseconds