Lines Matching refs:Picture
1 #Topic Picture
11 Picture records drawing commands made to Canvas. The command stream may be
14 Picture is an abstract class. Picture may be generated by Picture_Recorder
15 or Drawable, or from Picture previously saved to Data or Stream.
17 Picture may contain any Canvas drawing command, as well as one or more
18 Canvas_Matrix or Canvas_Clip. Picture has a cull Rect, which is used as
19 a bounding box hint. To limit Picture bounds, use Canvas_Clip when
20 recording or drawing Picture.
119 #Line # constructs Picture from stream ##
146 #Line # constructs Picture from data ##
219 #Line # returns bounds used to record Picture ##
224 Picture recorded bounds are smaller than contents; contents outside recorded
248 #Line # returns identifier for Picture ##
272 #Line # writes Picture to Data ##
402 #Topic Picture ##