Home
last modified time | relevance | path

Searched refs:nullRange (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/libbase.all/
H A DRange2dTest.cpp46 Range2d<int> nullIntRange2(nullRange); in main()
125 Range2d<int>(nullRange) ); in main()
129 Range2d<int>(nullRange) ); in main()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A DRange2d.h43 nullRange, enumerator
122 Range2d(RangeKind kind=nullRange)
134 case nullRange:
766 return Range2d<T>(nullRange);
781 return Range2d<T>(nullRange);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/directfb/
H A DRenderer_DirectFB.cpp120 if ( wb.is_null() ) return Range2d<int>(nullRange); in world_to_pixel()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/opengles1/
H A DRenderer_gles1.cpp146 if ( wb.is_null() ) return Range2d<int>(nullRange); in world_to_pixel()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DSWFRect.h227 return geometry::Range2d<std::int32_t>(geometry::nullRange); in getRange()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/openvg/
H A DOpenVGRenderer.cpp344 if ( wb.is_null() ) return Range2d<int>(nullRange); in world_to_pixel()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/agg/
H A DRenderer_agg.cpp1885 if ( wb.is_null() ) return Range2d<int>(nullRange); in world_to_pixel()