Searched defs:localRect (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrRectBatch.cpp86 // if we have a local rect, then we apply the localMatrix directly to the localRect to
226 const SkRect* localRect,
233 if (localRect) {
235 geometry.fLocalRect = *localRect;
260 SkRect localRect; local
268 localRect = GrTest::TestRect(random);
278 hasLocalRect ? &localRect : NULL,
223 Create(GrColor color, const SkMatrix& viewMatrix, const SkRect& rect, const SkRect* localRect, const SkMatrix* localMatrix) argument
H A DGrDrawTarget.cpp299 const SkRect* localRect,
301 SkAutoTUnref<GrBatch> batch(GrRectBatch::Create(color, viewMatrix, rect, localRect,
295 drawRect(GrPipelineBuilder* pipelineBuilder, GrColor color, const SkMatrix& viewMatrix, const SkRect& rect, const SkRect* localRect, const SkMatrix* localMatrix) argument
H A DSkGr.cpp246 SkRect localRect = SkRect::MakeWH(1.f, 1.f); local
249 SkMatrix::I(), rect, localRect);
H A DGrContext.cpp690 const SkRect& localRect,
706 &localRect,
685 drawNonAARectToRect(GrRenderTarget* rt, const GrClip& clip, const GrPaint& paint, const SkMatrix& viewMatrix, const SkRect& rectToDraw, const SkRect& localRect, const SkMatrix* localMatrix) argument

Completed in 79 milliseconds