Home
last modified time | relevance | path

Searched refs:aExtents (Results 1 – 25 of 50) sorted by relevance

12

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mdenoise/
H A Dregiontest.cc72 Extent aExtents[] = { {1, 4, 5}, {1, 15, 16}, {1, 6, 10}, in main() local
80 for (i = 0; i < sizeof (aExtents) / sizeof (aExtents[0]); i++) in main()
85 oTestRegion.Union (eStatus, aExtents[i].m_nY, in main()
86 aExtents[i].m_nXStart, aExtents[i].m_nXEnd); in main()
89 printf ("After adding [%d,%d-%d]: ", aExtents[i].m_nY, in main()
90 aExtents[i].m_nXStart, aExtents[i].m_nXEnd); in main()
98 Extent aExtents[] = { {1, 0, 2}, {1, 1, 2}, {1, 3, 5}, in main() local
106 for (i = 0; i < sizeof (aExtents) / sizeof (aExtents[0]); i++) in main()
111 oTestRegion.Subtract (eStatus, aExtents[i].m_nY, in main()
112 aExtents[i].m_nXStart, aExtents[i].m_nXEnd); in main()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DDeck.cxx281 tools::Rectangle aExtents; in ShowPanel() local
282 if (!rPanel.get_extents(aExtents)) in ShowPanel()
285 auto nPanelTop = aExtents.Top(); in ShowPanel()
286 auto nPanelBottom = aExtents.Bottom() - 1; in ShowPanel()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFT2FontBase.cpp95 gfxFT2FontBase::GetGlyphExtents(uint32_t aGlyph, cairo_text_extents_t* aExtents) in GetGlyphExtents() argument
97 NS_PRECONDITION(aExtents != nullptr, "aExtents must not be NULL"); in GetGlyphExtents()
108 cairo_scaled_font_glyph_extents(CairoScaledFont(), glyphs, 1, aExtents); in GetGlyphExtents()
H A DgfxGlyphExtents.cpp39 DrawTarget* aDrawTarget, uint32_t aGlyphID, gfxRect* aExtents) in GetTightGlyphExtentsAppUnits() argument
64 *aExtents = gfxRect(entry->x, entry->y, entry->width, entry->height); in GetTightGlyphExtentsAppUnits()
H A DgfxFT2Utils.cpp333 gfxFT2LockedFace::GetCharExtents(char aChar, cairo_text_extents_t* aExtents) in GetCharExtents() argument
335 NS_PRECONDITION(aExtents != nullptr, "aExtents must not be NULL"); in GetCharExtents()
342 mGfxFont->GetGlyphExtents(gid, aExtents); in GetCharExtents()
H A DgfxHarfBuzzShaper.cpp587 hb_glyph_extents_t *aExtents) const in GetGlyphExtents()
597 aExtents->x_bearing = 0; in GetGlyphExtents()
598 aExtents->y_bearing = 0; in GetGlyphExtents()
599 aExtents->width = 0; in GetGlyphExtents()
600 aExtents->height = 0; in GetGlyphExtents()
605 aExtents->x_bearing = FloatToFixed(int16_t(glyf->xMin) * f); in GetGlyphExtents()
606 aExtents->width = in GetGlyphExtents()
611 aExtents->y_bearing = in GetGlyphExtents()
614 aExtents->height = in GetGlyphExtents()
H A DgfxFT2FontBase.h23 cairo_text_extents_t* aExtents);
H A DgfxFT2Utils.h83 uint32_t GetCharExtents(char aChar, cairo_text_extents_t* aExtents);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFT2FontBase.h26 void GetGlyphExtents(uint32_t aGlyph, cairo_text_extents_t* aExtents);
44 uint32_t GetCharExtents(char aChar, cairo_text_extents_t* aExtents);
H A DgfxGlyphExtents.cpp39 gfxRect *aExtents) { in GetTightGlyphExtentsAppUnits() argument
63 *aExtents = gfxRect(entry->x, entry->y, entry->width, entry->height); in GetTightGlyphExtentsAppUnits()
H A DgfxFT2FontBase.cpp100 cairo_text_extents_t* aExtents) { in GetGlyphExtents() argument
101 NS_PRECONDITION(aExtents != nullptr, "aExtents must not be NULL"); in GetGlyphExtents()
112 cairo_scaled_font_glyph_extents(GetCairoScaledFont(), glyphs, 1, aExtents); in GetGlyphExtents()
145 cairo_text_extents_t* aExtents) { in GetCharExtents() argument
148 GetGlyphExtents(gid, aExtents); in GetCharExtents()
H A DgfxHarfBuzzShaper.cpp573 hb_codepoint_t aGlyph, hb_glyph_extents_t *aExtents) const { in GetGlyphExtents()
582 aExtents->x_bearing = 0; in GetGlyphExtents()
583 aExtents->y_bearing = 0; in GetGlyphExtents()
584 aExtents->width = 0; in GetGlyphExtents()
585 aExtents->height = 0; in GetGlyphExtents()
590 aExtents->x_bearing = FloatToFixed(int16_t(glyf->xMin) * f); in GetGlyphExtents()
591 aExtents->width = in GetGlyphExtents()
596 aExtents->y_bearing = FloatToFixed(int16_t(glyf->yMax) * f - in GetGlyphExtents()
598 aExtents->height = in GetGlyphExtents()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxGlyphExtents.cpp39 gfxRect* aExtents) { in GetTightGlyphExtentsAppUnits() argument
61 *aExtents = gfxRect(entry->x, entry->y, entry->width, entry->height); in GetTightGlyphExtentsAppUnits()
H A DgfxHarfBuzzShaper.cpp564 hb_codepoint_t aGlyph, hb_glyph_extents_t* aExtents) const { in GetGlyphExtents()
573 aExtents->x_bearing = 0; in GetGlyphExtents()
574 aExtents->y_bearing = 0; in GetGlyphExtents()
575 aExtents->width = 0; in GetGlyphExtents()
576 aExtents->height = 0; in GetGlyphExtents()
581 aExtents->x_bearing = FloatToFixed(int16_t(glyf->xMin) * f); in GetGlyphExtents()
582 aExtents->width = in GetGlyphExtents()
587 aExtents->y_bearing = FloatToFixed(int16_t(glyf->yMax) * f - in GetGlyphExtents()
589 aExtents->height = in GetGlyphExtents()
H A DgfxGlyphExtents.h72 uint32_t aGlyphID, gfxRect* aExtents);
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxGlyphExtents.cpp39 gfxRect* aExtents) { in GetTightGlyphExtentsAppUnits() argument
61 *aExtents = gfxRect(entry->x, entry->y, entry->width, entry->height); in GetTightGlyphExtentsAppUnits()
H A DgfxHarfBuzzShaper.cpp574 hb_codepoint_t aGlyph, hb_glyph_extents_t* aExtents) const { in GetGlyphExtents()
583 aExtents->x_bearing = 0; in GetGlyphExtents()
584 aExtents->y_bearing = 0; in GetGlyphExtents()
585 aExtents->width = 0; in GetGlyphExtents()
586 aExtents->height = 0; in GetGlyphExtents()
591 aExtents->x_bearing = FloatToFixed(int16_t(glyf->xMin) * f); in GetGlyphExtents()
592 aExtents->width = in GetGlyphExtents()
597 aExtents->y_bearing = FloatToFixed(int16_t(glyf->yMax) * f - in GetGlyphExtents()
599 aExtents->height = in GetGlyphExtents()
H A DgfxGlyphExtents.h72 uint32_t aGlyphID, gfxRect* aExtents);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxGlyphExtents.cpp39 gfxRect* aExtents) { in GetTightGlyphExtentsAppUnits() argument
61 *aExtents = gfxRect(entry->x, entry->y, entry->width, entry->height); in GetTightGlyphExtentsAppUnits()
H A DgfxHarfBuzzShaper.cpp564 hb_codepoint_t aGlyph, hb_glyph_extents_t* aExtents) const { in GetGlyphExtents()
573 aExtents->x_bearing = 0; in GetGlyphExtents()
574 aExtents->y_bearing = 0; in GetGlyphExtents()
575 aExtents->width = 0; in GetGlyphExtents()
576 aExtents->height = 0; in GetGlyphExtents()
581 aExtents->x_bearing = FloatToFixed(int16_t(glyf->xMin) * f); in GetGlyphExtents()
582 aExtents->width = in GetGlyphExtents()
587 aExtents->y_bearing = FloatToFixed(int16_t(glyf->yMax) * f - in GetGlyphExtents()
589 aExtents->height = in GetGlyphExtents()
H A DgfxGlyphExtents.h72 uint32_t aGlyphID, gfxRect* aExtents);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxGlyphExtents.cpp39 gfxRect* aExtents) { in GetTightGlyphExtentsAppUnits() argument
61 *aExtents = gfxRect(entry->x, entry->y, entry->width, entry->height); in GetTightGlyphExtentsAppUnits()
H A DgfxHarfBuzzShaper.cpp559 hb_codepoint_t aGlyph, hb_glyph_extents_t* aExtents) const { in GetGlyphExtents()
568 aExtents->x_bearing = 0; in GetGlyphExtents()
569 aExtents->y_bearing = 0; in GetGlyphExtents()
570 aExtents->width = 0; in GetGlyphExtents()
571 aExtents->height = 0; in GetGlyphExtents()
576 aExtents->x_bearing = FloatToFixed(int16_t(glyf->xMin) * f); in GetGlyphExtents()
577 aExtents->width = in GetGlyphExtents()
582 aExtents->y_bearing = FloatToFixed(int16_t(glyf->yMax) * f - in GetGlyphExtents()
584 aExtents->height = in GetGlyphExtents()
H A DgfxGlyphExtents.h72 uint32_t aGlyphID, gfxRect* aExtents);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_router.h210 void SetVisibleViewArea( const BOX2I& aExtents ) { m_visibleViewArea = aExtents; } in SetVisibleViewArea() argument

12