Lines Matching refs:subRun
772 SubRun* subRun = &fSubRunInfo.back(); in switchSubRunIfNeededAndAppendGlyph() local
773 if (fInitialized && subRun->maskFormat() != format) { in switchSubRunIfNeededAndAppendGlyph()
774 subRun = pushBackSubRun(fDescriptor, fColor); in switchSubRunIfNeededAndAppendGlyph()
775 subRun->setStrike(strike); in switchSubRunIfNeededAndAppendGlyph()
777 subRun->setStrike(strike); in switchSubRunIfNeededAndAppendGlyph()
781 subRun->setMaskFormat(format); in switchSubRunIfNeededAndAppendGlyph()
782 subRun->setNeedsTransform(needsTransform); in switchSubRunIfNeededAndAppendGlyph()
783 subRun->appendGlyph(glyph, destRect); in switchSubRunIfNeededAndAppendGlyph()
911 auto subRun = run->initARGBFallback(); in processSourceFallback() local
914 subRun->setStrike(grStrike); in processSourceFallback()
915 subRun->setHasWCoord(hasW); in processSourceFallback()
930 auto subRun = run->initARGBFallback(); in processDeviceFallback() local
932 subRun->setStrike(grStrike); in processDeviceFallback()