Searched refs:CompositeCopy (Results 1 – 11 of 11) sorted by relevance
77 paintInfo.context->setCompositeOperation(CompositeCopy); in paintBoxDecorationBackground()
565 …CompositeOperator operation = shouldClearDocumentBackground ? CompositeCopy : context->compositeOp… in paintRootBackgroundColor()
60 CompositeCopy, enumerator
100 … ctxt->setCompositeOperation(!color.hasAlpha() && op == CompositeSourceOver ? CompositeCopy : op); in fillWithSolidColor()
124 dstContext->drawImage(image.get(), drawingRegion.location(), CompositeCopy); in applySoftware()
163 dstContext->drawImage(image.get(), drawingRegion.location(), CompositeCopy); in applySoftware()
47 { CompositeCopy, SkXfermode::kSrc_Mode },
1030 } else if (state().m_globalComposite == CompositeCopy) { in fillInternal()1080 } else if (state().m_globalComposite == CompositeCopy) { in strokeInternal()1299 } else if (state().m_globalComposite == CompositeCopy) { in fillRect()1339 } else if (state().m_globalComposite == CompositeCopy) { in strokeRect()1536 } else if (op == CompositeCopy) { in drawImageInternal()2232 } else if (state().m_globalComposite == CompositeCopy) { in drawTextInternal()
363 if (m_composite == CompositeClear || m_composite == CompositeCopy) in hasOpaqueImage()
343 …ator compositeOperator = !m_context || m_context->hasAlpha() ? CompositeSourceOver : CompositeCopy; in paint()
319 case CompositeCopy: in CSSPrimitiveValue()368 return CompositeCopy; in CompositeOperator()