Home
last modified time | relevance | path

Searched defs:vertices (Results 1 - 24 of 24) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h39 UICanvasVertices* vertices; member
H A Dclip_utils.cpp97 UICanvasVertices& vertices = path.GetVertices(); in CloseVertices() local
107 UICanvasVertices& vertices = CloseVertices(path); in PerformScan() local
H A Ddraw_canvas.cpp162 void DrawCanvas::SetRasterizer(UICanvasVertices& vertices, in SetRasterizer() argument
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape_container.cpp267 DrawBitmapMesh( SkBitmap& bitmap, int column, int row, const float* vertices, const int* colors, const SkPaint* paint) DrawBitmapMesh() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h211 uint32_t vertices; member
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h135 uint32_t vertices; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp209 std::shared_ptr<Vertices> vertices = CmdListHelper::GetVerticesFromCmdList(*cmdList, handle); in HWTEST_F() local
H A Ddraw_cmd_test.cpp496 Vertices vertices; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/
H A Dtest_glCompressApi.cpp88 GLfloat vertices[] = { in TestGlCompressedTexImage2D() local
123 GLfloat vertices[] = { in TestGlCompressedTexSubImage2D() local
155 GLfloat vertices[] = { in TestGlCompressedTexImage3D() local
189 GLfloat vertices[] in TestGlCompressedTexSubImage3D() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp950 Vertices vertices; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_marshalling_test.cpp169 std::shared_ptr<Drawing::Vertices> vertices; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp511 Drawing::Vertices vertices; in HWTEST_F() local
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_gesture_detector.cpp479 double **vertices = new (std::nothrow) double *[count]; in CalcGravityCenter() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp99 vector<Math::Vec3>& vertices; member
107 vector<Math::Vec3>& vertices = geometry.vertices; in GenerateCubeGeometry() local
147 vector<Math::Vec3>& vertices = geometry.vertices; in GenerateSphereGeometry() local
198 vector<Math::Vec3>& vertices = geometry.vertices; GenerateConeCap() local
237 vector<Math::Vec3>& vertices = geometry.vertices; GenerateConeGeometry() local
309 vector<Math::Vec3>& vertices = geometry.vertices; GenerateTorusGeometry() local
529 vector<Math::Vec3> vertices; GenerateSphereMesh() local
565 vector<Math::Vec3> vertices; GenerateConeMesh() local
601 vector<Math::Vec3> vertices; GenerateTorusMesh() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_canvas.cpp337 Vertices* vertices = new Vertices(); in OH_Drawing_CanvasDrawVertices() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp458 void SkiaCanvasAutoCache::onDrawVerticesObject(const SkVertices* vertices, in onDrawVerticesObject() argument
H A Dskia_canvas.cpp529 void SkiaCanvas::DrawVertices(const Vertices& vertices, BlendMode mode, const Paint& paint) in DrawVertices() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp233 void RecordingCanvas::DrawVertices(const Vertices& vertices, BlendMode mode) in DrawVertices() argument
H A Dcmd_list_helper.cpp79 OpDataHandle CmdListHelper::AddVerticesToCmdList(CmdList& cmdList, const Vertices& vertices) in AddVerticesToCmdList() argument
106 auto vertices = std::make_shared<Vertices>(); in GetVerticesFromCmdList() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp346 void RSPaintFilterCanvasBase::DrawVertices(const Drawing::Vertices& vertices, Drawing::BlendMode mode) in DrawVertices() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp284 void CoreCanvas::DrawVertices(const Vertices& vertices, BlendMode mode) in DrawVertices() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h584 OpDataHandle vertices; member
589 DrawVerticesOpItem(const Vertices& vertices, BlendMode mode, const Paint& paint) in DrawVerticesOpItem() argument
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2917 Mesh( SkBitmap& bitmap, int column, int row, const float* vertices, const int* colors, const SkPaint* paint) global() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp1190 auto vertices = new (std::nothrow) float[verticesSize]; in OnDrawPixelMapMesh() local
175 DrawingPixelMapMesh(std::shared_ptr<Media::PixelMap> pixelMap, int column, int row, float* vertices, uint32_t* colors, Drawing::Canvas* m_canvas) DrawingPixelMapMesh() argument
[all...]

Completed in 44 milliseconds