/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.h | 206 * @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 D | null_window.c | 529 GLFWbool _glfwCreateStandardCursorNull(_GLFWcursor* cursor, int shape) in _glfwCreateStandardCursorNull() argument
|
H A D | x11_platform.h | 51 #include <X11/extensions/shape.h> 952 GLFWbool _glfwCreateStandardCursorX11(_GLFWcursor* cursor, int shape);
|
H A D | win32_platform.h | 593 GLFWbool _glfwCreateStandardCursorWin32(_GLFWcursor* cursor, int shape);
|
H A D | x11_window.c | 2949 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 D | BidiTransform.java | 134 * 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 D | BidiTransform.java | 125 * 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 D | CanonGSUBBuilder.java | 66 ArabicShaping.shape(chars, leftType, rightType, isolClassTable); in convertArabicString()
|
/third_party/skia/src/core/ |
H A D | SkMaskFilter.cpp | 330 bool SkMaskFilterBase::canFilterMaskGPU(const GrStyledShape& shape, in canFilterMaskGPU() argument
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 690 /*! @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 D | SkottieShaper.cpp | 246 fShaper->shape(start, SkToSizeT(end - start), fFont, shape_ltr, shape_width, this); in shapeLine()
|
/third_party/skia/experimental/sktext/include/ |
H A D | Text.h | 31 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 D | form_pattern_test.cpp | 344 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 D | slider_pattern.cpp | 1142 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 D | rs_paint_filter_canvas_test.cpp | 1435 SDFShapeBaseTest shape; in HWTEST_F() local 1439 paintFilterCanvasBase->DrawSdf(shape); in HWTEST_F()
|
/third_party/python/Lib/test/ |
H A D | test_base64.py | 114 shape = (len(bytes_data) // 2, 2) 115 multidimensional = memoryview(bytes_data).cast('B', shape)
|
H A D | pickletester.py | 290 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 D | TriangulatingPathRendererTests.cpp | 262 // 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 D | Text.cpp | 225 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 D | nnrt_op_builder.cpp | 68 // 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 D | rs_paint_filter_canvas.h | 54 void DrawSdf(const Drawing::SDFShapeBase& shape) override;
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGText.cpp | 223 fShaper->shape(fShapeBuffer.fUtf8.data(), fShapeBuffer.fUtf8.size(),
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_1.cpp | 192 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 D | xcbgrab.c | 38 #include <xcb/shape.h>
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 790 /*! @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...] |