Searched refs:shadingType (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | ParagraphStyle.php | 71 protected $shadingType = Shading::class; variable in Google\\Service\\Docs\\ParagraphStyle
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 48783 this.shadingType = dict.get('ShadingType'); 48806 if (this.shadingType === ShadingType.RADIAL && (!extendStart || !extendEnd)) { 48870 var shadingType = this.shadingType; 48873 if (shadingType === ShadingType.AXIAL) { 48879 } else if (shadingType === ShadingType.RADIAL) { 48886 (0, _util.unreachable)("getPattern type unknown: ".concat(shadingType)); 48895 if (shadingType === ShadingType.RADIAL) { 49518 this.shadingType = dict.get('ShadingType'); 49542 switch (this.shadingType) { 49586 …return ['Mesh', this.shadingType, this.coords, this.colors, this.figures, this.bounds, this.matrix…
|
H A D | pdf.worker.js.map | 1 …shadingType","r0","csNumComps","MeshStreamReader","align","readFlag","readCoordinate","bitsPerCoor…
|