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

  /external/webkit/WebCore/platform/graphics/
WidthIterator.cpp 187 float oldWidth = width;
205 glyphBuffer->add(glyph, fontData, (rtl ? oldWidth + lastRoundingWidth : width));
207 lastRoundingWidth = width - oldWidth;
  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 200 int oldWidth = layout.getWidth();
202 layout.increaseWidthTo(oldWidth);
203 assertEquals(oldWidth, layout.getWidth());
206 layout.increaseWidthTo(oldWidth - 1);
211 layout.increaseWidthTo(oldWidth + 1);
212 assertEquals(oldWidth + 1, layout.getWidth());
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 243 int oldWidth = getWidth();
264 mForceDismiss = oldWidth - newWidth > 1 || newWidth - oldWidth > 1;
  /external/webkit/WebCore/rendering/
RenderSVGRoot.cpp 89 int oldWidth = width();
102 layoutChildren(this, selfNeedsLayout() || (svg->hasRelativeValues() && (width() != oldWidth || height() != oldHeight)));
RenderBox.h 278 int oldWidth = width();
281 if (oldWidth != width())
RenderTableSection.cpp 298 int oldWidth = cell->width();
300 if (w != oldWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) {
302 if (w != oldWidth) {
314 if (w != oldWidth)
    [all...]
RenderTextControlSingleLine.cpp 203 int oldWidth = width();
206 bool relayoutChildren = oldHeight != height() || oldWidth != width();
RenderTable.cpp 277 int oldWidth = width();
311 if (m_caption && width() != oldWidth)
318 // if ( oldWidth != width() || columns.size() + 1 != columnPos.size() )
    [all...]
RenderBlock.cpp 689 int oldWidth = width();
701 if (oldWidth != width() || oldColumnWidth != desiredColumnWidth())
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 424 int32_t oldWidth, oldHeight;
425 CHECK(mFormat->findInt32(kKeyWidth, &oldWidth));
428 if (oldWidth != aligned_width || oldHeight != aligned_height) {
  /frameworks/base/core/java/android/widget/
LinearLayout.java 686 int oldWidth = Integer.MIN_VALUE;
693 oldWidth = 0;
705 if (oldWidth != Integer.MIN_VALUE) {
706 lp.width = oldWidth;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 223 milliseconds