Home | History | Annotate | Download | only in core

Lines Matching full:dststride

1042                                                   size_t dstStride, const SkPoint3 src[],
1051 if (srcStride == sizeof(SkPoint3) && dstStride == sizeof(SkPoint3)) {
1056 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride);
1076 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride);