HomeSort by relevance Sort by last modified time
    Searched refs:fixed (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /external/webkit/WebCore/rendering/
SVGRenderSupport.cpp 62 void SVGRenderBase::computeRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
68 object->parent()->computeRectForRepaint(repaintContainer, repaintRect, fixed);
71 void SVGRenderBase::mapLocalToContainer(const RenderObject* object, RenderBoxModelObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState)
73 ASSERT(!fixed); // We should have no fixed content in the SVG rendering tree.
76 object->parent()->mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState);
RenderView.h 60 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
172 virtual void mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) const;
173 virtual void mapAbsoluteToLocalPoint(bool fixed, bool useTransforms, TransformState&) const;
RenderObject.h 374 bool isPositioned() const { return m_positioned; } // absolute or fixed positioning
518 // used for element state updates that cannot be fixed with a
555 FloatPoint localToAbsolute(FloatPoint localPoint = FloatPoint(), bool fixed = false, bool useTransforms = false) const;
556 FloatPoint absoluteToLocal(FloatPoint, bool fixed = false, bool useTransforms = false) const;
559 FloatQuad localToAbsoluteQuad(const FloatQuad& quad, bool fixed = false) const
561 return localToContainerQuad(quad, 0, fixed);
564 FloatQuad localToContainerQuad(const FloatQuad&, RenderBoxModelObject* repaintContainer, bool fixed = false) const;
638 void computeAbsoluteRepaintRect(IntRect& r, bool fixed = false)
640 return computeRectForRepaint(0, r, fixed);
644 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false)
    [all...]
RenderLayer.h 97 , m_fixed(other.fixed())
118 bool fixed() const { return m_fixed; } function in class:WebCore::ClipRects
119 void setFixed(bool fixed) { m_fixed = fixed; }
137 m_fixed == other.fixed();
145 m_fixed = other.fixed();
326 // If fixed elements are composited, they will be containing children
RenderView.cpp 148 void RenderView::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool /*useTransforms*/, TransformState& transformState) const
163 if (fixed && m_frameView)
167 void RenderView::mapAbsoluteToLocalPoint(bool fixed, bool /*useTransforms*/, TransformState& transformState) const
178 if (fixed && m_frameView)
292 void RenderView::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed)
310 if (fixed && m_frameView)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkheaders 80 incdir=${libsubdir}/include-fixed
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkheaders 79 incdir=${libsubdir}/include-fixed
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/
mkheaders 79 incdir=${libsubdir}/include-fixed
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkheaders 80 incdir=${libsubdir}/include-fixed
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkheaders 79 incdir=${libsubdir}/include-fixed
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/
mkheaders 79 incdir=${libsubdir}/include-fixed
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
mkheaders 80 incdir=${libsubdir}/include-fixed
  /external/kernel-headers/original/linux/
if_hippi.h 105 __be32 fixed; member in struct:hippi_fp_hdr
  /external/skia/src/utils/
SkNinePatch.cpp 143 int fixed = bitmap.width() - stretchSize; local
144 stretchX = (bounds.width() - SkIntToScalar(fixed)) / numXStretch;
155 int fixed = bitmap.height() - stretchSize; local
156 stretchY = (bounds.height() - SkIntToScalar(fixed)) / numYStretch;
  /external/stlport/stlport/stl/
_ios_base.h 73 _STLP_STATIC_CONSTANT(int, fixed = 0x0040);
84 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);
332 inline ios_base& _STLP_CALL fixed(ios_base& __s) function
333 { __s.setf(ios_base::fixed, ios_base::floatfield); return __s; }
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-76054.js 66 status = 'fixed()';
67 actual = s.fixed();
  /ndk/sources/android/stlport/stlport/stl/
_ios_base.h 73 _STLP_STATIC_CONSTANT(int, fixed = 0x0040);
84 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);
332 inline ios_base& _STLP_CALL fixed(ios_base& __s) function
333 { __s.setf(ios_base::fixed, ios_base::floatfield); return __s; }
  /external/stlport/test/unit/
num_put_get_test.cpp 174 str << fixed << limits::max();
430 ostr << fixed << 1.23457e+17f;
440 ostr << fixed << showpos << 1.23457e+17f;
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
502 ostr << fixed << showpos << setprecision(100) << 1.234567e+17;
513 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l
    [all...]
  /ndk/sources/android/stlport/test/unit/
num_put_get_test.cpp 174 str << fixed << limits::max();
430 ostr << fixed << 1.23457e+17f;
440 ostr << fixed << showpos << 1.23457e+17f;
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
502 ostr << fixed << showpos << setprecision(100) << 1.234567e+17;
513 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l
    [all...]

Completed in 243 milliseconds

12 3 4 5 6