Searched refs:RGBA_F16 (Results 1 – 6 of 6) sorted by relevance
1122 expect(info.colorType).toEqual(CanvasKit.ColorType.RGBA_F16);1129 colorType: CanvasKit.ColorType.RGBA_F16,1145 expect(info.colorType).toEqual(CanvasKit.ColorType.RGBA_F16);1152 colorType: CanvasKit.ColorType.RGBA_F16,
379 …<td style='text-align: left; border: 2px solid #dddddd; padding: 8px; '><a href='#RGBA_F16'>RGBA&n…1930 RGBA_F16 width 16777216 (0x01000000) OK1931 RGBA_F16 width 33554432 (0x02000000) OK1932 RGBA_F16 width 67108864 (0x04000000) OK1933 RGBA_F16 width 134217728 (0x08000000) OK1934 RGBA_F16 width 268435456 (0x10000000) too large1935 RGBA_F16 width 536870912 (0x20000000) too large1936 RGBA_F16 width 1073741824 (0x40000000) too large1937 RGBA_F16 width -2147483648 (0x80000000) too large1969 RGBA_F16 width 16777216 (0x01000000) OK[all …]
408 RGBA_F16: {}, property
845 RGBA_F16: {}, property
396 if (imageInfo['colorType'] === CanvasKit.ColorType.RGBA_F16) {429 case CanvasKit.ColorType.RGBA_F16: // there is no half-float JS type, so we return raw bytes.
3911 RGBA_F16: ColorType; property