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

12345

/external/chromium_org/skia/ext/
H A Dconvolver_mips_dspr2.h12 void ConvolveVertically_mips_dspr2(const ConvolutionFilter1D::Fixed* filter_val,
H A Dconvolver.h45 typedef short Fixed; typedef in class:skia::ConvolutionFilter1D
54 static Fixed FloatToFixed(float f) {
55 return static_cast<Fixed>(f * (1 << kShiftBits));
57 static unsigned char FixedToChar(Fixed x) {
60 static float FixedToFloat(Fixed x) {
61 // The cast relies on Fixed being a short, implying that on
64 COMPILE_ASSERT(sizeof(Fixed) == 2, fixed_type_should_fit_in_float_mantissa);
94 const Fixed* filter_values,
102 inline const Fixed* FilterForValue(int value_offset,
122 SK_API const Fixed* GetSingleFilte
[all...]
H A Dconvolver_SSE2.h12 void ConvolveVertically_SSE2(const ConvolutionFilter1D::Fixed* filter_values,
H A Dconvolver_mips_dspr2.cc24 const ConvolutionFilter1D::Fixed* filter_values =
134 const ConvolutionFilter1D::Fixed* filter_values =
234 void ConvolveVertically_mips_dspr2(const ConvolutionFilter1D::Fixed* filter_val,
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DLengthBox.h47 : m_left(Length(v, Fixed))
48 , m_right(Length(v, Fixed))
49 , m_top(Length(v, Fixed))
50 , m_bottom(Length(v, Fixed))
63 : m_left(Length(l, Fixed))
64 , m_right(Length(r, Fixed))
65 , m_top(Length(t, Fixed))
66 , m_bottom(Length(b, Fixed))
H A DTheme.h90 virtual LengthSize minimumControlSize(ControlPart, const Font&, float /*zoomFactor*/) const { return LengthSize(Length(0, Fixed), Length(0, Fixed)); }
/external/chromium_org/third_party/WebKit/Source/core/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 DStyleGeneratedImage.cpp72 intrinsicWidth = Length(size.width(), Fixed);
73 intrinsicHeight = Length(size.height(), Fixed);
H A DStyleReflection.h59 , m_offset(0, Fixed)
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DPerspectiveTransformOperation.cpp44 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(p), Fixed));
61 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(val), Fixed));
63 return PerspectiveTransformOperation::create(Length(0, Fixed));
H A DTranslateTransformOperation.cpp32 const Length zeroLength(0, Fixed);
/external/sfntly/cpp/src/sfntly/math/
H A Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { function in class:sfntly::Fixed1616
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DAnimationTranslationUtilTest.cpp71 operations1.operations().append(TranslateTransformOperation::create(Length(2, WebCore::Fixed), Length(0, WebCore::Fixed), TransformOperation::TranslateX));
75 operations2.operations().append(TranslateTransformOperation::create(Length(4, WebCore::Fixed), Length(0, WebCore::Fixed), TransformOperation::TranslateX));
206 operations1.operations().append(TranslateTransformOperation::create(Length(2, WebCore::Fixed), Length(0, WebCore::Fixed), TransformOperation::TranslateX));
210 operations2.operations().append(TranslateTransformOperation::create(Length(4, WebCore::Fixed), Length(0, WebCore::Fixed), TransformOperation::TranslateX));
226 operations1.operations().append(TranslateTransformOperation::create(Length(2, WebCore::Fixed), Length(0, WebCore::Fixed), TransformOperatio
[all...]
/external/chromium_org/media/base/
H A Daudio_bus.cc37 // |Format| is the destination type. If a bias is present, |Fixed| must be a
39 // overflowing. Without a bias |Fixed| must be the same as |Format|.
40 template<class Format, class Fixed, Format Bias>
44 COMPILE_ASSERT((Bias == 0 && sizeof(Fixed) == sizeof(Format)) ||
45 sizeof(Fixed) > sizeof(Format), invalid_deinterleave_types);
52 const Fixed v = static_cast<Fixed>(source[offset]) - Bias;
58 // |Format| is the destination type. If a bias is present, |Fixed| must be a
60 // overflowing. Without a bias |Fixed| must be the same as |Format|.
61 template<class Format, class Fixed, Forma
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMedia.cpp88 controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
89 controlsRenderer->style()->setWidth(Length(newSize.width(), Fixed));
H A DRenderThemeChromiumAndroid.cpp88 style->setWidth(Length(size.width(), Fixed));
89 style->setMinWidth(Length(size.width(), Fixed));
H A DRenderFullScreen.cpp104 fullscreenStyle->setLeft(Length(0, WebCore::Fixed));
105 fullscreenStyle->setTop(Length(0, WebCore::Fixed));
176 style->setWidth(Length(frameRect.width(), Fixed));
178 style->setHeight(Length(frameRect.height(), Fixed));
H A DRenderInputSpeech.cpp52 style->setWidth(Length(speechButtonSize, Fixed));
53 style->setHeight(Length(speechButtonSize, Fixed));
/external/sfntly/cpp/src/test/
H A Dendian_test.cc52 EXPECT_EQ(rfd->ReadFixed(24), Fixed1616::Fixed(1, 0));
67 fos.WriteFixed(Fixed1616::Fixed(1, 0));
H A Dverify_hhea.cc41 EXPECT_EQ(hhea->TableVersion(), Fixed1616::Fixed(1, 0));
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp360 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
361 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
362 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
363 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
387 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
405 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Diag level.
407 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category.
408 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Mapped Diag ID.
409 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size.
416 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFilterOperationsTest.cpp39 ops.operations().append(BlurFilterOperation::create(Length(20.0, WebCore::Fixed), FilterOperation::BLUR));
/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.cpp1451 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier
1463 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable
1483 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier
1495 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable
1532 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isCompleteDefinition
1533 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // EmbeddedInDeclarator
1534 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsFreeStanding
1535 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsCompleteDefinitionRequired
1545 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScoped
1546 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
[all...]

Completed in 1038 milliseconds

12345