Searched refs:IOFBLineSeg (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOGraphics-485/tools/
H A Dfitline.c456 struct IOFBLineSeg struct
464 typedef struct IOFBLineSeg IOFBLineSeg; typedef in typeref:struct:IOFBLineSeg
466 static void IOFBSegDist(const uint16_t data[], IOFBLineSeg * seg)
491 IOFBLineSeg * seg, uint16_t start, uint16_t end)
501 IOFBLineSeg * segs, uint16_t count, uint16_t maxCount,
517 bcopy(&segs[furthest+1], &segs[furthest+2], (count - furthest - 1) * sizeof(IOFBLineSeg));
568 IOFBLineSeg * segs;
570 segs = malloc(maxCount * sizeof(IOFBLineSeg));
571 memset(segs, 0xee, maxCount * sizeof(IOFBLineSeg));
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1445 struct IOFBLineSeg struct
1453 typedef struct IOFBLineSeg IOFBLineSeg; typedef in typeref:struct:IOFBLineSeg
1456 IOFBSegDist(const uint16_t data[], IOFBLineSeg * seg)
1481 IOFBSegInit(const uint16_t data[], IOFBLineSeg * seg, uint16_t start, uint16_t end)
1491 IOFBLineSeg * segs, uint16_t count, uint16_t maxCount,
1507 bcopy(&segs[furthest+1], &segs[furthest+2], (count - furthest - 1) * sizeof(IOFBLineSeg));
1551 IOFBLineSeg * segs;
1557 segs = IONew(IOFBLineSeg, maxCount);
1568 IODelete(segs, IOFBLineSeg, maxCoun
[all...]

Completed in 148 milliseconds