Searched refs:isSurface (Results 1 – 5 of 5) sorted by relevance
507 const float opacity = options.isSurface ? 1 : options.opacity; in paintSelf()509 if (m_state.replicaLayer && !options.isSurface) in paintSelf()516 …Mapper->drawTexture(*m_texture.get(), rect, transform, opacity, options.isSurface ? 0 : maskTextur… in paintSelf()584 if (m_children.isEmpty() && !options.isSurface) in paintSelfAndChildren()600 if (options.isSurface) { in paintSelfAndChildren()632 const bool isSurface = (m_layerType == ClipLayer in paintRecursive() local643 optionsForDescendants.opacity = isSurface ? 1 : options.opacity; in paintRecursive()644 options.isSurface = isSurface; in paintRecursive()661 if (isSurface) { in paintRecursive()676 if (isDirty || !isSurface || m_state.tiled || !m_surface->isValid()) in paintRecursive()
50 bool isSurface; member
37 bool isSurface(const llvm::Value &);
133 bool llvm::isSurface(const llvm::Value &val) { in isSurface() function in llvm
1044 if (llvm::isSurface(*GVar)) { in printModuleLevelGV()