Searched refs:lineLength (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkMessage.c | 74 int lineLength; /* Length of each line, in pixels. Computed member in struct:__anon411 250 msgPtr->lineLength = 0; 606 msgPtr->lineLength = maxWidth; 638 int x, y, lineLength, numChars, charsLeft; 681 msgPtr->lineLength, 0, TK_WHOLE_WORDS|TK_AT_LEAST_ONE, 682 &lineLength); 688 x = ((int) (Tk_Width(tkwin) - msgPtr->lineLength))/2; 692 - msgPtr->lineLength; 696 x += (msgPtr->lineLength - lineLength)/ 632 int x, y, lineLength, numChars, charsLeft; local [all...] |
H A D | tkTextIndex.c | 614 int lineLength; 628 lineLength = 0; 631 lineLength += segPtr->size; 639 if (dstPtr->charIndex < lineLength) { 642 dstPtr->charIndex -= lineLength; 645 dstPtr->charIndex = lineLength - 1; 606 int lineLength; local
|
H A D | tkImgPhoto.c | 3646 int bitsPerPixel, bytesPerLine, lineLength; 3702 lineLength = masterPtr->width * 3; 3703 srcLinePtr = masterPtr->pix24 + yStart * lineLength + xStart * 3; 3704 errLinePtr = instancePtr->error + yStart * lineLength + xStart * 3; 3751 c += errPtr[-lineLength-3]; 3753 c += errPtr[-lineLength] * 5; 3755 c += errPtr[-lineLength+3] * 3; 3822 c += errPtr[-lineLength-1]; 3824 c += errPtr[-lineLength] * 5; 3826 c += errPtr[-lineLength 3618 int bitsPerPixel, bytesPerLine, lineLength; local [all...] |
Completed in 30 milliseconds