Lines Matching refs:xfer
240 line cap, line join type, line width, miter limit, and xfer/blend mode
241 (see later section for xfer modes). With the exception of color, these
425 PDF supports some of the xfer modes used in Skia directly. For those,
430 not directly support the porter-duff xfer modes though. Most of them
443 with an emulated xfer mode, what's already drawn to the device is
453 xfer modes.
455 The clear xfer mode removes any part of Dst that is within Src's
462 SkPDFDevice::setUpContentEntry(). This method examines the xfer modes
463 in effect for that drawing operation and if it is an xfer mode that
471 current xfer mode is emulated. In the case of Clear, it packages what
480 finishContentEntry uses. The clear xfer mode is a special case; if
482 drawing Src if shape is required and the xfer mode is clear.
500 SrcAtop Xor, and Plus xfer modes are not supported.