Lines Matching refs:value
30 new (value?: PixelMap): ShapeAttribute;
36 (value: PixelMap): ShapeAttribute;
67 …viewPort(value: { x?: number | string; y?: number | string; width?: number | string; height?: numb…
78 stroke(value: ResourceColor): ShapeAttribute;
89 fill(value: ResourceColor): ShapeAttribute;
100 strokeDashOffset(value: number | string): ShapeAttribute;
111 strokeDashArray(value: Array<any>): ShapeAttribute;
122 strokeLineCap(value: LineCapStyle): ShapeAttribute;
133 strokeLineJoin(value: LineJoinStyle): ShapeAttribute;
144 strokeMiterLimit(value: number | string): ShapeAttribute;
155 strokeOpacity(value: number | string | Resource): ShapeAttribute;
166 fillOpacity(value: number | string | Resource): ShapeAttribute;
177 strokeWidth(value: number | string): ShapeAttribute;
188 antiAlias(value: boolean): ShapeAttribute;
199 mesh(value: Array<any>, column: number, row: number): ShapeAttribute;