Lines Matching refs:hkscs
291 s->hkscs.mapping =
293 if (!s->hkscs.mapping)
296 s->hkscs.reverse = FontMapReverse(s->hkscs.mapping);
297 if (!s->hkscs.reverse)
300 s->hkscs.buf = -1;
312 r = FontEncRecode(n, s->hkscs.mapping);
323 return s->hkscs.reverse->reverse(n, s->hkscs.reverse->data);
329 if (s->hkscs.buf < 0) {
332 s->hkscs.buf = (int) c;
337 s->hkscs.buf = -1;
340 if (s->hkscs.buf < 0xFF && c < 0xFF)
341 b = (int) ((unsigned) (s->hkscs.buf << 8) + c);
344 s->hkscs.buf = -1;