/third_party/flutter/skia/include/core/ |
D | SkSurfaceProps.h | 27 static inline bool SkPixelGeometryIsRGB(SkPixelGeometry geo) { in SkPixelGeometryIsRGB() 32 static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) { in SkPixelGeometryIsBGR() 37 static inline bool SkPixelGeometryIsH(SkPixelGeometry geo) { in SkPixelGeometryIsH() 42 static inline bool SkPixelGeometryIsV(SkPixelGeometry geo) { in SkPixelGeometryIsV()
|
/third_party/skia/include/core/ |
D | SkSurfaceProps.h | 27 static inline bool SkPixelGeometryIsRGB(SkPixelGeometry geo) { in SkPixelGeometryIsRGB() 32 static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) { in SkPixelGeometryIsBGR() 37 static inline bool SkPixelGeometryIsH(SkPixelGeometry geo) { in SkPixelGeometryIsH() 42 static inline bool SkPixelGeometryIsV(SkPixelGeometry geo) { in SkPixelGeometryIsV()
|
/third_party/boost/libs/geometry/test/iterators/ |
D | ever_circling_iterator.cpp | 32 void test_geometry(G const& geo) in test_geometry() 91 G geo; in test_geometry() local 114 void test_transformed_geometry(G const& geo) in test_transformed_geometry() 123 G geo; in test_transformed_geometry() local
|
/third_party/skia/experimental/skrive/src/ |
D | Shape.cpp | 44 } else if (const Geometry* geo = *child) { in onRevalidate() local 58 for (const auto& geo : fGeometries) { in onRender() local
|
/third_party/boost/boost/graph/ |
D | geodesic_distance.hpp | 136 const Graph& g, DistanceMatrixMap dist, GeodesicMap geo, Measure measure) in all_mean_geodesics() 180 const Graph& g, DistanceMatrixMap dist, GeodesicMap geo) in all_mean_geodesics() 197 const Graph& g, GeodesicMap geo, Measure measure) in small_world_distance() 209 const Graph& g, GeodesicMap geo) in small_world_distance()
|
/third_party/flutter/skia/modules/sksg/include/ |
D | SkSGDraw.h | 26 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make()
|
/third_party/skia/modules/sksg/include/ |
D | SkSGDraw.h | 26 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make()
|
/third_party/NuttX/drivers/bch/ |
D | bchlib_setup.c | 50 struct geometry geo; in bchlib_setup() local
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | PuckerBloat.cpp | 31 explicit PuckerBloatEffect(sk_sp<sksg::GeometryNode> geo) : INHERITED({std::move(geo)}) {} in PuckerBloatEffect() 42 SkPath onRevalidateEffect(const sk_sp<GeometryNode>& geo) override { in onRevalidateEffect()
|
D | MergePaths.cpp | 22 for (auto& geo : geos) { in MergeGeometry() local
|
D | ShapeLayer.cpp | 241 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this)) { in attachShape() local 291 auto geo = drawGeos.size() > 1 in attachShape() local 351 for (auto& geo : geos) { in attachShape() local
|
D | FillStroke.cpp | 95 sk_sp<sksg::GeometryNode> geo) in DashAdapter()
|
/third_party/boost/libs/geometry/test/views/ |
D | reversible_view.cpp | 57 Geometry geo; in test_geometry() local
|
D | closeable_view.cpp | 107 Geometry geo; in test_geometry() local
|
D | reversible_closeable.cpp | 114 Geometry geo; in test_geometry() local
|
/third_party/skia/src/gpu/ops/ |
D | AtlasTextOp.cpp | 62 Geometry* geo, in AtlasTextOp() 87 Geometry* geo, in AtlasTextOp() 115 void* geo = alloc->makeBytesAlignedTo(sizeof(Geometry), alignof(Geometry)); in MakeForBlob() local 281 for (const Geometry* geo = fHead; geo != nullptr; geo = geo->fNext) { in onPrepareDraws() local
|
/third_party/flutter/skia/tests/ |
D | GrShapeTest.cpp | 518 TestCase(const Geo& geo, const SkPaint& paint, skiatest::Reporter* r, in TestCase() 767 static void test_basic(skiatest::Reporter* reporter, const Geo& geo) { in test_basic() 864 static void test_scale(skiatest::Reporter* reporter, const Geo& geo) { in test_scale() 935 static void test_stroke_param_impl(skiatest::Reporter* reporter, const Geo& geo, in test_stroke_param_impl() 1011 static void test_stroke_param(skiatest::Reporter* reporter, const Geo& geo, in test_stroke_param() 1016 static void test_stroke_cap(skiatest::Reporter* reporter, const Geo& geo) { in test_stroke_cap() 1038 static void test_stroke_join(skiatest::Reporter* reporter, const Geo& geo) { in test_stroke_join() 1056 static void test_miter_limit(skiatest::Reporter* reporter, const Geo& geo) { in test_miter_limit() 1094 static void test_dash_fill(skiatest::Reporter* reporter, const Geo& geo) { in test_dash_fill() 1107 void test_null_dash(skiatest::Reporter* reporter, const Geo& geo) { in test_null_dash() [all …]
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 525 TestCase(const Geo& geo, const SkPaint& paint, skiatest::Reporter* r, in TestCase() 777 static void test_basic(skiatest::Reporter* reporter, const Geo& geo) { in test_basic() 874 static void test_scale(skiatest::Reporter* reporter, const Geo& geo) { in test_scale() 945 static void test_stroke_param_impl(skiatest::Reporter* reporter, const Geo& geo, in test_stroke_param_impl() 1021 static void test_stroke_param(skiatest::Reporter* reporter, const Geo& geo, in test_stroke_param() 1026 static void test_stroke_cap(skiatest::Reporter* reporter, const Geo& geo) { in test_stroke_cap() 1048 static void test_stroke_join(skiatest::Reporter* reporter, const Geo& geo) { in test_stroke_join() 1066 static void test_miter_limit(skiatest::Reporter* reporter, const Geo& geo) { in test_miter_limit() 1104 static void test_dash_fill(skiatest::Reporter* reporter, const Geo& geo) { in test_dash_fill() 1117 void test_null_dash(skiatest::Reporter* reporter, const Geo& geo) { in test_null_dash() [all …]
|
/third_party/boost/libs/geometry/test/robustness/overlay/linear_areal/ |
D | recursive_polygons_linear_areal.cpp | 121 inside_check(Geometry const& geo, bool& result) in inside_check() 152 outside_check(Geometry const& geo, bool& result) in outside_check() 232 border_check(Geometry const& geo, bool& result) in border_check()
|
/third_party/ffmpeg/libavdevice/ |
D | xcbgrab.c | 113 xcb_get_geometry_reply_t *geo) in xcbgrab_reposition() 334 xcb_get_geometry_reply_t *geo, in xcbgrab_draw_mouse() 421 xcb_get_geometry_reply_t *geo = NULL; in xcbgrab_read_packet() local 577 xcb_get_geometry_reply_t *geo; in create_stream() local
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | ShapeLayer.cpp | 262 for (auto& geo : geos) { in Merge() local 596 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson, this)) { in attachShape() local 639 auto geo = drawGeos.size() > 1 in attachShape() local 699 for (auto& geo : geos) { in attachShape() local
|
/third_party/ntfs-3g/libntfs-3g/ |
D | device.c | 637 { struct hd_geometry geo; in ntfs_device_partition_start_sector_get() local 760 { struct hd_geometry geo; in ntfs_device_get_geo() local
|
/third_party/skia/samplecode/ |
D | SampleSG.cpp | 88 auto geo = info->fGeo; in onClick() local
|
/third_party/flutter/skia/samplecode/ |
D | SampleSG.cpp | 88 auto geo = info->fGeo; in onClick() local
|
/third_party/flutter/skia/gm/ |
D | surface.cpp | 46 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface()
|