Home
last modified time | relevance | path

Searched refs:innerWidth (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libgif.cpp292 const int innerWidth = desc.Width; local
294 if (innerWidth <= 0 || innerHeight <= 0) {
299 if (innerWidth > width) {
301 width = innerWidth;
303 } else if (imageLeft + innerWidth > width) {
305 imageLeft = width - innerWidth;
375 if (innerWidth <= 0 || innerHeight <= 0) {
381 SkAutoMalloc storage(innerWidth);
391 innerWidth < width || innerHeight < height) {
398 innerWidth / sampler.srcDX(),
[all …]
/external/skia/src/codec/
DSkCodec_libgif.cpp308 int32_t innerWidth = desc.Width; local
311 if (innerWidth <= 0 || innerHeight <= 0) {
316 if (innerWidth > width) {
318 innerWidth = width;
320 } else if (imageLeft + innerWidth > width) {
322 imageLeft = width - innerWidth;
416 if (innerWidth < width || innerHeight < height) {
420 dstInfo.makeWH(innerWidth, innerHeight);
450 buffer(SkNEW_ARRAY(uint8_t, innerWidth));
460 innerWidth)) {
[all …]
/external/libvncserver/webclients/novnc/include/
Dui.js562 new_w = window.innerWidth - pos.x;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
DMochiKit.packed.js4289 if(w.innerWidth){
4290 d.w=w.innerWidth;
7354 if(win.innerWidth){
7355 w=win.innerWidth;
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js775 return [global.innerHeight, global.innerWidth];
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js40 …n=m.position();s.containerSize={height:(m.innerHeight()-h[3]),width:(m.innerWidth()-h[1])};var n=s…