Home
last modified time | relevance | path

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

1234

/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp968 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes, function in __anon18616::ShaperHarfBuzz
1014 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes, function in __anon18616::ShaperHarfBuzz
1025 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes, function in __anon18616::ShaperHarfBuzz
1505 ShapedRun ShaperHarfBuzz::shape(char const * const utf8, global() function in __anon18616::ShaperHarfBuzz
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfb.h350 __u32 shape; /* see FB_TILE_CURSOR_* */ member
/kernel/linux/linux-6.6/include/linux/
H A Dfb.h360 __u32 shape; /* see FB_TILE_CURSOR_* */ member
/third_party/glfw/src/
H A Dwl_window.c2764 GLFWbool _glfwCreateStandardCursorWayland(_GLFWcursor* cursor, int shape) in _glfwCreateStandardCursorWayland() argument
/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...]
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_dev.h437 QXLPHYSICAL shape; member
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_dev.h437 QXLPHYSICAL shape; member
/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...]
/third_party/python/Modules/
H A D_testcapimodule.c3656 Py_ssize_t shape = 5; in test_from_contiguous() local
/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 39 milliseconds

1234