/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | [all...] |
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Shape.cpp | 16 Shape& Shape::operator=(const Shape& shape) { in operator =() argument
|
H A D | Shape.h | 35 Shape(const Shape& shape) { *this = shape; } in Shape() argument
|
/third_party/mindspore/interfaces/kits/c/ |
H A D | model.h | 58 int64_t shape[OH_AI_MAX_SHAPE_NUM]; member
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathShapeData.cpp | 14 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 D | TessellationPathRenderer.cpp | 89 const GrStyledShape& shape = *args.fShape; in onCanDrawPath() local [all...] |
H A D | SmallPathAtlasMgr.cpp | 101 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 D | perf-shaping.hh | 5 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 D | ArabicShaping.java | 69 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { in shape() method in ArabicShaping
|
/third_party/skia/src/gpu/ |
H A D | GrSWMaskHelper.cpp | 72 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 D | shape-options.hh | 100 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 D | DrawContext.cpp | 52 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 D | DrawList.cpp | 48 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 D | nested.cpp | 56 static void AddShape(SkPathBuilder* b, const SkRect& rect, Shapes shape, SkPathDirection dir) { in AddShape() argument
|
H A D | shapes.cpp | 111 const SkRRect& shape = fShapes[i]; variable
|
H A D | recordopts.cpp | 109 sk_sp<SkPicture> shape; in draw_svg_opacity_and_filter_layer_sequence() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg4videodec.h | 37 int shape; member
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_median_filter.c | 163 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 D | GrShape.cpp | 13 GrShape& GrShape::operator=(const GrShape& shape) { in operator =() argument [all...] |
/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 66 SkPath shape; in get_area_coverage() local
|
/third_party/skia/tests/ |
H A D | PathRendererCacheTests.cpp | 58 &shape, in draw_path() local
|
/third_party/python/Objects/clinic/ |
H A D | memoryobject.c.h | 76 PyObject *shape = NULL; in memoryview_cast() local
|
/third_party/python/Include/ |
H A D | pybuffer.h | 29 Py_ssize_t *shape; member
|
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.cpp | 112 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 D | Cmds.cpp | 183 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
|