Searched defs:fixedWidth (Results 1 - 8 of 8) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.cpp312 int fixedWidth = 0; local
322 fixedWidth += columnLayout.logicalWidth.value();
390 for (unsigned pos = effCol; fixedWidth > 0 && pos < lastCol; ++pos) {
391 int cellLogicalWidth = std::max(m_layoutStruct[pos].effectiveMinLogicalWidth, static_cast<int>(cellMinLogicalWidth * m_layoutStruct[pos].logicalWidth.value() / fixedWidth));
392 fixedWidth -= m_layoutStruct[pos].logicalWidth.value();
421 if (m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth) {
423 fixedWidth -= m_layoutStruct[pos].logicalWidth.value();
432 if (!(m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth)) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c5559 const char *fixedWidth[] = { local
5572 for (i = 0; i < LENGTHOF(fixedWidth); i++) {
5573 cnv = ucnv_open(fixedWidth[i], &status);
5575 log_data_err("Error open converter: %s - %s \n", fixedWidth[i], u_errorName(status));
5580 log_err("%s is a fixedWidth converter but returned FALSE.\n", fixedWidth[i]);
5593 log_err("%s is NOT a fixedWidth converter but returned TRUE.\n", notFixedWidth[i]);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigTypeface.h27 static FontConfigTypeface* Create(Style style, bool fixedWidth, SkStream* localStream) { argument
28 return SkNEW_ARGS(FontConfigTypeface, (style, fixedWidth, localStream));
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream) argument
62 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) {
H A DSkTypeface_win_dw.cpp396 bool fixedWidth = (postTable->isFixedPitch && local
399 if (fixedWidth) {
449 if (fixedWidth) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5570 const char *fixedWidth[] = { local
5583 for (i = 0; i < LENGTHOF(fixedWidth); i++) {
5584 cnv = ucnv_open(fixedWidth[i], &status);
5586 log_data_err("Error open converter: %s - %s \n", fixedWidth[i], u_errorName(status));
5591 log_err("%s is a fixedWidth converter but returned FALSE.\n", fixedWidth[i]);
5604 log_err("%s is NOT a fixedWidth converter but returned TRUE.\n", notFixedWidth[i]);
/external/skia/src/ports/
H A DSkFontConfigTypeface.h27 static FontConfigTypeface* Create(Style style, bool fixedWidth, SkStream* localStream) { argument
28 return SkNEW_ARGS(FontConfigTypeface, (style, fixedWidth, localStream));
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream) argument
62 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) {
H A DSkTypeface_win_dw.cpp418 bool fixedWidth = (postTable->isFixedPitch && local
421 if (fixedWidth) {
471 if (fixedWidth) {

Completed in 4743 milliseconds