Home
last modified time | relevance | path

Searched defs:dimension (Results 1 – 25 of 159) sorted by relevance

1234567

/third_party/boost/boost/geometry/core/
Dcoordinate_dimension.hpp41 struct dimension struct
57 struct dimension : dimension<point_tag, typename point_type<T, G>::type> {}; struct
60 struct dimension<point_tag, P> struct
81 struct dimension struct
/third_party/boost/libs/units/test/
Dtest_base_dimension.cpp26 struct dimension : boost::units::base_dimension<dimension, 1> { struct
27 typedef boost::units::base_dimension<dimension, 1> base; argument
Dtest_predicates.cpp45 typedef dimension_tag::dimension_type dimension; typedef
Dtest_complicated_system.cpp55 >::type dimension; typedef
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dgen_blit11helper.py153 def format_shader_include(dimension, blitshader): argument
168 def format_get_blitshader_case_dimension(operation, dimension): argument
179 def format_map_blitshader_case(dimension, blitshader): argument
201 def format_shader_filename(dimension, blitshader): argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dgen_blit11helper.py152 def format_shader_include(dimension, blitshader): argument
167 def format_get_blitshader_case_dimension(operation, dimension): argument
178 def format_map_blitshader_case(dimension, blitshader): argument
200 def format_shader_filename(dimension, blitshader): argument
/third_party/boost/libs/geometry/test/concepts/
Dpoint_concept_checker.cpp36 template <> struct dimension<ro_point> { enum { value = 2 }; }; struct
54 template <> struct dimension<rw_point> { enum { value = 2 }; }; struct
Dpoint_without_setter.cpp31 template <> struct dimension<point> { enum { value = 2 }; }; struct
Dpoint_without_getter.cpp31 template <> struct dimension<point> { enum { value = 2 }; }; argument
Dpoint_without_coordinate_type.cpp31 template <> struct dimension<point> { enum { value = 2 }; }; struct
Dpoint_with_incorrect_dimension.cpp34 template <> struct dimension<point> { enum { value = 3 }; }; struct
Dpoint_well_formed_traits.cpp46 struct dimension<point> struct
48 enum { value = 2 };
/third_party/boost/libs/geometry/test/geometries/concepts/
Dcheck.cpp36 template <> struct dimension<ro_point> { enum { value = 2 }; }; argument
54 template <> struct dimension<rw_point> { enum { value = 2 }; }; struct
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DStorageTextureTests.cpp165 wgpu::TextureViewDimension dimension, in GetImageDeclaration()
300 wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) { in CommonReadOnlyTestCode()
351 wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) { in CommonWriteOnlyTestCode()
406 wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) { in CommonReadWriteTestCode()
473 wgpu::TextureDimension dimension = wgpu::TextureDimension::e2D) { in CreateTexture()
495 wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) { in CreateTextureWithTestData()
597 wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) { in CheckResultInStorageBuffer()
653 wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) { in WriteIntoStorageTextureInComputePass()
676 wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) { in ReadWriteIntoStorageTextureInComputePass()
837 for (wgpu::TextureViewDimension dimension : dimensions) { in TEST_P() local
/third_party/freetype/src/pshinter/
Dpshalgo.c399 FT_Int dimension ) in ps_simple_scale()
438 FT_Int dimension, in psh_hint_align()
847 FT_Int dimension, in psh_hint_table_align_hints()
1081 FT_Int dimension ) in psh_glyph_load_points()
1115 FT_Int dimension ) in psh_glyph_save_points()
1565 FT_Int dimension ) in psh_glyph_find_strong_points()
1719 FT_Int dimension ) in psh_glyph_interpolate_strong_points()
1770 FT_Int dimension ) in psh_glyph_interpolate_normal_points()
1924 FT_Int dimension ) in psh_glyph_interpolate_other_points()
2080 FT_Int dimension; in ps_hints_apply() local
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c400 FT_Int dimension ) in ps_simple_scale()
439 FT_Int dimension, in psh_hint_align()
848 FT_Int dimension, in psh_hint_table_align_hints()
1082 FT_Int dimension ) in psh_glyph_load_points()
1116 FT_Int dimension ) in psh_glyph_save_points()
1557 FT_Int dimension ) in psh_glyph_find_strong_points()
1711 FT_Int dimension ) in psh_glyph_interpolate_strong_points()
1762 FT_Int dimension ) in psh_glyph_interpolate_normal_points()
1916 FT_Int dimension ) in psh_glyph_interpolate_other_points()
2072 FT_Int dimension; in ps_hints_apply() local
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c400 FT_Int dimension ) in ps_simple_scale()
439 FT_Int dimension, in psh_hint_align()
848 FT_Int dimension, in psh_hint_table_align_hints()
1082 FT_Int dimension ) in psh_glyph_load_points()
1116 FT_Int dimension ) in psh_glyph_save_points()
1566 FT_Int dimension ) in psh_glyph_find_strong_points()
1720 FT_Int dimension ) in psh_glyph_interpolate_strong_points()
1771 FT_Int dimension ) in psh_glyph_interpolate_normal_points()
1925 FT_Int dimension ) in psh_glyph_interpolate_other_points()
2081 FT_Int dimension; in ps_hints_apply() local
/third_party/boost/boost/random/detail/
Dqrng_base.hpp64 explicit qrng_base(std::size_t dimension) in qrng_base()
79 std::size_t dimension() const { return quasi_state.size(); } in dimension() function in boost::random::qrng_detail::qrng_base
250 static std::size_t prevent_zero_dimension(std::size_t dimension) in prevent_zero_dimension()
/third_party/boost/libs/gil/test/extension/io/
Dsubimage_test.hpp19 …:string const& filename, boost::gil::point_t const& top_left, boost::gil::point_t const& dimension) in run_subimage_test()
/third_party/boost/boost/geometry/index/detail/rtree/utilities/
Dprint.hpp79 static const size_t dimension = geometry::dimension<Indexable>::value; member
94 static const size_t dimension = geometry::dimension<Indexable>::value; member
107 static const size_t dimension = geometry::dimension<Indexable>::value; member
/third_party/boost/libs/geometry/test/test_geometries/
Dcustom_lon_lat_point.hpp53 struct dimension<rw_lon_lat_point<CoordinateType, CoordinateSystem> > struct
111 struct dimension<ro_lon_lat_point<CoordinateType, CoordinateSystem> > struct
/third_party/boost/libs/graph/example/
Dgrid_graph_properties.cpp20 const unsigned int dimension = 5; in main() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJScalingFactor.java78 public int getScaled(int dimension) { in getScaled()
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJScalingFactor.java78 public int getScaled(int dimension) { in getScaled()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafhints.c244 int dimension ) in af_get_segment_index()
289 int dimension ) in af_get_edge_index()
303 int dimension ) in af_get_strong_edge_index()
438 FT_Int dimension; in af_glyph_hints_dump_segments() local
501 FT_Int dimension, in af_glyph_hints_get_num_segments()
527 FT_Int dimension, in af_glyph_hints_get_segment_offset()
577 FT_Int dimension; in af_glyph_hints_dump_edges() local

1234567