Home | History | Annotate | Download | only in common

Lines Matching defs:Shape

1206     unsigned int     Shape;
1250 /* If high byte of currLink > 0 then more than one shape */
1295 * get the proper shape according to link ability of neighbors
1299 Shape = shapeTable[nextLink & (LINKR + LINKL)]
1304 Shape &= 1;
1309 Shape = 1;
1311 Shape = 0;
1314 Shape = 1;
1316 Shape = 0;
1328 dest[i] = 0xFE70 + IrrelevantPos[(dest[i] - 0x064B)] + Shape;
1331 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape);
1333 dest[i] = (UChar)(0xFE70 + (currLink >> 8) + Shape);
1672 * "shape" the digits in-place.