HomeSort by relevance Sort by last modified time
    Searched refs:maxW (Results 1 - 8 of 8) sorted by null

  /external/clearsilver/imd/
imd.c 272 NEOERR *scale_and_display_image(char *fname,int maxW,int maxH,char *cachepath,
313 if ((srcW > maxW) || (srcH > maxH))
316 if (srcW / factor > maxW)
319 if (srcW / factor > maxW)
350 if ((maxW && srcW > maxW) || (maxH && srcH > maxH)) {
364 dstAspect = ((float)maxW/(float)maxH);
368 dstW = maxW;
372 dstW = maxW;
376 dstH = maxW;
    [all...]
  /external/webkit/WebCore/rendering/
RenderVideo.cpp 220 int maxW = !includeMaxWidth || style()->maxWidth().isUndefined() ? width : calcReplacedWidthUsing(style()->maxWidth());
222 return max(minW, min(width, maxW));
RenderImage.cpp 603 int maxW = !includeMaxWidth || style()->maxWidth().isUndefined() ? width : calcReplacedWidthUsing(style()->maxWidth());
606 width = max(minW, min(width, maxW));
615 return max(minW, min(width, maxW));
644 int maxW = style()->maxWidth().value() == undefinedLength ? width :
646 width = max(minW, min(width, maxW));
RenderFlexibleBox.cpp     [all...]
RenderText.cpp 470 int& minW, int& maxW, bool& stripFrontSpaces)
490 maxW = 0;
496 maxW = m_maxWidth;
509 maxW -= spaceWidth;
511 maxW += f.wordSpacing();
516 if (!style()->autoWrap() || minW > maxW)
517 minW = maxW;
523 beginMaxW = maxW;
524 endMaxW = maxW;
    [all...]
RenderText.h 83 int& minW, int& maxW, bool& stripFrontSpaces);
RenderBox.cpp     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 590 milliseconds