Searched refs:Fixed (Results 1 - 25 of 92) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/
H A DLengthBox.h42 : m_left(Length(v, Fixed))
43 , m_right(Length(v, Fixed))
44 , m_top(Length(v, Fixed))
45 , m_bottom(Length(v, Fixed))
58 : m_left(Length(l, Fixed))
59 , m_right(Length(r, Fixed))
60 , m_top(Length(t, Fixed))
61 , m_bottom(Length(b, Fixed))
H A DLength.h37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic }; enumerator in enum:WebCore::LengthType
103 setValue(Fixed, value);
115 *this = Length(value, Fixed);
122 case Fixed:
135 case Fixed:
151 case Fixed:
174 bool isFixed() const { return type() == Fixed; }
H A DTheme.h90 virtual LengthSize minimumControlSize(ControlPart, const Font&, float /*zoomFactor*/) const { return LengthSize(Length(0, Fixed), Length(0, Fixed)); }
/external/webkit/Source/WebCore/rendering/style/
H A DStyleSurroundData.cpp28 : margin(Fixed)
29 , padding(Fixed)
H A DBorderData.h38 BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed))
39 , m_topRight(Length(0, Fixed), Length(0, Fixed))
40 , m_bottomLeft(Length(0, Fixed), Length(0, Fixed))
41 , m_bottomRight(Length(0, Fixed), Length(0, Fixed))
H A DStyleReflection.h59 , m_offset(0, Fixed)
/external/webkit/Source/WebCore/rendering/
H A DRenderFullScreen.cpp62 fullscreenStyle->setLeft(Length(0, Fixed));
63 fullscreenStyle->setTop(Length(0, Fixed));
H A DRenderMedia.cpp78 controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
79 controlsRenderer->style()->setWidth(Length(newSize.width(), Fixed));
H A DRenderThemeWinCE.cpp222 style->setWidth(Length(13, Fixed));
224 style->setHeight(Length(13, Fixed));
337 o->style()->setWidth(Length(sliderThumbHeight, Fixed));
338 o->style()->setHeight(Length(sliderThumbWidth, Fixed));
340 o->style()->setWidth(Length(sliderThumbWidth, Fixed));
341 o->style()->setHeight(Length(sliderThumbHeight, Fixed));
349 style->setPaddingTop(Length(1, Fixed));
350 style->setPaddingRight(Length(3, Fixed));
351 style->setPaddingBottom(Length(1, Fixed));
352 style->setPaddingLeft(Length(3, Fixed));
[all...]
H A DRenderInputSpeech.cpp54 style->setWidth(Length(speechButtonSize, Fixed));
55 style->setHeight(Length(speechButtonSize, Fixed));
H A DRenderThemeWin.cpp687 style->setWidth(Length(width, Fixed));
688 style->setMinWidth(Length(width, Fixed));
718 style->setWidth(Length(13, Fixed));
720 style->setHeight(Length(13, Fixed));
766 style->setPaddingTop(Length(dropDownBoxPaddingTop, Fixed));
767 style->setPaddingRight(Length(dropDownBoxPaddingRight, Fixed));
768 style->setPaddingBottom(Length(dropDownBoxPaddingBottom, Fixed));
769 style->setPaddingLeft(Length(dropDownBoxPaddingLeft, Fixed));
778 style->setMinHeight(Length(minHeight, Fixed));
840 o->style()->setWidth(Length(sliderThumbHeight, Fixed));
[all...]
H A DRenderThemeSafari.cpp380 style->setWidth(Length(size.width(), Fixed));
382 style->setHeight(Length(size.height(), Fixed));
499 style->setPaddingLeft(Length(padding, Fixed));
500 style->setPaddingRight(Length(padding, Fixed));
501 style->setPaddingTop(Length(0, Fixed));
502 style->setPaddingBottom(Length(0, Fixed));
541 style->setMinHeight(Length(15, Fixed));
934 style->setMinHeight(Length(minHeight, Fixed));
1019 o->style()->setWidth(Length(sliderThumbWidth, Fixed));
1020 o->style()->setHeight(Length(sliderThumbHeight, Fixed));
[all...]
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DPerspectiveTransformOperation.cpp43 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(p), Fixed));
60 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(val), Fixed));
62 return PerspectiveTransformOperation::create(Length(0, Fixed));
/external/webkit/Source/WebCore/platform/haiku/
H A DRenderThemeHaiku.cpp136 style->setWidth(Length(size, Fixed));
139 style->setHeight(Length(size, Fixed));
167 style->setPaddingRight(Length(22, Fixed));
169 style->setMinHeight(Length(minHeight, Fixed));
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DFixedPositioning.h40 Percent, Fixed, Static, Intrinsic, MinIntrinsic }; enumerator in enum:WebCore::SkLength::SkLengthType
56 type = Fixed;
68 case Fixed:
84 if (len.type() == WebCore::Fixed) {
85 length.type = SkLength::Fixed;
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp364 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
365 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
366 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
367 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
391 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
409 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Diag level.
411 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category.
412 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Mapped Diag ID.
413 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size.
420 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1
[all...]
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSubSup.cpp76 scriptsStyle->setMarginLeft(Length(gSubsupScriptMargin, Fixed));
124 top->style()->setMarginTop(Length(-topAdjust, Fixed));
125 top->style()->setMarginBottom(Length(height - topHeight + topAdjust, Fixed));
167 base->style()->setPaddingTop(Length(heightDiff, Fixed));
H A DRenderMathMLUnderOver.cpp167 base->style()->setMarginTop(Length(-overSpacing, Fixed));
169 base->style()->setMarginTop(Length(0, Fixed));
196 under->style()->setMarginTop(Length(-underSpacing, Fixed));
219 base->style()->setMarginTop(Length(-overSpacing, Fixed));
236 under->style()->setMarginTop(Length(-underSpacing, Fixed));
H A DRenderMathMLFraction.cpp98 lastChild()->style()->setPaddingTop(Length(static_cast<int>(m_lineThickness + style()->fontSize() * gDenominatorPad), Fixed));
107 Length pad(static_cast<int>(rowStyle->fontSize() * gHorizontalPad), Fixed);
114 rowStyle->setPaddingTop(Length(2, Fixed));
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h92 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
119 case Fixed:
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1338 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier
1350 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable
1370 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier
1382 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable
1419 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isCompleteDefinition
1420 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // EmbeddedInDeclarator
1421 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsFreeStanding
1431 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScoped
1432 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScopedUsingClassTag
1433 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
[all...]
/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp90 RegUnits.back().Fixed = &LIS->getRegUnit(*Units);
116 RUI.FixedI = RUI.Fixed->find(Start);
122 if (RUI.FixedI != RUI.Fixed->end())
123 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start);
152 LiveInterval::const_iterator E = RegUnits[i].Fixed->end();
204 // Fixed interference.
207 LiveInterval *LI = RegUnits[i].Fixed;
H A DInterferenceCache.h74 /// Fixed interference in RegUnit.
75 LiveInterval *Fixed; member in struct:llvm::InterferenceCache::Entry::RegUnitInfo
80 RegUnitInfo(LiveIntervalUnion &LIU) : VirtTag(LIU.getTag()), Fixed(0) {
/external/webkit/Source/WebCore/platform/wx/
H A DRenderThemeWx.cpp208 style->setMarginLeft(Length(m, Fixed));
211 style->setMarginRight(Length(m, Fixed));
216 style->setMarginTop(Length(m, Fixed));
219 style->setMarginBottom(Length(m, Fixed));
234 style->setWidth(Length(13, Fixed));
237 style->setHeight(Length(13, Fixed));
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp264 style->setMarginLeft(Length(m, Fixed));
266 style->setMarginRight(Length(m, Fixed));
271 style->setMarginTop(Length(m, Fixed));
273 style->setMarginBottom(Length(m, Fixed));
466 o->style()->setWidth(Length(sliderThumbWidth, Fixed));
467 o->style()->setHeight(Length(sliderThumbHeight, Fixed));
539 style->setWidth(Length(19, Fixed));
540 style->setHeight(Length(19, Fixed));
585 style->setPaddingLeft(Length(padding,Fixed));
586 style->setPaddingTop(Length(padding, Fixed));
[all...]

Completed in 569 milliseconds

1234