Home
last modified time | relevance | path

Searched defs:geo (Results 1 - 16 of 16) sorted by relevance

/third_party/NuttX/drivers/bch/
H A Dbchlib_setup.c50 struct geometry geo; in bchlib_setup() local
/third_party/skia/modules/sksg/include/
H A DSkSGDraw.h26 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make() argument
/third_party/skia/samplecode/
H A DSampleSG.cpp88 auto geo = info->fGeo; variable
/third_party/skia/include/core/
H A DSkSurfaceProps.h27 static inline bool SkPixelGeometryIsRGB(SkPixelGeometry geo) { in SkPixelGeometryIsRGB() argument
32 static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) { in SkPixelGeometryIsBGR() argument
37 static inline bool SkPixelGeometryIsH(SkPixelGeometry geo) { in SkPixelGeometryIsH() argument
42 SkPixelGeometryIsV(SkPixelGeometry geo) SkPixelGeometryIsV() argument
[all...]
/third_party/skia/gm/
H A Dsurface.cpp47 make_surface(GrRecordingContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) make_surface() argument
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DFillStroke.cpp93 DashAdapter(const skjson::ArrayValue& jdash, const AnimationBuilder& abuilder, sk_sp<sksg::GeometryNode> geo) DashAdapter() argument
H A DPuckerBloat.cpp31 explicit PuckerBloatEffect(sk_sp<sksg::GeometryNode> geo) : INHERITED({std::move(geo)}) {} in PuckerBloatEffect() argument
H A DShapeLayer.cpp291 auto geo = drawGeos.size() > 1 in attachShape() local
/third_party/ffmpeg/libavdevice/
H A Dbktr.c101 struct meteor_geomet geo; in bktr_init() local
H A Dxcbgrab.c421 xcb_get_geometry_reply_t *geo = NULL; in xcbgrab_read_packet() local
111 xcbgrab_reposition(AVFormatContext *s, xcb_query_pointer_reply_t *p, xcb_get_geometry_reply_t *geo) xcbgrab_reposition() argument
332 xcbgrab_draw_mouse(AVFormatContext *s, AVPacket *pkt, xcb_query_pointer_reply_t *p, xcb_get_geometry_reply_t *geo, int win_x, int win_y) xcbgrab_draw_mouse() argument
577 xcb_get_geometry_reply_t *geo; create_stream() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A 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
H A Dwin32_io.c749 DISK_GEOMETRY geo; in ntfs_device_win32_getntgeo() local
/third_party/skia/src/gpu/ops/
H A DAtlasTextOp.cpp115 void* geo = alloc->makeBytesAlignedTo(sizeof(Geometry), alignof(Geometry)); variable
58 AtlasTextOp(MaskType maskType, bool needsTransform, int glyphCount, SkRect deviceRect, Geometry* geo, GrPaint&& paint) AtlasTextOp() argument
80 AtlasTextOp(MaskType maskType, bool needsTransform, int glyphCount, SkRect deviceRect, SkColor luminanceColor, bool useGammaCorrectDistanceTable, uint32_t DFGPFlags, Geometry* geo, GrPaint&& paint) AtlasTextOp() argument
[all...]
/third_party/skia/src/c/
H A 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
/third_party/skia/src/core/
H A DSkCanvas.cpp1082 SkPixelGeometry geo = rec.fSaveLayerFlags & kPreserveLCDText_SaveLayerFlag in internalSaveLayer() local
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp525 TestCase(const Geo& geo, const SkPaint& paint, skiatest::Reporter* r, in TestCase() argument
777 static void test_basic(skiatest::Reporter* reporter, const Geo& geo) { in test_basic() argument
874 test_scale(skiatest::Reporter* reporter, const Geo& geo) test_scale() argument
945 test_stroke_param_impl(skiatest::Reporter* reporter, const Geo& geo, std::function<void(SkPaint*, T)> setter, T a, T b, bool paramAffectsStroke, bool paramAffectsDashAndStroke) test_stroke_param_impl() argument
1021 test_stroke_param(skiatest::Reporter* reporter, const Geo& geo, std::function<void(SkPaint*, T)> setter, T a, T b) test_stroke_param() argument
1026 test_stroke_cap(skiatest::Reporter* reporter, const Geo& geo) test_stroke_cap() argument
1048 test_stroke_join(skiatest::Reporter* reporter, const Geo& geo) test_stroke_join() argument
1066 test_miter_limit(skiatest::Reporter* reporter, const Geo& geo) test_miter_limit() argument
1104 test_dash_fill(skiatest::Reporter* reporter, const Geo& geo) test_dash_fill() argument
1117 test_null_dash(skiatest::Reporter* reporter, const Geo& geo) test_null_dash() argument
1153 test_path_effect_makes_rrect(skiatest::Reporter* reporter, const Geo& geo) test_path_effect_makes_rrect() argument
1244 test_unknown_path_effect(skiatest::Reporter* reporter, const Geo& geo) test_unknown_path_effect() argument
1290 test_make_hairline_path_effect(skiatest::Reporter* reporter, const Geo& geo) test_make_hairline_path_effect() argument
1350 test_volatile_path(skiatest::Reporter* reporter, const Geo& geo) test_volatile_path() argument
1375 test_path_effect_makes_empty_shape(skiatest::Reporter* reporter, const Geo& geo) test_path_effect_makes_empty_shape() argument
1466 test_path_effect_fails(skiatest::Reporter* reporter, const Geo& geo) test_path_effect_fails() argument
[all...]

Completed in 17 milliseconds