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.cpp147 SkBool Sk64::isFixed() const in isFixed() function in Sk64
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp445 bool isFixed = stream->readBool(); in deserializeLayer() local
/external/webkit/Source/WebCore/rendering/
DRenderLayer.h328 …bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == Fix… in isFixed() function
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp496 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp103 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/external/clang/include/clang/AST/
DDecl.h2860 bool isFixed() const { in isFixed() function