• Home
  • Raw
  • Download

Lines Matching refs:drawing

10 Paint controls options applied when drawing and measuring. Paint collects all
19 Paint options are rarely exclusive; each option modifies a stage of the drawing
23 algorithms that alter the drawing geometry, color, and transparency. For instance,
285 Anti_Alias drawing approximates partial pixel coverage with transparency.
295 A platform may only support Anti_Aliased drawing. Some GPU-backed platforms use
296 Supersampling to Anti_Alias all drawing, and have no mechanism to selectively
365 Dithering is always enabled for linear gradients drawing into
538 # getColor # returns Color_Alpha and RGB, one drawing color ##
539 # setColor # sets Color_Alpha and RGB, one drawing color ##
578 #Line # returns Color_Alpha and RGB, one drawing color ##
599 #Line # returns Color_Alpha and RGB, one drawing color ##
620 #Line # sets Color_Alpha and RGB, one drawing color ##
644 #Line # sets Color_Alpha and RGB, one drawing color ##
772 Stroke_Width of zero has a special meaning and switches drawing to use Hairline.
778 Path drawing with Hairline may hit the same pixel more than once. For instance, Path containing
781 GPU-backed implementations apply transparency at a later drawing stage, avoiding double hit pixels
1457 Shader defines the colors used when drawing a shape.
1505 #Line # returns Shader, multiple drawing colors; gradients ##
1527 #Line # references Shader, multiple drawing colors; gradients ##
1550 #Line # sets Shader, multiple drawing colors; gradients ##
1573 Color_Filter alters the color used when drawing a shape.
1757 Path_Effect modifies the path geometry before drawing it.
1927 Typeface identifies the font used when drawing and measuring text.
2267 #Line # returns true if Paint prevents all drawing ##