Home
last modified time | relevance | path

Searched defs:shape (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DkeyofAndIndexedAccess.js[all...]
/third_party/skia/experimental/graphite/src/geom/
H A DShape.cpp16 Shape& Shape::operator=(const Shape& shape) { in operator =() argument
H A DShape.h35 Shape(const Shape& shape) { *this = shape; } in Shape() argument
/third_party/mindspore/interfaces/kits/c/
H A Dmodel.h58 int64_t shape[OH_AI_MAX_SHAPE_NUM]; member
/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.cpp14 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, uint32_t dim) { in SmallPathShapeDataKey() argument
25 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, const SkMatrix& ctm) { in SmallPathShapeDataKey() argument
[all...]
H A DTessellationPathRenderer.cpp89 const GrStyledShape& shape = *args.fShape; in onCanDrawPath() local
[all...]
H A DSmallPathAtlasMgr.cpp101 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() argument
109 SmallPathShapeData* SmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() argument
/third_party/skia/third_party/externals/harfbuzz/perf/
H A Dperf-shaping.hh5 static void shape (benchmark::State &state, const char *text_path, in shape() function
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DArabicShaping.java69 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { in shape() method in ArabicShaping
/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp72 void GrSWMaskHelper::drawShape(const GrStyledShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() argument
93 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-options.hh100 hb_bool_t shape (hb_font_t *font, hb_buffer_t *buffer, const char **error=nullptr) in shape() function
/third_party/skia/experimental/graphite/src/
H A DDrawContext.cpp52 stencilAndFillPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) stencilAndFillPath() argument
61 fillConvexPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) fillConvexPath() argument
70 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder order, const PaintParams* paint) strokePath() argument
H A DDrawList.cpp48 stencilAndFillPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder ordering, const PaintParams* paint) stencilAndFillPath() argument
61 fillConvexPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder ordering, const PaintParams* paint) fillConvexPath() argument
76 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder ordering, const PaintParams* paint) strokePath() argument
/third_party/skia/gm/
H A Dnested.cpp56 static void AddShape(SkPathBuilder* b, const SkRect& rect, Shapes shape, SkPathDirection dir) { in AddShape() argument
H A Dshapes.cpp111 const SkRRect& shape = fShapes[i]; variable
H A Drecordopts.cpp109 sk_sp<SkPicture> shape; in draw_svg_opacity_and_filter_layer_sequence() local
/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.h37 int shape; member
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_median_filter.c163 generate_offsets(enum vl_median_filter_shape shape, unsigned size, in generate_offsets() argument
244 vl_median_filter_init(struct vl_median_filter *filter, struct pipe_context *pipe, unsigned width, unsigned height, unsigned size, enum vl_median_filter_shape shape) vl_median_filter_init() argument
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp13 GrShape& GrShape::operator=(const GrShape& shape) { in operator =() argument
[all...]
/third_party/skia/samplecode/
H A DSampleDegenerateQuads.cpp66 SkPath shape; in get_area_coverage() local
/third_party/skia/tests/
H A DPathRendererCacheTests.cpp58 &shape, in draw_path() local
/third_party/python/Objects/clinic/
H A Dmemoryobject.c.h76 PyObject *shape = NULL; in memoryview_cast() local
/third_party/python/Include/
H A Dpybuffer.h29 Py_ssize_t *shape; member
/third_party/skia/experimental/sorttoy/
H A DFake.cpp112 void FakeDevice::drawShape(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r, FakePaint p) { in drawShape() argument
121 void FakeDevice::clipShape(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r) { in clipShape() argument
163 void FakeCanvas::drawShape(ID id, Shape shape, SkIRect r, FakePaint p) { in drawShape() argument
169 void FakeCanvas::clipShape(ID id, Shape shape, SkIRect r) { in clipShape() argument
H A DCmds.cpp183 ClipCmd::ClipCmd(ID id, Shape shape, SkIRect r) in ClipCmd() argument
189 ClipCmd::ClipCmd(ID id, PaintersOrder paintersOrderWhenAdded, Shape shape, SkIRect r) in ClipCmd() argument
45 DrawCmd(ID id, Shape shape, SkIRect r, const FakePaint& p) DrawCmd() argument
55 DrawCmd(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r, const FakePaint& p, sk_sp<FakeMCBlob> state) DrawCmd() argument

Completed in 18 milliseconds

1234