Searched refs:totalWidth (Results 1 – 2 of 2) sorted by relevance
118 float totalWidth = 0; in determineAverageLineWidth() local123 totalWidth += (*it->second)->metrics.advance + spacing; in determineAverageLineWidth()127 int32_t targetLineCount = ::fmax(1, std::ceil(totalWidth / maxWidth)); in determineAverageLineWidth()128 return totalWidth / targetLineCount; in determineAverageLineWidth()
538 length = PixmapBytePad(stuff->totalWidth, 1); in ProcShmPutImage()543 length = PixmapBytePad(stuff->totalWidth, 1); in ProcShmPutImage()549 length = PixmapBytePad(stuff->totalWidth, stuff->depth); in ProcShmPutImage()564 client->errorValue = stuff->totalWidth; in ProcShmPutImage()567 if (stuff->srcX > stuff->totalWidth) { in ProcShmPutImage()575 if ((stuff->srcX + stuff->srcWidth) > stuff->totalWidth) { in ProcShmPutImage()590 ((stuff->srcX + stuff->srcWidth) == stuff->totalWidth)) in ProcShmPutImage()593 stuff->totalWidth, stuff->srcHeight, in ProcShmPutImage()599 stuff->totalWidth, stuff->totalHeight, in ProcShmPutImage()1432 swaps(&stuff->totalWidth); in SProcShmPutImage()