Home
last modified time | relevance | path

Searched refs:rectArr (Results 1 – 14 of 14) sorted by relevance

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTed.c108 XRectangle *rectArr; member
1088 rectPtr = rectArr;
1126 Blt_Free(rectArr);
1138 XRectangle *rectArr; local
1171 Blt_Free(rectArr);
1232 Blt_Free(rectArr);
1268 rectArr[count].x = 0;
1283 rectArr[count].y = 0;
1297 tedPtr->rectArr = rectArr;
1371 tedPtr->rectArr[i].x, tedPtr->rectArr[i].y,
[all …]
H A DbltTile.c1048 XRectangle rectArr[], in Blt_TileRectangles() argument
1070 endPtr = rectArr + nRectangles; in Blt_TileRectangles()
1080 for (rectPtr = rectArr; rectPtr < endPtr; rectPtr++) { in Blt_TileRectangles()
1086 for (rectPtr = rectArr; rectPtr < endPtr; rectPtr++) { in Blt_TileRectangles()
1218 XRectangle rectArr[], in Blt_TileRectangles() argument
1228 endPtr = rectArr + nRectangles; in Blt_TileRectangles()
1229 for (rectPtr = rectArr; rectPtr < endPtr; rectPtr++) { in Blt_TileRectangles()
1234 XFillRectangles(Tk_Display(tkwin), drawable, tilePtr->gc, rectArr, in Blt_TileRectangles()
H A DbltPs.c857 Blt_RectanglesToPostScript(tokenPtr, rectArr, nRects) in Blt_RectanglesToPostScript() argument
859 XRectangle rectArr[];
866 (double)rectArr[i].x, (double)rectArr[i].y,
867 (int)rectArr[i].width, (int)rectArr[i].height);
H A DbltTile.h52 Blt_Tile tile, XRectangle *rectArr, int nRects));
H A DbltWin.h183 GC gc, XRectangle *rectArr, int nRects);
197 GC gc, XRectangle *rectArr, int nRects);
H A DbltWinDraw.c876 XRectangle *rectArr, in Blt_EmulateXDrawRectangles() argument
895 rectPtr = rectArr; in Blt_EmulateXDrawRectangles()
1757 XRectangle *rectArr, in Blt_EmulateXFillRectangles() argument
1790 endPtr = rectArr + nRectangles; in Blt_EmulateXFillRectangles()
1791 for (rectPtr = rectArr; rectPtr < endPtr; rectPtr++) { in Blt_EmulateXFillRectangles()
1821 endPtr = rectArr + nRectangles; in Blt_EmulateXFillRectangles()
1822 for (rectPtr = rectArr; rectPtr < endPtr; rectPtr++) { in Blt_EmulateXFillRectangles()
1851 endPtr = rectArr + nRectangles; in Blt_EmulateXFillRectangles()
1852 for (rectPtr = rectArr; rectPtr < endPtr; rectPtr++) { in Blt_EmulateXFillRectangles()
H A DbltPs.h133 XRectangle *rectArr, int nRects));
H A DbltGrLine.c3669 XRectangle *rectArr; local
3678 rectArr = Blt_Malloc(nSymbolPts * sizeof(XRectangle));
3679 rectPtr = rectArr;
3708 rectArr + i, nRects);
3712 rectArr + i, nRects);
3715 Blt_Free(rectArr);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/
H A Dcfde_txtedtpage.cpp77 CFX_RectFArray rectArr; in GetCharRect() local
78 m_pTextSet->GetCharRects(pPiece, rectArr, bBBox); in GetCharRect()
79 rect = rectArr[nIndex - pPiece->nStart]; in GetCharRect()
127 CFX_RectFArray rectArr; in GetCharIndex() local
128 m_pTextSet->GetCharRects(pPiece, rectArr, FALSE); in GetCharIndex()
129 int32_t nRtCount = rectArr.GetSize(); in GetCharIndex()
131 if (rectArr[j].Contains(ptF)) { in GetCharIndex()
149 ? (ptF.y > ((rectArr[j].top + rectArr[j].bottom()) / 2)) in GetCharIndex()
150 : (ptF.x > ((rectArr[j].left + rectArr[j].right()) / 2))) { in GetCharIndex()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/basewidget/
H A Dfwl_editimp.cpp1029 CFX_RectFArray rectArr; in DrawContent() local
1040 rectArr); in DrawContent()
1042 int32_t nCount = rectArr.GetSize(); in DrawContent()
1046 rectArr[i].left += fOffSetX; in DrawContent()
1047 rectArr[i].top += fOffSetY; in DrawContent()
1048 path.AddRectangle(rectArr[i].left, rectArr[i].top, rectArr[i].width, in DrawContent()
1049 rectArr[i].height); in DrawContent()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXDraw.c650 XRectangle *rectArr, in XDrawRectangles() argument
666 for (i = 0, rectPtr = rectArr; i < nRects; i++, rectPtr++) { in XDrawRectangles()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXDraw.c651 XRectangle *rectArr, in XDrawRectangles() argument
667 for (i = 0, rectPtr = rectArr; i < nRects; i++, rectPtr++) { in XDrawRectangles()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXDraw.c1051 XRectangle *rectArr, in XDrawRectangles() argument
1067 for (i = 0, rectPtr = rectArr; i < nRects; i++, rectPtr++) { in XDrawRectangles()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/compose/
H A DTextFlowLine.as1419 //do this loop and only afterwards perform the normalization and addition to the rectArr