Searched refs:pLeft (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwideline.c | 975 SpanDataPtr spanData, LineFacePtr pLeft, LineFacePtr pRight) in miLineJoin() argument 991 if (pLeft->dx > 0 || (pLeft->dx == 0 && pLeft->dy > 0)) in miLineJoin() 997 -pLeft->dx * (double) pRight->dy + in miLineJoin() 998 pRight->dx * (double) pLeft->dy; in miLineJoin() 1003 miLineOnePoint(pDrawable, pGC, pixel, spanData, pLeft->x, pLeft->y); in miLineJoin() 1010 pLeft, pRight, (double) 0.0, (double) 0.0, TRUE); in miLineJoin() 1014 -pLeft->dx * (double) pRight->dy + pRight->dx * (double) pLeft->dy; in miLineJoin() 1021 pLeft->xa = -pLeft->xa; in miLineJoin() 1022 pLeft->ya = -pLeft->ya; in miLineJoin() 1023 pLeft->dx = -pLeft->dx; in miLineJoin() [all …]
|
| H A D | miarc.c | 235 static void miArcJoin(DrawablePtr pDraw, GCPtr pGC, miArcFacePtr pLeft, 1342 miArcJoin(DrawablePtr pDraw, GCPtr pGC, miArcFacePtr pLeft, in miArcJoin() argument 1368 Left = *pLeft; in miArcJoin() 1372 pLeft = &Left; in miArcJoin() 1374 if (pRight->clock.x == pLeft->counterClock.x && in miArcJoin() 1375 pRight->clock.y == pLeft->counterClock.y) in miArcJoin() 1378 if (0 <= (a = angleBetween(center, pRight->clock, pLeft->counterClock)) in miArcJoin() 1381 otherCorner = pLeft->counterClock; in miArcJoin() 1384 a = angleBetween(center, pLeft->clock, pRight->counterClock); in miArcJoin() 1385 corner = pLeft->clock; in miArcJoin()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbtext.c | 713 TryCopyStr(char *to, const char *from, int *pLeft) in TryCopyStr() argument 717 if (*pLeft > 0) { in TryCopyStr() 719 if (len < ((*pLeft) - 3)) { in TryCopyStr() 721 *pLeft -= len; in TryCopyStr() 725 *pLeft = -1; in TryCopyStr()
|