HomeSort by relevance Sort by last modified time
    Searched defs:innerHeight (Results 1 - 6 of 6) sorted by null

  /external/skia/src/codec/
SkCodec_libgif.cpp 309 int32_t innerHeight = desc.Height;
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/skia/src/images/
SkImageDecoder_libgif.cpp 293 const int innerHeight = desc.Height;
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...]
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 537 final int innerHeight = getInnerHeight(widget);
538 final int bottom = widget.getScrollY() + innerHeight;
550 layout.getLineTop(bottomLine + 1) - innerHeight);
587 final int innerHeight = getInnerHeight(widget);
588 final int bottom = widget.getScrollY() + innerHeight + innerHeight;
592 layout.getLineTop(bottomLine + 1) - innerHeight);
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 627 milliseconds