Searched refs:local_op_rect (Results 1 – 3 of 3) sorted by relevance
112 base::Optional<gfx::Rect> local_op_rect; in GatherDiscardableImages() local120 local_op_rect = PaintOp::ComputePaintRect(op, clip_rect, ctm); in GatherDiscardableImages()121 if (local_op_rect.value().IsEmpty()) in GatherDiscardableImages()124 op_rect = local_op_rect.value(); in GatherDiscardableImages()
1489 gfx::Rect local_op_rect = PaintOp::ComputePaintRect(op, clip_rect, ctm); in RasterWithFlags() local1490 if (local_op_rect.IsEmpty()) in RasterWithFlags()
126 base::Optional<gfx::Rect> local_op_rect; in GatherDiscardableImages() local134 local_op_rect = PaintOp::ComputePaintRect(op, clip_rect, ctm); in GatherDiscardableImages()135 if (local_op_rect.value().IsEmpty()) in GatherDiscardableImages()138 op_rect = local_op_rect.value(); in GatherDiscardableImages()