Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
391 auto that = t->cast<AtlasTextOp>();
393 if (fDFGPFlags != that->fDFGPFlags ||
394 fMaskType != that->fMaskType ||
395 fUsesLocalCoords != that->fUsesLocalCoords ||
396 fNeedsGlyphTransform != that->fNeedsGlyphTransform ||
397 fHasPerspective != that->fHasPerspective ||
398 fUseGammaCorrectDistanceTable != that->fUseGammaCorrectDistanceTable) {
403 if (fProcessors != that->fProcessors) {
411 const SkMatrix& thatFirstMatrix = that->fHead->fDrawMatrix;
418 SkASSERT(that->usesDistanceFields());
419 if (fLuminanceColor != that->fLuminanceColor) {
424 fHead->fColor != that->fHead->fColor) {
430 fNumGlyphs += that->fNumGlyphs;
432 // After concat, that's geometry list is emptied so it will not unref the blobs when destructed
433 this->addGeometry(that->fHead);
434 that->fHead = nullptr;