Lines Matching refs:currentSnapshot

229     if (currentSnapshot()->fbo == 0) {  in prepareDirty()
275 const Snapshot* snapshot = currentSnapshot(); in startTilingCurrentClip()
345 mRenderState.bindFramebuffer(currentSnapshot()->fbo); in resumeAfterLayer()
353 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone; in callDrawGLFunction()
608 if (!currentSnapshot()->isIgnored()) { in saveLayer()
628 const Snapshot& previous = *(currentSnapshot()->previous); in calculateLayerBoundsAndClip()
665 if (!currentSnapshot()->isIgnored() && (flags & SkCanvas::kClipToLayer_SaveFlag)) { in saveLayerDeferred()
675 if (!currentSnapshot()->isIgnored()) { in saveLayerDeferred()
751 if (currentSnapshot()->isIgnored()) { in createLayer()
1279 if (!currentSnapshot()->isIgnored()) { in clearLayerRegions()
1379 state.mAlpha = currentSnapshot()->alpha; in storeDisplayState()
1382 state.mRoundRectClipState = currentSnapshot()->roundRectClipState; in storeDisplayState()
1435 attachStencilBufferToLayer(currentSnapshot()->layer); in ensureStencilBuffer()
1457 if (!currentSnapshot()->clipRegion->isEmpty()) { in setStencilFromClip()
1491 drawRegionRects(*(currentSnapshot()->clipRegion), paint, false); in setStencilFromClip()
1502 drawRegionRects(*(currentSnapshot()->clipRegion), paint); in setStencilFromClip()
1544 if (!currentSnapshot()->clipRegion->isEmpty()) { in debugClip()
1547 drawRegionRects(*(currentSnapshot()->clipRegion, paint); in debugClip()
2032 if (!vertices || currentSnapshot()->isIgnored()) {
2421 if (currentSnapshot()->isIgnored() || count < 4) return DrawGlInfo::kStatusDone;
2438 if (currentSnapshot()->isIgnored() || count < 2) return DrawGlInfo::kStatusDone;
2456 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone;
2485 if (currentSnapshot()->isIgnored()
2504 if (currentSnapshot()->isIgnored()
2526 if (currentSnapshot()->isIgnored()
2549 if (currentSnapshot()->isIgnored()
2584 if (currentSnapshot()->isIgnored()
2672 if (text == NULL || count == 0 || currentSnapshot()->isIgnored() || canSkipText(paint)) {
2757 if (text == NULL || count == 0 || currentSnapshot()->isIgnored() || canSkipText(paint) ||
2839 if (text == NULL || count == 0 || currentSnapshot()->isIgnored() || canSkipText(paint)) {
2872 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone;
3125 if (currentSnapshot()->isIgnored()) {
3142 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone;
3215 setupDrawColor(color, ((color >> 24) & 0xFF) * currentSnapshot()->alpha);
3246 setupDrawColor(color, ((color >> 24) & 0xFF) * currentSnapshot()->alpha);
3456 *alpha *= currentSnapshot()->alpha;
3466 return alpha * currentSnapshot()->alpha;