Lines Matching refs:tx
199 CGAffineTransform tx = CGAffineTransformMake(
209 CGContextSetTextMatrix(cgRef, CGAffineTransformConcat(ctmText, tx));
214 advances[i] = CGSizeApplyAffineTransform(advances[i], tx);
235 CGAffineTransform tx = strike->fFontTx;
241 tx = CGAffineTransformConcat(tx, CGAffineTransformMakeScale(invScale, invScale));
242 CGContextConcatCTM(cgRef, tx);
537 CGAffineTransform tx = strike->fFontTx;
538 tx.tx += x;
539 tx.ty += y;
540 CGContextConcatCTM(cgRef, tx);