Home
last modified time | relevance | path

Searched refs:fXCount (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_handle.h78 int fXCount = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp288 latticeHandle.fXCount = lattice.fXCount; in AddLatticeToCmdList()
301 lattice.fXCount = latticeHandle.fXCount; in GetLatticeFromCmdList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpixelmap_image.cpp54 drawingConfigStr.append("fXCount = " + std::to_string(lattice.fXCount)); in PrintDrawingLatticeConfig()
56 for (int32_t idx = 0; idx < lattice.fXCount; ++idx) { in PrintDrawingLatticeConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp47 drawingConfigStr.append("fXCount = " + std::to_string(lattice.fXCount)); in PrintDrawingLatticeConfig()
49 for (int32_t idx = 0; idx < lattice.fXCount; ++idx) { in PrintDrawingLatticeConfig()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/lattice_napi/
H A Djs_lattice.cpp194 lat.fXCount = xCount; in CreateImageLattice()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.h65 int fXCount; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp575 int count = (lattice.fXCount + 1) * (lattice.fYCount + 1); in DrawImageLattice()
593 lattice.fXCount, lattice.fYCount, in DrawImageLattice()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md4908 static createImageLattice(xDivs: Array\<number>, yDivs: Array\<number>, fXCount: number, fYCount: n…
4920 | fXCount | number | 是 | X坐标值数组的…
4923 …\|null | 否 | 可选,填充网格类型的数组,默认为空。如果设置,大小必须为(fXCount + 1) * (fYCount +…
4924 …-graphics-common2D.md#color)>\|null | 否 | 可选,填充网格的颜色数组,默认为空。如果设置,大小必须为(fXCount + 1) * (fYCount +…
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md4908 static createImageLattice(xDivs: Array\<number>, yDivs: Array\<number>, fXCount: number, fYCount: n…
4920 | fXCount | number | Yes | Size o…
4923 …t value is null. If this parameter is specified, the array size must be (fXCount + 1) * (fYCount +…
4924 …t value is null. If this parameter is specified, the array size must be (fXCount + 1) * (fYCount +…