/external/chromium_org/skia/ext/ |
H A D | convolver_mips_dspr2.h | 12 void ConvolveVertically_mips_dspr2(const ConvolutionFilter1D::Fixed* filter_val,
|
H A D | convolver.h | 45 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 D | convolver_SSE2.h | 12 void ConvolveVertically_SSE2(const ConvolutionFilter1D::Fixed* filter_values,
|
H A D | convolver_mips_dspr2.cc | 24 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 D | LengthBox.h | 47 : 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 D | Theme.h | 90 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 D | StyleSurroundData.cpp | 28 : margin(Fixed) 29 , padding(Fixed)
|
H A D | BorderData.h | 38 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 D | StyleGeneratedImage.cpp | 72 intrinsicWidth = Length(size.width(), Fixed); 73 intrinsicHeight = Length(size.height(), Fixed);
|
H A D | StyleReflection.h | 59 , m_offset(0, Fixed)
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
H A D | PerspectiveTransformOperation.cpp | 44 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(p), Fixed)); 61 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(val), Fixed)); 63 return PerspectiveTransformOperation::create(Length(0, Fixed));
|
H A D | TranslateTransformOperation.cpp | 32 const Length zeroLength(0, Fixed);
|
/external/sfntly/cpp/src/sfntly/math/ |
H A D | fixed1616.h | 34 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 D | AnimationTranslationUtilTest.cpp | 71 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 D | audio_bus.cc | 37 // |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 D | RenderMedia.cpp | 88 controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed)); 89 controlsRenderer->style()->setWidth(Length(newSize.width(), Fixed));
|
H A D | RenderThemeChromiumAndroid.cpp | 88 style->setWidth(Length(size.width(), Fixed)); 89 style->setMinWidth(Length(size.width(), Fixed));
|
H A D | RenderFullScreen.cpp | 104 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 D | RenderInputSpeech.cpp | 52 style->setWidth(Length(speechButtonSize, Fixed)); 53 style->setHeight(Length(speechButtonSize, Fixed));
|
/external/sfntly/cpp/src/test/ |
H A D | endian_test.cc | 52 EXPECT_EQ(rfd->ReadFixed(24), Fixed1616::Fixed(1, 0)); 67 fos.WriteFixed(Fixed1616::Fixed(1, 0));
|
H A D | verify_hhea.cc | 41 EXPECT_EQ(hhea->TableVersion(), Fixed1616::Fixed(1, 0));
|
/external/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 360 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 D | FilterOperationsTest.cpp | 39 ops.operations().append(BlurFilterOperation::create(Length(20.0, WebCore::Fixed), FilterOperation::BLUR));
|
/external/llvm/include/llvm/Bitcode/ |
H A D | BitCodes.h | 92 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 D | ASTWriterDecl.cpp | 1451 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...] |