HomeSort by relevance Sort by last modified time
    Searched defs:isFixed (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 104 bool isFixed() const { return !Mask || FixCount; }
509 assert(Bundle.isFixed() && "Reached block before any predecessors");
554 if (Bundle.isFixed()) {
    [all...]
  /external/skia/src/core/
Sk64.cpp 154 SkBool Sk64::isFixed() const
  /external/webkit/Source/WebCore/platform/
Length.h 174 bool isFixed() const { return type() == Fixed; }
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 463 bool isFixed = MFI->isFixedObjectIndex(FI);
478 if (isFixed) {
493 if (isFixed || (MFI->hasVarSizedObjects() &&
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 259 bool isFixed() { return m_isFixed; }
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 350 bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == FixedPosition; }
357 return !hasAutoZIndex() || renderer()->isRenderView() || (isComposited() && isFixed());
    [all...]

Completed in 1696 milliseconds