Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrPoint

15 #include "GrPoint.h"
179 * Gets a pointer to a GrPoint of a vertex's position or texture
186 * @return pointer to the vertex component as a GrPoint
188 static GrPoint* GetVertexPoint(void* vertices,
193 return GrTCast<GrPoint*>(start + offset +
196 static const GrPoint* GetVertexPoint(const void* vertices,
201 return GrTCast<const GrPoint*>(start + offset +