Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrFixed

256     GrFixed dx = (srcW << 16) / dstW;
257 GrFixed dy = (srcH << 16) / dstH;
259 GrFixed y = dy >> 1;
263 GrFixed x = dx >> 1;