Searched refs:numGrid (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | water-wave-animation.md | 33 private numGrid: number[] = [1, 2, 3, 4, 5, 6, 7, 8, 9, -1, 0, -1] 37 ForEach(this.numGrid, (item: number, index: number) => { 170 private numGrid: number[] = [1, 2, 3, 4, 5, 6, 7, 8, 9, -1, 0, -1] 175 ForEach(this.numGrid, (item: number, index: number) => {
|
H A D | property-animation.md | 42 private numGrid: number[] = [1, 2, 3, 4, 5, 6, 7, 8, 9, -1, 0, -1] 49 ForEach(this.numGrid, (item, index) => { 122 private numGrid: number[] = [1, 2, 3, 4, 5, 6, 7, 8, 9, -1, 0, -1] 130 ForEach(this.numGrid, (item, index) => {
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 846 size_t numGrid = tileImages.size(); in SwDecodeGrids() local 847 std::vector<std::vector<uint8_t>> inputs(numGrid); in SwDecodeGrids() 849 for (size_t index = 0; index < numGrid; ++index) { in SwDecodeGrids()
|