Home | History | Annotate | Download | only in core

Lines Matching refs:kSubpixelText_Flag

107         kSubpixelText_Flag    = 0x80,   //!< mask to enable subpixel text positioning
179 /** Helper for getFlags(), returning true if kSubpixelText_Flag bit is set
183 return SkToBool(this->getFlags() & kSubpixelText_Flag);
187 * Helper for setFlags(), setting or clearing the kSubpixelText_Flag.