Home
last modified time | relevance | path

Searched defs:geo (Results 1 – 25 of 48) sorted by relevance

12

/third_party/flutter/skia/include/core/
DSkSurfaceProps.h27 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/
DSkSurfaceProps.h27 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/
Dever_circling_iterator.cpp32 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/
DShape.cpp44 } else if (const Geometry* geo = *child) { in onRevalidate() local
58 for (const auto& geo : fGeometries) { in onRender() local
/third_party/boost/boost/graph/
Dgeodesic_distance.hpp136 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/
DSkSGDraw.h26 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make()
/third_party/skia/modules/sksg/include/
DSkSGDraw.h26 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make()
/third_party/NuttX/drivers/bch/
Dbchlib_setup.c50 struct geometry geo; in bchlib_setup() local
/third_party/skia/modules/skottie/src/layers/shapelayer/
DPuckerBloat.cpp31 explicit PuckerBloatEffect(sk_sp<sksg::GeometryNode> geo) : INHERITED({std::move(geo)}) {} in PuckerBloatEffect()
42 SkPath onRevalidateEffect(const sk_sp<GeometryNode>& geo) override { in onRevalidateEffect()
DMergePaths.cpp22 for (auto& geo : geos) { in MergeGeometry() local
DShapeLayer.cpp241 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
DFillStroke.cpp95 sk_sp<sksg::GeometryNode> geo) in DashAdapter()
/third_party/boost/libs/geometry/test/views/
Dreversible_view.cpp57 Geometry geo; in test_geometry() local
Dcloseable_view.cpp107 Geometry geo; in test_geometry() local
Dreversible_closeable.cpp114 Geometry geo; in test_geometry() local
/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp62 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/
DGrShapeTest.cpp518 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/
DGrStyledShapeTest.cpp525 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/
Drecursive_polygons_linear_areal.cpp121 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/
Dxcbgrab.c113 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/
DShapeLayer.cpp262 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/
Ddevice.c637 { 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/
DSampleSG.cpp88 auto geo = info->fGeo; in onClick() local
/third_party/flutter/skia/samplecode/
DSampleSG.cpp88 auto geo = info->fGeo; in onClick() local
/third_party/flutter/skia/gm/
Dsurface.cpp46 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface()

12