| /third_party/glfw/src/ |
| H A D | x11_window.c | 2949 GLFWbool _glfwCreateStandardCursorX11(_GLFWcursor* cursor, int shape) in _glfwCreateStandardCursorX11() argument
|
| H A D | wl_window.c | 2764 GLFWbool _glfwCreateStandardCursorWayland(_GLFWcursor* cursor, int shape) in _glfwCreateStandardCursorWayland() argument
|
| /third_party/skia/src/core/ |
| H A D | SkBlurMF.cpp | 1575 bool SkBlurMaskFilterImpl::canFilterMaskGPU(const GrStyledShape& shape, in canFilterMaskGPU() argument
|
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| H A D | ftsdf.c | 651 SDF_Shape* shape = ( SDF_Shape* )user; sdf_move_to() local 682 SDF_Shape* shape = ( SDF_Shape* )user; sdf_line_to() local 725 SDF_Shape* shape = ( SDF_Shape* )user; sdf_conic_to() local 767 SDF_Shape* shape = ( SDF_Shape* )user; sdf_cubic_to() local 3020 sdf_generate( const SDF_Params internal_params, const SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate() argument 3190 sdf_generate_bounding_box( const SDF_Params internal_params, const SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate_bounding_box() argument 3414 sdf_generate_subdivision( const SDF_Params internal_params, SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate_subdivision() argument 3492 sdf_generate_with_overlaps( SDF_Params internal_params, SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate_with_overlaps() argument 3759 SDF_Shape* shape = NULL; sdf_raster_render() local [all...] |
| /third_party/python/Modules/ |
| H A D | _testbuffer.c | 473 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, in copy_rec() argument 610 unpack_rec(PyObject *unpack_from, char *ptr, PyObject *mview, char *item, const Py_ssize_t *shape, const Py_ssize_t *strides, const Py_ssize_t *suboffsets, Py_ssize_t ndim, Py_ssize_t itemsize) unpack_rec() argument 663 Py_ssize_t *shape = base->shape; ndarray_as_list() local 929 verify_structure(Py_ssize_t len, Py_ssize_t itemsize, Py_ssize_t offset, const Py_ssize_t *shape, const Py_ssize_t *strides, Py_ssize_t ndim) verify_structure() argument 1120 init_structure(ndbuf_t *ndbuf, PyObject *shape, PyObject *strides, Py_ssize_t ndim) init_structure() argument 1177 init_ndbuf(PyObject *items, PyObject *shape, PyObject *strides, Py_ssize_t offset, PyObject *format, int flags) init_ndbuf() argument 1264 ndarray_push_base(NDArrayObject *nd, PyObject *items, PyObject *shape, PyObject *strides, Py_ssize_t offset, PyObject *format, int flags) ndarray_push_base() argument 1287 PyObject *shape = NULL; /* size of each dimension */ ndarray_init() local 1353 PyObject *shape = NULL; /* size of each dimension */ ndarray_push() local 1743 Py_ssize_t *shape = NULL, *strides = NULL, *suboffsets = NULL; copy_structure() local 2238 static Py_ssize_t shape[ND_MAX_NDIM]; ndarray_memoryview_from_buffer() local 2482 arraycmp(const Py_ssize_t *a1, const Py_ssize_t *a2, const Py_ssize_t *shape, Py_ssize_t ndim) arraycmp() argument [all...] |
| H A D | _testcapimodule.c | 3656 Py_ssize_t shape = 5; in test_from_contiguous() local
|
| /third_party/python/Objects/ |
| H A D | abstract.c | 495 _Py_add_one_to_index_F(int nd, Py_ssize_t *index, const Py_ssize_t *shape) _Py_add_one_to_index_F() argument 511 _Py_add_one_to_index_C(int nd, Py_ssize_t *index, const Py_ssize_t *shape) _Py_add_one_to_index_C() argument 692 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, Py_ssize_t *strides, int itemsize, char fort) PyBuffer_FillContiguousStrides() argument [all...] |
| H A D | memoryobject.c | 329 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/skia/modules/skshaper/src/ |
| H A D | SkShaper_harfbuzz.cpp | 968 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...] |
| /third_party/skia/src/gpu/v1/ |
| H A D | SurfaceDrawContext.cpp | 1564 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 D | SkPDFDevice.cpp | 252 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 D | GrStyledShapeTest.cpp | 40 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 D | turtle.py | 2754 def shape(self, name=None): global() member in RawTurtle [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | _ctypes.c | 374 _ctypes_alloc_format_string_with_shape(int ndim, const Py_ssize_t *shape, in _ctypes_alloc_format_string_with_shape() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |