Home
last modified time | relevance | path

Searched refs:scale (Results 376 – 400 of 528) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/pdfjs/pdfjs/web/locale/zh-TW/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/zu/
H A Dviewer.properties112 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
113 # numerical scale value.
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css2112 -webkit-transform: scale(0.5);
2113 transform: scale(0.5);
2118 -webkit-transform: scale(0.5);
2119 transform: scale(0.5);
2293 -webkit-transform: scale(0.5);
2294 transform: scale(0.5);
H A Dviewer.js.map1scale","pageNum","thumbnail","defaultViewport","disableCanvasToImageConversion","setPageLabels","_…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js23039 var scale = 1 / 255;
23042 c = data[i] * scale;
23043 m = data[i + 1] * scale;
23044 y = data[i + 2] * scale;
23045 k = data[i + 3] * scale;
24155 var scale = 1;
24169 scale <<= 1;
27800 var c = scale * src[j++];
34769 glyphsWidths[glyph] *= scale;
48898 r0 *= scale[0];
[all …]
H A Dpdf.worker.js.map1scale","getData","rgbData","grayColor","JpxStream","jpxImage","tileCount","tileComponents","tileWi…
/plugin/pdfjs/pdfjs/web/locale/bn-BD/
H A Dviewer.properties208 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
209 # numerical scale value.
210 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/brx/
H A Dviewer.properties145 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
146 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/en-GB/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/es-ES/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/es-MX/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/gu-IN/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/he/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/hsb/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/hy-AM/
H A Dviewer.properties177 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
178 # numerical scale value.
179 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/ia/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties143 page_scale_percent = {{scale}}%
/plugin/pdfjs/pdfjs/web/locale/ko/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/lg/
H A Dviewer.properties98 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
99 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/lij/
H A Dviewer.properties218 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219 # numerical scale value.
220 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/ltg/
H A Dviewer.properties196 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
197 # numerical scale value.
198 page_scale_percent={{scale}}%
/plugin/pdfjs/pdfjs/web/locale/my/
H A Dviewer.properties174 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
175 # numerical scale value.
176 page_scale_percent={{scale}}%
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …savePrefObjects savePrefs saveShelf saveToolSettings saveViewportSettings scale scaleComponents sc…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js25 var scale = options && options.scale ? options.scale : 1;
745 var m = {x: mx / scale, y: my / scale}; /// Convert to the logical coordinate system before hit test
802 return { x: (coord.x - offset.x) / scale, y: (coord.y - offset.y) / scale };
850 canvas.width = metaObj.size[0] * scale;
851 canvas.height = metaObj.size[1] * scale;
905 // Translate and scale th
[all...]

1...<<11121314151617181920>>...22