Searched refs:toDraw (Results 1 – 2 of 2) sorted by relevance
215 Span toDraw = span.breakAt(fXMax, dx); in maybeProcessSpan() local216 next->pointSpan(toDraw); in maybeProcessSpan()221 Span toDraw = span.breakAt(0.0f, dx); in maybeProcessSpan() local222 next->pointSpan(toDraw); in maybeProcessSpan()279 Span toDraw = span.breakAt(fXMax, 1.0f); in maybeProcessSpan() local280 SkASSERT(0.0f <= toDraw.startX() && toDraw.endX() < fXMax); in maybeProcessSpan()281 next->pointSpan(toDraw); in maybeProcessSpan()
229 Bitmap toDraw = currentFrame != null ? currentFrame : state.firstFrame; in draw() local230 canvas.drawBitmap(toDraw, null, destRect, paint); in draw()