Lines Matching refs:fRect
22 , fRect(rect) in GrClearBatch()
36 fColor, fRect.fLeft, fRect.fTop, fRect.fRight, fRect.fBottom, in dumpInfo()
48 if (cb->fRect.contains(fRect)) { in onCombineIfPossible()
49 fRect = cb->fRect; in onCombineIfPossible()
53 } else if (cb->fColor == fColor && fRect.contains(cb->fRect)) { in onCombineIfPossible()
62 state->gpu()->clear(fRect, fColor, fRenderTarget.get()); in onDraw()
65 SkIRect fRect; variable
78 , fRect(rect) in GrClearStencilClipBatch()
92 fRect.fLeft, fRect.fTop, fRect.fRight, fRect.fBottom, fInsideClip, in dumpInfo()
103 state->gpu()->clearStencilClip(fRect, fInsideClip, fRenderTarget.get()); in onDraw()
106 SkIRect fRect; variable