Home
last modified time | relevance | path

Searched defs:shape (Results 126 - 136 of 136) sorted by relevance

123456

/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp1564 drawShape(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, GrStyledShape&& shape) drawShape() argument
1655 &shape, drawAndStencilPath() local
1721 drawSimpleShape(const GrClip* clip, GrPaint* paint, GrAA aa, const SkMatrix& viewMatrix, const GrStyledShape& shape) drawSimpleShape() argument
1784 drawShapeUsingPathRenderer(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, GrStyledShape&& shape, bool attemptDrawSimple) drawShapeUsingPathRenderer() argument
[all...]
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp252 SkPath* shape = &fShape; in ~ScopedContentEntry() local
293 void setShape(const SkPath& shape) { in setShape() argument
1280 finishContentEntry(const SkClipStack* clipStack, SkBlendMode blendMode, SkPDFIndirectReference dst, SkPath* shape) finishContentEntry() argument
1651 SkPath shape = SkPath::Rect(SkRect::Make(subset)).makeTransform(matrix); internalDrawImageRect() local
1712 SkPath shape = SkPath::Rect(SkRect::Make(device->imageInfo().dimensions())); drawDevice() local
[all...]
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp40 static bool make_key(Key* key, const GrStyledShape& shape) { in make_key() argument
98 static bool can_interchange_winding_and_even_odd_fill(const GrStyledShape& shape) { in can_interchange_winding_and_even_odd_fill() argument
280 test_inversions(skiatest::Reporter* r, const GrStyledShape& shape, const Key& shapeKey) test_inversions() argument
537 TestCase(const GrStyledShape& shape, skiatest::Reporter* r, SkScalar scale = SK_Scalar1) TestCase() argument
570 CheckBounds(skiatest::Reporter* r, const GrStyledShape& shape, const SkRect& bounds) CheckBounds() argument
1030 GrStyledShape shape = geo.makeShape(hairline); test_stroke_cap() local
1044 shape_known_not_to_have_joins(const GrStyledShape& shape) shape_known_not_to_have_joins() argument
1052 GrStyledShape shape = geo.makeShape(hairline); test_stroke_join() local
1080 GrStyledShape shape = geo.makeShape(hairline); test_miter_limit() local
[all...]
/third_party/python/Lib/
H A Dturtle.py2754 def shape(self, name=None): global() member in RawTurtle
[all...]
/third_party/python/Objects/
H A Dmemoryobject.c329 copy_base(const Py_ssize_t *shape, Py_ssize_ argument
359 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, char *dptr, const Py_ssize_t *dstrides, const Py_ssize_t *dsuboffsets, char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, char *mem) copy_rec() argument
1257 copy_shape(Py_ssize_t *shape, const PyObject *seq, Py_ssize_t ndim, Py_ssize_t itemsize) copy_shape() argument
1296 cast_to_ND(PyMemoryViewObject *mv, const PyObject *shape, int ndim) cast_to_ND() argument
1366 memoryview_cast_impl(PyMemoryViewObject *self, PyObject *format, PyObject *shape) memoryview_cast_impl() argument
2068 tolist_base(PyMemoryViewObject *self, const char *ptr, const Py_ssize_t *shape, const Py_ssize_t *strides, const Py_ssize_t *suboffsets, const char *fmt) tolist_base() argument
2095 tolist_rec(PyMemoryViewObject *self, const char *ptr, Py_ssize_t ndim, const Py_ssize_t *shape, const Py_ssize_t *strides, const Py_ssize_t *suboffsets, const char *fmt) tolist_rec() argument
2779 cmp_base(const char *p, const char *q, const Py_ssize_t *shape, const Py_ssize_t *pstrides, const Py_ssize_t *psuboffsets, const Py_ssize_t *qstrides, const Py_ssize_t *qsuboffsets, char fmt, struct unpacker *unpack_p, struct unpacker *unpack_q) cmp_base() argument
2801 cmp_rec(const char *p, const char *q, Py_ssize_t ndim, const Py_ssize_t *shape, const Py_ssize_t *pstrides, const Py_ssize_t *psuboffsets, const Py_ssize_t *qstrides, const Py_ssize_t *qsuboffsets, char fmt, struct unpacker *unpack_p, struct unpacker *unpack_q) cmp_rec() argument
[all...]
/third_party/python/Modules/_ctypes/
H A D_ctypes.c374 _ctypes_alloc_format_string_with_shape(int ndim, const Py_ssize_t *shape, in _ctypes_alloc_format_string_with_shape() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4737 auto shape = std::get<RefPtr<ShapeRect>>(rect); local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3903 auto shape = AceType::MakeRefPtr<ShapeRect>(); in SetClipShape() local
3933 auto shape = AceType::MakeRefPtr<Circle>(); SetClipShape() local
3941 auto shape = AceType::MakeRefPtr<Ellipse>(); SetClipShape() local
4474 auto shape = AceType::MakeRefPtr<ShapeRect>(); SetMaskShape() local
4506 auto shape = AceType::MakeRefPtr<Circle>(); SetMaskShape() local
4516 auto shape = AceType::MakeRefPtr<Ellipse>(); SetMaskShape() local
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c3656 Py_ssize_t shape = 5; in test_from_contiguous() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp408 std::string ShapeToString(int shape) in ShapeToString() argument
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 70 milliseconds

123456