/third_party/ffmpeg/libavcodec/ |
H A D | sipr.c | 260 convolute_with_sparse(float *out, const AMRFixed *pulses, const float *shape, int length) convolute_with_sparse() argument
|
/third_party/glfw/src/ |
H A D | null_window.c | 529 GLFWbool _glfwCreateStandardCursorNull(_GLFWcursor* cursor, int shape) in _glfwCreateStandardCursorNull() argument
|
H A D | input.c | 874 GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape) in glfwCreateStandardCursor() argument [all...] |
H A D | win32_window.c | 2301 GLFWbool _glfwCreateStandardCursorWin32(_GLFWcursor* cursor, int shape) in _glfwCreateStandardCursorWin32() argument
|
H A D | x11_window.c | 2949 GLFWbool _glfwCreateStandardCursorX11(_GLFWcursor* cursor, int shape) in _glfwCreateStandardCursorX11() argument
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 568 AutoRestoreInverseness(GrShape* shape, const GrStyle& style) AutoRestoreInverseness() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathRenderer.cpp | 69 SmallPathOp(GrProcessorSet* processorSet, const SkPMColor4f& color, const GrStyledShape& shape, in SmallPathOp() argument 59 Make(GrRecordingContext* context, GrPaint&& paint, const GrStyledShape& shape, const SkMatrix& viewMatrix, bool gammaCorrect, const GrUserStencilSettings* stencilSettings) Make() argument 349 addDFPathToAtlas(GrMeshDrawTarget* target, FlushInfo* flushInfo, skgpu::v1::SmallPathAtlasMgr* atlasMgr, skgpu::v1::SmallPathShapeData* shapeData, const GrStyledShape& shape, uint32_t dimension, SkScalar scale) const addDFPathToAtlas() argument 445 addBMPathToAtlas(GrMeshDrawTarget* target, FlushInfo* flushInfo, skgpu::v1::SmallPathAtlasMgr* atlasMgr, skgpu::v1::SmallPathShapeData* shapeData, const GrStyledShape& shape, const SkMatrix& ctm) const addBMPathToAtlas() argument [all...] |
H A D | TriangulatingPathRenderer.cpp | 168 Make(GrRecordingContext* context, GrPaint&& paint, const GrStyledShape& shape, const SkMatrix& viewMatrix, SkIRect devClipBounds, GrAAType aaType, const GrUserStencilSettings* stencilSettings) Make() argument 190 TriangulatingPathOp(GrProcessorSet* processorSet, const SkPMColor4f& color, const GrStyledShape& shape, const SkMatrix& viewMatrix, const SkIRect& devClipBounds, GrAAType aaType, const GrUserStencilSettings* stencilSettings) TriangulatingPathOp() argument 233 CreateKey(GrUniqueKey* key, const GrStyledShape& shape, const SkIRect& devClipBounds) CreateKey() argument 257 Triangulate(GrEagerVertexAllocator* allocator, const SkMatrix& viewMatrix, const GrStyledShape& shape, const SkIRect& devClipBounds, SkScalar tol, bool* isLinear) Triangulate() argument [all...] |
H A D | DefaultPathRenderer.cpp | 41 inline bool single_pass_shape(const GrStyledShape& shape) { in single_pass_shape() argument 618 internalDrawPath(skgpu::v1::SurfaceDrawContext* sdc, GrPaint&& paint, GrAAType aaType, const GrUserStencilSettings& userStencilSettings, const GrClip* clip, const SkMatrix& viewMatrix, const GrStyledShape& shape, bool stencilOnly) internalDrawPath() argument [all...] |
H A D | FillRRectOp.cpp | 210 clipToShape(skgpu::v1::SurfaceDrawContext* sdc, SkClipOp clipOp, const SkMatrix& clipMatrix, const GrShape& shape, GrAA aa) clipToShape() argument [all...] |
/third_party/skia/src/gpu/ |
H A D | GrBlurUtils.cpp | 244 static bool get_unclipped_shape_dev_bounds(const GrStyledShape& shape, const SkMatrix& matrix, in get_unclipped_shape_dev_bounds() argument 98 sw_create_filtered_mask(GrRecordingContext* rContext, const SkMatrix& viewMatrix, const GrStyledShape& shape, const SkMaskFilter* filter, const SkIRect& unclippedDevShapeBounds, const SkIRect& clipBounds, SkIRect* drawRect, GrUniqueKey* key) sw_create_filtered_mask() argument 189 create_mask_GPU( GrRecordingContext* rContext, const SkIRect& maskRect, const SkMatrix& origViewMatrix, const GrStyledShape& shape, int sampleCnt, const bool canUseSDFBlur = false) create_mask_GPU() argument 271 get_shape_and_clip_bounds(skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const GrStyledShape& shape, const SkMatrix& matrix, SkIRect* unclippedDevShapeBounds, SkIRect* devClipBounds) get_shape_and_clip_bounds() argument 292 compute_key_and_clip_bounds(GrUniqueKey* maskKey, SkIRect* boundsForClip, const GrCaps* caps, const SkMatrix& viewMatrix, bool inverseFilled, const SkMaskFilterBase* maskFilter, const GrStyledShape& shape, const SkIRect& unclippedDevShapeBounds, const SkIRect& devClipBounds, const bool canUseSDFBlur = false) compute_key_and_clip_bounds() argument 377 hw_create_filtered_mask(GrDirectContext* dContext, skgpu::v1::SurfaceDrawContext* sdc, const SkMatrix& viewMatrix, const GrStyledShape& shape, const SkMaskFilterBase* filter, const SkIRect& unclippedDevShapeBounds, const SkIRect& clipBounds, SkIRect* maskRect, GrUniqueKey* key, const bool canUseSDFBlur = false) hw_create_filtered_mask() argument 502 const GrStyledShape* shape = &origShape; draw_shape_with_mask_filter() local 606 drawShapeWithMaskFilter(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const GrStyledShape& shape, GrPaint&& paint, const SkMatrix& viewMatrix, const SkMaskFilter* mf) drawShapeWithMaskFilter() argument 617 drawShapeWithMaskFilter(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const SkPaint& paint, const SkMatrixProvider& matrixProvider, const GrStyledShape& shape) drawShapeWithMaskFilter() argument [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | ctypes.h | 235 Py_ssize_t *shape; member
|
H A D | callproc.c | 1979 PyObject *shape; in buffer_info() local
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.cpp | 564 bool OneLineShaper::iterateThroughShapingRegions(const ShapeVisitor& shape) { argument 648 bool OneLineShaper::shape() { function in skia::textlayout::OneLineShaper
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acbuffer.h | 91 u8 shape; member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ArabicShaping.java | 88 public int shape(char[] source, int sourceStart, int sourceLength, in shape() method in ArabicShaping 145 public void shape(char[] source, int start, int length) throws ArabicShapingException { in shape() method in ArabicShaping 160 public String shape(String text) throws ArabicShapingException { in shape() method in ArabicShaping [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ArabicShaping.java | 88 public int shape(char[] source, int sourceStart, int sourceLength, in shape() method in ArabicShaping 144 public void shape(char[] source, int start, int length) throws ArabicShapingException { in shape() method in ArabicShaping 158 public String shape(String text) throws ArabicShapingException { in shape() method in ArabicShaping [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 438 ClipStack::RawElement::RawElement(const SkMatrix& localToDevice, const GrShape& shape, in RawElement() argument [all...] |
H A D | Device_drawTexture.cpp | 554 GrStyledShape shape; in draw_image() local
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | setup.c | 1130 show_cache_size (struct seq_file *f, const char *which, int shape) in show_cache_size() argument
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | setup.c | 1115 show_cache_size (struct seq_file *f, const char *which, int shape) in show_cache_size() 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...] |
/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...] |