Home
last modified time | relevance | path

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

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowreports/
H A Dwindowreports.cpp125 …const cBox<cPosition> frameArea (getPosition() + cPosition (18, 15), getPosition() + cPosition (18… in cWindowReports() local
129 unitsFrame = addChild (std::make_unique<cFrame> (frameArea)); in cWindowReports()
130 …unitsList = unitsFrame->addChild (std::make_unique<cListView<cReportUnitListViewItem>> (frameArea)… in cWindowReports()
135 disadvantagesFrame = addChild (std::make_unique<cFrame> (frameArea)); in cWindowReports()
136 …> (frameArea.getMinCorner() + cPosition (0, (players.size() / cReportDisadvantagesListViewItem::ma… in cWindowReports()
148 scoreFrame = addChild (std::make_unique<cFrame> (frameArea)); in cWindowReports()
182 reportsFrame = addChild (std::make_unique<cFrame> (frameArea)); in cWindowReports()
183 …ist = reportsFrame->addChild (std::make_unique<cListView<cReportMessageListViewItem>> (frameArea)); in cWindowReports()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/geost/
H A DObstacleObjectFrame.java87 private int frameArea; field in ObstacleObjectFrame
185 frameArea = 0; in clearFrame()
282 frameArea = domain.area(); in updateFrame()
409 frameArea = 0; in updateFrame()
411 frameArea += frameComponent.area(); in updateFrame()
415 frameArea++; //just to make sure that area made of thin parts are not discarded in updateFrame()
559 return frameArea; in cardInfeasible()
/dports/cad/magic/magic-8.3.245/windows/
H A DwindMove.c256 WindCreate(client, frameArea, isHint, argc, argv) in WindCreate() argument
258 Rect *frameArea; /* The area that the window is to occupy */
300 if (frameArea == (Rect *) NULL)
322 w->w_frameArea = *frameArea;
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutTableArea.h62 …cumentLayout::PaintContext &context, const QTextTableCell &tableCell, KoTextLayoutArea *frameArea);
H A DKoTextLayoutTableArea.cpp967 …ocumentLayout::PaintContext &context, const QTextTableCell &tableCell, KoTextLayoutArea *frameArea) in paintCell() argument
1013 frameArea->paint(painter, context); in paintCell()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutTableArea.h64 …cumentLayout::PaintContext &context, const QTextTableCell &tableCell, KoTextLayoutArea *frameArea);
H A DKoTextLayoutTableArea.cpp1021 …ocumentLayout::PaintContext &context, const QTextTableCell &tableCell, KoTextLayoutArea *frameArea) in paintCell() argument
1067 frameArea->paint(painter, context); in paintCell()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_mac_Fonts.mm382 const Rectangle<float> frameArea = area.withHeight (minCTFrameHeight);
385 return frameArea.withBottomY (area.getBottom());
387 return Rectangle<float> (frameArea);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_mac_Fonts.mm370 auto frameArea = area.withHeight (minCTFrameHeight);
373 return frameArea.withBottomY (area.getBottom());
375 return frameArea;
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsDisplayList.cpp6475 uint64_t frameArea = uint64_t(frameSize.width) * frameSize.height; in ShouldPrerenderTransformedContent() local
6476 if (frameArea <= maxLimitArea && frameSize <= absoluteLimit) { in ShouldPrerenderTransformedContent()
6489 if (frameArea > maxLimitArea) { in ShouldPrerenderTransformedContent()
6496 int(frameArea / (appUnitsPerPixel * appUnitsPerPixel)), in ShouldPrerenderTransformedContent()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsDisplayList.cpp7981 uint64_t frameArea = uint64_t(frameSize.width) * frameSize.height; in ShouldPrerenderTransformedContent() local
7982 if (frameArea <= maxLimitArea && frameSize <= absoluteLimit) { in ShouldPrerenderTransformedContent()
7995 if (frameArea > maxLimitArea) { in ShouldPrerenderTransformedContent()
8002 int(frameArea / (appUnitsPerPixel * appUnitsPerPixel)), in ShouldPrerenderTransformedContent()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsDisplayList.cpp7981 uint64_t frameArea = uint64_t(frameSize.width) * frameSize.height; in ShouldPrerenderTransformedContent() local
7982 if (frameArea <= maxLimitArea && frameSize <= absoluteLimit) { in ShouldPrerenderTransformedContent()
7995 if (frameArea > maxLimitArea) { in ShouldPrerenderTransformedContent()
8002 int(frameArea / (appUnitsPerPixel * appUnitsPerPixel)), in ShouldPrerenderTransformedContent()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsDisplayList.cpp7903 uint64_t frameArea = uint64_t(frameSize.width) * frameSize.height; in ShouldPrerenderTransformedContent() local
7904 if (frameArea <= maxLimitArea && frameSize <= absoluteLimit) { in ShouldPrerenderTransformedContent()
7913 if (frameArea > maxLimitArea) { in ShouldPrerenderTransformedContent()
7920 int(frameArea / (appUnitsPerPixel * appUnitsPerPixel)), in ShouldPrerenderTransformedContent()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsDisplayList.cpp7788 uint64_t frameArea = uint64_t(frameSize.width) * frameSize.height; in ShouldPrerenderTransformedContent() local
7789 if (frameArea <= maxLimitArea && frameSize <= absoluteLimit) { in ShouldPrerenderTransformedContent()
7802 if (frameArea > maxLimitArea) { in ShouldPrerenderTransformedContent()
7809 int(frameArea / (appUnitsPerPixel * appUnitsPerPixel)), in ShouldPrerenderTransformedContent()