• 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,
287 Anti_Alias drawing approximates partial pixel coverage with transparency.
299 A platform may only support Anti_Aliased drawing. Some GPU-backed platforms use
300 Supersampling to Anti_Alias all drawing, and have no mechanism to selectively
389 Dithering is always enabled for linear gradients drawing into
752 # getColor # returns Color_Alpha and RGB, one drawing color ##
753 # setColor # sets Color_Alpha and RGB, one drawing color ##
792 #Line # returns Color_Alpha and RGB, one drawing color ##
813 #Line # returns Color_Alpha and RGB, one drawing color ##
834 #Line # sets Color_Alpha and RGB, one drawing color ##
858 #Line # sets Color_Alpha and RGB, one drawing color ##
964 Stroke_Width of zero has a special meaning and switches drawing to use Hairline.
970 Path drawing with Hairline may hit the same pixel more than once. For instance, Path containing
973 GPU-backed implementations apply transparency at a later drawing stage, avoiding double hit pixels
1649 Shader defines the colors used when drawing a shape.
1697 #Line # returns Shader, multiple drawing colors; gradients ##
1719 #Line # references Shader, multiple drawing colors; gradients ##
1742 #Line # sets Shader, multiple drawing colors; gradients ##
1765 Color_Filter alters the color used when drawing a shape.
1949 Path_Effect modifies the path geometry before drawing it.
2119 Typeface identifies the font used when drawing and measuring text.
2465 #Line # returns true if Paint prevents all drawing ##