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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 408 float currentWidth = 0;
414 currentWidth += glyphBuffer.advanceAt(from + glyphIndex);
424 if ((currentWidth + advances[i] < maxNegativeRun) || (currentWidth + advances[i] > maxPositiveRun))
431 success = painter.drawGlyphs(curLen, &glyphs[0], &advances[0], horizontalOffset - point.x() - currentWidth);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 127 String currentWidth = selectedNode.getStringAttr(ANDROID_URI, ATTR_LAYOUT_WIDTH);
131 if (canMatchParent && VALUE_FILL_PARENT.equals(currentWidth)) {
132 currentWidth = VALUE_MATCH_PARENT;
133 } else if (!canMatchParent && VALUE_MATCH_PARENT.equals(currentWidth)) {
134 currentWidth = VALUE_FILL_PARENT;
135 } else if (!VALUE_WRAP_CONTENT.equals(currentWidth) && !fillParent.equals(currentWidth)) {
136 width = currentWidth;
395 currentWidth,
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 237 milliseconds