Home
last modified time | relevance | path

Searched refs:shape (Results 201 - 225 of 254) sorted by relevance

1234567891011

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.h206 * @brief The shape of point drawn depends on pen. If pen is set to Pen::CapStyle::ROUND_CAP,
215 * @param shape describes the combination of a group of sdf entities.
217 virtual void DrawSdf(const SDFShapeBase& shape);
/third_party/glfw/src/
H A Dnull_window.c529 GLFWbool _glfwCreateStandardCursorNull(_GLFWcursor* cursor, int shape) in _glfwCreateStandardCursorNull() argument
H A Dx11_platform.h51 #include <X11/extensions/shape.h>
952 GLFWbool _glfwCreateStandardCursorX11(_GLFWcursor* cursor, int shape);
H A Dwin32_platform.h593 GLFWbool _glfwCreateStandardCursorWin32(_GLFWcursor* cursor, int shape);
H A Dx11_window.c2949 GLFWbool _glfwCreateStandardCursorX11(_GLFWcursor* cursor, int shape) in _glfwCreateStandardCursorX11() argument
2959 switch (shape) in _glfwCreateStandardCursorX11()
3006 switch (shape) in _glfwCreateStandardCursorX11()
3031 "X11: Standard cursor shape unavailable"); in _glfwCreateStandardCursorX11()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiTransform.java134 * calling <code>{@link ArabicShaping#shape}</code>.</li>
352 /* Honor all shape options other than letters (not necessarily digits in shapeArabic()
356 /* Honor all shape options other than digits (not necessarily letters in shapeArabic()
371 text = shaper.shape(text); in shapeArabic()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidiTransform.java125 * calling <code>{@link ArabicShaping#shape}</code>.</li>
342 /* Honor all shape options other than letters (not necessarily digits in shapeArabic()
346 /* Honor all shape options other than digits (not necessarily letters in shapeArabic()
361 text = shaper.shape(text); in shapeArabic()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DCanonGSUBBuilder.java66 ArabicShaping.shape(chars, leftType, rightType, isolClassTable); in convertArabicString()
/third_party/skia/src/core/
H A DSkMaskFilter.cpp330 bool SkMaskFilterBase::canFilterMaskGPU(const GrStyledShape& shape, in canFilterMaskGPU() argument
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h690 /*! @brief The regular arrow cursor shape.
695 /*! @brief The text input I-beam cursor shape.
697 * The text input I-beam cursor shape.
700 /*! @brief The crosshair shape.
702 * The crosshair shape.
705 /*! @brief The hand shape.
707 * The hand shape.
710 /*! @brief The horizontal resize arrow shape.
712 * The horizontal resize arrow shape.
715 /*! @brief The vertical resize arrow shape
[all...]
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp246 fShaper->shape(start, SkToSizeT(end - start), fFont, shape_ltr, shape_width, this); in shapeLine()
/third_party/skia/experimental/sktext/include/
H A DText.h31 fonts required to shape the text.
97 fonts required to shape the text.
103 virtual std::unique_ptr<ShapedText> shape(UnicodeText* unicodeText, TextDirection textDirection);
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_pattern_test.cpp344 info.shape = FORM_SHAPE_CIRCLE; in HWTEST_F()
891 info.shape = FORM_SHAPE_CIRCLE; in HWTEST_F()
1114 info.shape = FORM_SHAPE_CIRCLE; in HWTEST_F()
1127 info.shape = -1; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp1142 auto shape = paintProperty->GetBlockShape(); in GetOutsetInnerFocusPaintRect() local
1143 if (shape.has_value() && shape.value()->GetBasicShapeType() == BasicShapeType::CIRCLE) { in GetOutsetInnerFocusPaintRect()
1144 auto circle = DynamicCast<Circle>(shape.value()); in GetOutsetInnerFocusPaintRect()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp1435 SDFShapeBaseTest shape; in HWTEST_F() local
1439 paintFilterCanvasBase->DrawSdf(shape); in HWTEST_F()
/third_party/python/Lib/test/
H A Dtest_base64.py114 shape = (len(bytes_data) // 2, 2)
115 multidimensional = memoryview(bytes_data).cast('B', shape)
H A Dpickletester.py290 other.array.shape == self.array.shape and
301 return (f"{type(self)}(shape={self.array.shape},"
309 ndarray_kwargs = {"shape": self.array.shape,
2914 yield PicklableNDArray(items, format='B', shape=(8,),
2917 yield PicklableNDArray(items, format='B', shape=(4, 2),
2921 shape=(4, 2), strides=(1, 4),
/third_party/skia/tests/
H A DTriangulatingPathRendererTests.cpp262 // A shape with a vertex collinear to the right hand edge.
729 GrStyledShape shape(path, style); in test_path()
737 &shape, in test_path() local
/third_party/skia/experimental/sktext/src/
H A DText.cpp225 std::unique_ptr<ShapedText> FontResolvedText::shape(UnicodeText* unicodeText,
283 shaper->shape(
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_op_builder.cpp68 // Create an array with a required bias shape and resize the bias tensor. in AddZerosBias()
255 outputShape[i] = builtin->shape[i]; in AddReshapeParams()
447 tensorRank = SCALAR_TENSOR_RANK; // Use rank 1, shape {1} nnTensor for TFLite scalar tensors. in ConstructNNTensor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h54 void DrawSdf(const Drawing::SDFShapeBase& shape) override;
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp223 fShaper->shape(fShapeBuffer.fUtf8.data(), fShapeBuffer.fUtf8.size(),
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp192 broadcastTo.shape = mindspore::lite::MindIR_BroadcastTo_GetShape(primitive); in ConvertBroadcastTo()
1257 Shape shape{}; in ConvertShape()
1259 (void)ShapeBlockMarshalling(data, shape); in ConvertShape()
/third_party/ffmpeg/libavdevice/
H A Dxcbgrab.c38 #include <xcb/shape.h>
/third_party/glfw/include/GLFW/
H A Dglfw3.h790 /*! @brief The specified cursor shape is not available.
792 * The specified standard cursor shape is not available, either because the
797 * [standard cursor shape](@ref shapes) or create a
1194 /*! @brief The regular arrow cursor shape.
1196 * The regular arrow cursor shape.
1199 /*! @brief The text input I-beam cursor shape.
1201 * The text input I-beam cursor shape.
1204 /*! @brief The crosshair cursor shape.
1206 * The crosshair cursor shape.
1209 /*! @brief The pointing hand cursor shape
[all...]

Completed in 44 milliseconds

1234567891011