Home | History | Annotate | Download | only in font

Lines Matching full:destination

237     SkPoint destination[4];
244 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
246 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
248 destination[2].set(destination[1].fX + tangent->fY * height,
249 destination[1].fY - tangent->fX * height);
250 destination[3].set(destination[0].fX + tangent->fY * height,
251 destination[0].fY - tangent->fX * height);
259 position->x() + destination[0].x(),
260 position->y() + destination[0].y(), u1, v2,
261 position->x() + destination[1].x(),
262 position->y() + destination[1].y(), u2, v2,
263 position->x() + destination[2].x(),
264 position->y() + destination[2].y(), u2, v1,
265 position->x() + destination[3].x(),
266 position->y() + destination[3].y(), u1, v1,