Home
last modified time | relevance | path

Searched refs:totalWidth (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp118 float totalWidth = 0; in determineAverageLineWidth() local
123 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()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c538 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()