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 D | recording_handle.h | 78 int fXCount = 0; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | cmd_list_helper.cpp | 288 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 D | pixelmap_image.cpp | 54 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 D | drawing_image.cpp | 47 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 D | js_lattice.cpp | 194 lat.fXCount = xCount; in CreateImageLattice()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.h | 65 int fXCount; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas.cpp | 575 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 D | js-apis-graphics-drawing.md | 4908 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 D | js-apis-graphics-drawing.md | 4908 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 +…
|