Home | History | Annotate | Download | only in core

Lines Matching refs:Is

4  * Use of this source code is governed by a BSD-style license that can be
49 typedef Pattern3<Is<PushCull>, Star<Is<NoOp> >, Is<PopCull> > Pattern;
65 typedef Pattern3<Is<Save>,
66 Star<Or<Is<NoOp>, IsDraw> >,
67 Is<Restore> >
79 typedef Pattern3<Is<Save>,
80 Star<Not<Or3<Is<Save>,
81 Is<Restore>,
83 Is<Restore> >
110 typedef Pattern3<Is<SaveLayer>, IsDraw, Is<Restore> > Pattern;
115 // SaveLayer with bounds is too tricky for us.
136 // Too fancy for us. Actually, as long as layerColor is just an alpha
177 typedef Pattern1<Is<DrawPosText> > Pattern;
196 // draw->pos is points SkPoints, [(x,y),(x,y),(x,y),(x,y), ... ].
221 typedef Pattern1<Is<DrawPosTextH> > Pattern;
234 // top and bottom metrics is slow, and this overapproximation should be good enough.