Searched refs:unionIdx (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 948 int unionIdx = 1; in onPrepareDraws() local 958 unionIdx = 2; in onPrepareDraws() 961 memcpy(v0->fHalfPlanes[unionIdx], geom.fUnionPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 962 memcpy(v1->fHalfPlanes[unionIdx], geom.fUnionPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 963 memcpy(v2->fHalfPlanes[unionIdx], geom.fUnionPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 964 memcpy(v3->fHalfPlanes[unionIdx], geom.fUnionPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 965 memcpy(v4->fHalfPlanes[unionIdx], geom.fUnionPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 966 memcpy(v5->fHalfPlanes[unionIdx], geom.fUnionPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 967 memcpy(v6->fHalfPlanes[unionIdx], geom.fUnionPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 968 memcpy(v7->fHalfPlanes[unionIdx], geom.fUnionPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() [all …]
|