Home | History | Annotate | Download | only in core

Lines Matching defs:kVerticalText_Flag

260         kVerticalText_Flag       = 0x1000, //!< mask for setting vertical text
434 kVerticalText_Flag.
436 @return kVerticalText_Flag state
439 return SkToBool(this->getFlags() & kVerticalText_Flag);
445 Sets kVerticalText_Flag if vertical is true.
446 Clears kVerticalText_Flag if vertical is false.
448 @param verticalText setting for kVerticalText_Flag
965 /** Moves the glyph half its width if Flags has kVerticalText_Flag clear, and
966 half its height if Flags has kVerticalText_Flag set.
970 /** Moves the glyph by its width if Flags has kVerticalText_Flag clear,
971 and by its height if Flags has kVerticalText_Flag set.
1343 /** Returns the advance width of text if kVerticalText_Flag is clear,
1344 and the height of text if kVerticalText_Flag is set.
1359 /** Returns the advance width of text if kVerticalText_Flag is clear,
1360 and the height of text if kVerticalText_Flag is set.
1375 If kVerticalText_Flag is clear, the text fragment fits if its advance width is less than or
1377 If kVerticalText_Flag is set, the text fragment fits if its advance height is less than or
1399 If kVerticalText_Flag is clear, widths returns the horizontal advance.
1400 If kVerticalText_Flag is set, widths returns the vertical advance.