Home | History | Annotate | Download | only in core

Lines Matching refs:flags

99     /** Specifies the bit values that are stored in the paint's flags.
101 enum Flags {
113 // when adding extra flags, note that the fFlags member is specified
119 /** Return the paint's flags. Use the Flag enum to test flag values.
120 @return the paint's flags (see enums ending in _Flag for bit masks)
124 /** Set the paint's flags. Use the Flag enum to specific flag values.
125 @param flags The new flag bits for the paint (see Flags enum)
127 void setFlags(uint32_t flags);
130 @return true if the antialias bit is set in the paint's flags.
143 @return true if the dithering bit is set in the paint's flags.
156 @return true if the lineartext bit is set in the paint's flags
164 @param linearText true to set the linearText bit in the paint's flags,
170 @return true if the lineartext bit is set in the paint's flags
178 bit @param subpixelText true to set the subpixelText bit in the paint's flags,
189 @param subpixelRender true to set the subpixelRenderText bit in the paint's flags,
200 @param useEmbeddedBitmapText true to set the kEmbeddedBitmapText bit in the paint's flags,
206 @return true if the underlineText bit is set in the paint's flags.
215 flags, false to clear it.
220 @return true if the strikeThruText bit is set in the paint's flags.
229 paint's flags, false to clear it.
234 @return true if the kFakeBoldText_Flag bit is set in the paint's flags.
243 flags, false to clear it.
248 @return true if the kernText bit is set in the paint's flags.
257 flags, false to clear it.