Lines Matching refs:GrTCast
1081 intptr_t start = GrTCast<intptr_t>(vertices);
1082 return GrTCast<GrPoint*>(start + offset +
1089 intptr_t start = GrTCast<intptr_t>(vertices);
1090 return GrTCast<const GrPoint*>(start + offset +
1106 intptr_t start = GrTCast<intptr_t>(vertices);
1107 return GrTCast<GrColor*>(start + offset +
1114 const intptr_t start = GrTCast<intptr_t>(vertices);
1115 return GrTCast<const GrColor*>(start + offset +