/external/skqp/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()
|
/external/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()
|
/external/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
|
/external/skia/modules/sksg/include/ |
D | SkSGDraw.h | 26 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make()
|
/external/skqp/modules/sksg/include/ |
D | SkSGDraw.h | 27 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make()
|
/external/strace/ |
D | hdio.c | 48 struct_hd_geometry geo; in MPERS_PRINTER_DECL() local
|
/external/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 | 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 | MergePaths.cpp | 22 for (auto& geo : geos) { in MergeGeometry() local
|
D | FillStroke.cpp | 95 sk_sp<sksg::GeometryNode> geo) in DashAdapter()
|
/external/skqp/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 …]
|
/external/skia/src/gpu/ops/ |
D | GrAtlasTextOp.cpp | 66 Geometry* geo, in GrAtlasTextOp() 91 Geometry* geo, in GrAtlasTextOp() 119 void* geo = alloc->makeBytesAlignedTo(sizeof(Geometry), alignof(Geometry)); in MakeForBlob() local 284 for (const Geometry* geo = fHead; geo != nullptr; geo = geo->fNext) { in onPrepareDraws() local
|
D | GrDrawAtlasOp.cpp | 192 for (const auto& geo : fGeoData) { in onDumpInfo() local
|
D | GrSmallPathRenderer.cpp | 672 for (const auto& geo : fShapes) { in onDumpInfo() local
|
/external/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 …]
|
/external/skqp/modules/skottie/src/ |
D | SkottieShapeLayer.cpp | 269 for (auto& geo : geos) { in Merge() local 596 if (auto geo = gGeometryAttachers[rec->fInfo.fAttacherIndex](rec->fJson, in attachShape() local 645 auto geo = drawGeos.size() > 1 in attachShape() local 705 for (auto& geo : geos) { in attachShape() local
|
/external/skia/samplecode/ |
D | SampleSG.cpp | 88 auto geo = info->fGeo; in onClick() local
|
/external/skqp/gm/ |
D | surface.cpp | 26 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface()
|
/external/skqp/src/gpu/ops/ |
D | GrDrawAtlasOp.cpp | 115 for (const auto& geo : fGeoData) { in dumpInfo() local
|
D | GrAtlasTextOp.cpp | 85 const Geometry& geo = fGeoData[0]; in init() local
|
D | GrOvalOpFactory.cpp | 1740 for (const auto& geo : fEllipses) { in dumpInfo() local 1960 for (const auto& geo : fEllipses) { in dumpInfo() local 2611 for (const auto& geo : fRRects) { in dumpInfo() local
|
/external/skqp/src/c/ |
D | sk_surface.cpp | 341 SkPixelGeometry geo = kUnknown_SkPixelGeometry; in sk_surface_new_raster() local 354 SkPixelGeometry geo = kUnknown_SkPixelGeometry; in sk_surface_new_raster_direct() local
|
/external/skia/src/c/ |
D | sk_surface.cpp | 373 SkPixelGeometry geo = kUnknown_SkPixelGeometry; in sk_surface_new_raster() local 386 SkPixelGeometry geo = kUnknown_SkPixelGeometry; in sk_surface_new_raster_direct() local
|
/external/skia/gm/ |
D | surface.cpp | 49 SkPixelGeometry geo) { in make_surface()
|
/external/skqp/src/core/ |
D | SkDevice.cpp | 69 SkPixelGeometry geo, in AdjustGeometry()
|