Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libgif.cpp293 const int innerHeight = desc.Height; local
294 if (innerWidth <= 0 || innerHeight <= 0) {
312 if (innerHeight > height) {
314 height = innerHeight;
316 } else if (imageTop + innerHeight > height) {
318 imageTop = height - innerHeight;
375 if (innerWidth <= 0 || innerHeight <= 0) {
391 innerWidth < width || innerHeight < height) {
399 innerHeight / sampler.srcDY()));
404 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize());
[all …]
/external/skia/src/codec/
DSkCodec_libgif.cpp309 int32_t innerHeight = desc.Height; local
311 if (innerWidth <= 0 || innerHeight <= 0) {
327 if (innerHeight > height) {
329 innerHeight = height;
331 } else if (imageTop + innerHeight > height) {
333 imageTop = height - innerHeight;
416 if (innerWidth < width || innerHeight < height) {
420 dstInfo.makeWH(innerWidth, innerHeight);
457 SkGifInterlaceIter iter(innerHeight);
458 for (int32_t y = 0; y < innerHeight; y++) {
[all …]
/external/libvncserver/webclients/novnc/include/
Dui.js563 new_h = window.innerHeight - pos.y;
/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.js4291 d.h=w.innerHeight;
6488 if(window.innerHeight){
6489 max=window.innerHeight-window.height;
7356 h=win.innerHeight;
/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 …m.offset();s.containerPosition=m.position();s.containerSize={height:(m.innerHeight()-h[3]),width:(…