Home | History | Annotate | Download | only in core

Lines Matching defs:needSeparator

2490         bool needSeparator = false;
2491 SkAddFlagToString(str, this->isAntiAlias(), "AntiAlias", &needSeparator);
2492 SkAddFlagToString(str, this->isDither(), "Dither", &needSeparator);
2493 SkAddFlagToString(str, this->isUnderlineText(), "UnderlineText", &needSeparator);
2494 SkAddFlagToString(str, this->isStrikeThruText(), "StrikeThruText", &needSeparator);
2495 SkAddFlagToString(str, this->isFakeBoldText(), "FakeBoldText", &needSeparator);
2496 SkAddFlagToString(str, this->isLinearText(), "LinearText", &needSeparator);
2497 SkAddFlagToString(str, this->isSubpixelText(), "SubpixelText", &needSeparator);
2498 SkAddFlagToString(str, this->isDevKernText(), "DevKernText", &needSeparator);
2499 SkAddFlagToString(str, this->isLCDRenderText(), "LCDRenderText", &needSeparator);
2501 "EmbeddedBitmapText", &needSeparator);
2502 SkAddFlagToString(str, this->isAutohinted(), "Autohinted", &needSeparator);
2503 SkAddFlagToString(str, this->isVerticalText(), "VerticalText", &needSeparator);
2505 "GenA8FromLCD", &needSeparator);