Lines Matching full:ftop
683 verts[0].set(rect.fLeft + rad, rect.fTop + rad);
684 verts[1].set(rect.fLeft - rad, rect.fTop - rad);
685 verts[2].set(rect.fRight - rad, rect.fTop + rad);
686 verts[3].set(rect.fRight + rad, rect.fTop - rad);
696 return SkScalarIsInt(r.fLeft) && SkScalarIsInt(r.fTop) &&
760 point.fY >= rect.fTop && point.fY <= rect.fBottom;
864 vertex[0].set(rect.fLeft, rect.fTop);
865 vertex[1].set(rect.fRight, rect.fTop);
868 vertex[4].set(rect.fLeft, rect.fTop);
1496 sampleM.preTranslate(SkIntToScalar(srcRect.fLeft), SkIntToScalar(srcRect.fTop));