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

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigTypeface.h 27 static FontConfigTypeface* Create(Style style, bool fixedWidth, SkStream* localStream) {
28 return SkNEW_ARGS(FontConfigTypeface, (style, fixedWidth, localStream));
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream)
62 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) {
SkTypeface_win_dw.cpp 418 bool fixedWidth = (postTable->isFixedPitch &&
421 if (fixedWidth) {
471 if (fixedWidth) {
  /external/skia/src/ports/
SkFontConfigTypeface.h 27 static FontConfigTypeface* Create(Style style, bool fixedWidth, SkStream* localStream) {
28 return SkNEW_ARGS(FontConfigTypeface, (style, fixedWidth, localStream));
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream)
62 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) {
SkTypeface_win_dw.cpp 418 bool fixedWidth = (postTable->isFixedPitch &&
421 if (fixedWidth) {
471 if (fixedWidth) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 310 int fixedWidth = 0;
320 fixedWidth += columnLayout.logicalWidth.value();
388 for (unsigned pos = effCol; fixedWidth > 0 && pos < lastCol; ++pos) {
389 int cellLogicalWidth = max(m_layoutStruct[pos].effectiveMinLogicalWidth, static_cast<int>(cellMinLogicalWidth * m_layoutStruct[pos].logicalWidth.value() / fixedWidth));
390 fixedWidth -= m_layoutStruct[pos].logicalWidth.value();
419 if (m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth) {
421 fixedWidth -= m_layoutStruct[pos].logicalWidth.value();
430 if (!(m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth)) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_transform.js 397 var fixedWidth = 0;
405 fixedWidth = this.bounds_.right - this.bounds_.left;
408 self.bounds_.right = self.bounds_.left + fixedWidth;
461 clipRect.left + clipRect.width - fixedWidth);
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 397 var fixedWidth = 0;
405 fixedWidth = this.bounds_.right - this.bounds_.left;
408 self.bounds_.right = self.bounds_.left + fixedWidth;
461 clipRect.left + clipRect.width - fixedWidth);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 401 * {@link #fixedWidth(String[], int)} for details. The {@code str} argument
404 * then passed to {@link #fixedWidth(String[], int)} as the {@code lines}
410 public static String fixedWidth(String str, int width) {
418 return fixedWidth(lineArray, width);
439 public static String fixedWidth(String[] lines, int width) {
453 * Helper method for {@link #fixedWidth(String[], int)}
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 402 * {@link #fixedWidth(String[], int)} for details. The {@code str} argument
405 * then passed to {@link #fixedWidth(String[], int)} as the {@code lines}
411 public static String fixedWidth(String str, int width) {
419 return fixedWidth(lineArray, width);
440 public static String fixedWidth(String[] lines, int width) {
454 * Helper method for {@link #fixedWidth(String[], int)}
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_table.js 80 var fixedWidth = 0;
86 fixedWidth += this.columns_[i].width;
88 var newTotalWidth = Math.max(contentWidth - fixedWidth, 0);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 557 milliseconds