Lines Matching refs:drawn
27 be set on an SkCanvas and drawn to. Once drawing to the canvas is complete
199 PDF has a number of parameters that affect how things are drawn. The ones that
284 transformed and drawn on an existing page. This is used to implement layers.
293 operations done on the base layer. Since the form x-object will be drawn as a
379 emulated xfer mode, what's already drawn to the device is called the destination
380 or Dst, and what's about to be drawn is the source or Src. Src (and Dst) can
382 inherent shape. For most kinds of drawn objects, the shape is the same as where
404 mode is emulated. In the case of Clear, it packages what was just drawn into
416 SrcMode is clear plus Src being drawn afterward. DstMode simply omits drawing
421 mask and swapping Src and Dst (or not). SrcIn is SrcMode with Src drawn with Dst
422 as a mask. SrcOut is like SrcMode, but with Src drawn with an inverted Dst as a
423 mask. DstIn is SrcMode with Dst drawn with Src as a mask. Finally, DstOut is