Home | History | Annotate | Download | only in gpu

Lines Matching refs:fBottom

737     verts[4].set(rect.fRight - rad, rect.fBottom - rad);
738 verts[5].set(rect.fRight + rad, rect.fBottom + rad);
739 verts[6].set(rect.fLeft + rad, rect.fBottom - rad);
740 verts[7].set(rect.fLeft - rad, rect.fBottom + rad);
747 SkScalarIsInt(r.fRight) && SkScalarIsInt(r.fBottom);
792 point.fY >= rect.fTop && point.fY <= rect.fBottom;
903 vertex[2].set(rect.fRight, rect.fBottom);
904 vertex[3].set(rect.fLeft, rect.fBottom);