Home
last modified time | relevance | path

Searched defs:isFixed (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/
DLength.h174 bool isFixed() const { return type() == Fixed; } in isFixed() function
/external/skia/src/core/
DSk64.cpp154 SkBool Sk64::isFixed() const in isFixed() function in Sk64
/external/webkit/Source/WebCore/platform/graphics/android/
DLayerAndroid.h238 bool isFixed() { return m_isFixed; } in isFixed() function
/external/webkit/Source/WebCore/rendering/
DRenderLayer.h350 …bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == Fix… in isFixed() function
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp459 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp104 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/external/clang/include/clang/AST/
DDecl.h2690 bool isFixed() const { in isFixed() function