Home | History | Annotate | Download | only in core

Lines Matching defs:needSeparator

2501         bool needSeparator = false;
2502 SkAddFlagToString(str, this->isAntiAlias(), "AntiAlias", &needSeparator);
2503 SkAddFlagToString(str, this->isDither(), "Dither", &needSeparator);
2504 SkAddFlagToString(str, this->isUnderlineText(), "UnderlineText", &needSeparator);
2505 SkAddFlagToString(str, this->isStrikeThruText(), "StrikeThruText", &needSeparator);
2506 SkAddFlagToString(str, this->isFakeBoldText(), "FakeBoldText", &needSeparator);
2507 SkAddFlagToString(str, this->isLinearText(), "LinearText", &needSeparator);
2508 SkAddFlagToString(str, this->isSubpixelText(), "SubpixelText", &needSeparator);
2509 SkAddFlagToString(str, this->isDevKernText(), "DevKernText", &needSeparator);
2510 needSeparator);
2512 "EmbeddedBitmapText", &needSeparator);
2513 SkAddFlagToString(str, this->isAutohinted(), "Autohinted", &needSeparator);
2514 SkAddFlagToString(str, this->isVerticalText(), "VerticalText", &needSeparator);
2516 "GenA8FromLCD", &needSeparator);