Home
last modified time | relevance | path

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

12

/external/skqp/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()
/external/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()
/external/skia/experimental/skrive/src/
DShape.cpp44 } else if (const Geometry* geo = *child) { in onRevalidate() local
58 for (const auto& geo : fGeometries) { in onRender() local
/external/skia/modules/sksg/include/
DSkSGDraw.h26 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make()
/external/skqp/modules/sksg/include/
DSkSGDraw.h27 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make()
/external/strace/
Dhdio.c48 struct_hd_geometry geo; in MPERS_PRINTER_DECL() local
/external/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()
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
DMergePaths.cpp22 for (auto& geo : geos) { in MergeGeometry() local
DFillStroke.cpp95 sk_sp<sksg::GeometryNode> geo) in DashAdapter()
/external/skqp/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 …]
/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp66 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
DGrDrawAtlasOp.cpp192 for (const auto& geo : fGeoData) { in onDumpInfo() local
DGrSmallPathRenderer.cpp672 for (const auto& geo : fShapes) { in onDumpInfo() local
/external/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 …]
/external/skqp/modules/skottie/src/
DSkottieShapeLayer.cpp269 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/
DSampleSG.cpp88 auto geo = info->fGeo; in onClick() local
/external/skqp/gm/
Dsurface.cpp26 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface()
/external/skqp/src/gpu/ops/
DGrDrawAtlasOp.cpp115 for (const auto& geo : fGeoData) { in dumpInfo() local
DGrAtlasTextOp.cpp85 const Geometry& geo = fGeoData[0]; in init() local
DGrOvalOpFactory.cpp1740 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/
Dsk_surface.cpp341 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/
Dsk_surface.cpp373 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/
Dsurface.cpp49 SkPixelGeometry geo) { in make_surface()
/external/skqp/src/core/
DSkDevice.cpp69 SkPixelGeometry geo, in AdjustGeometry()

12