OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSurface
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp
507
const float opacity = options.
isSurface
? 1 : options.opacity;
509
if (m_state.replicaLayer && !options.
isSurface
)
516
options.textureMapper->drawTexture(*m_texture.get(), rect, transform, opacity, options.
isSurface
? 0 : maskTexture.get());
584
if (m_children.isEmpty() && !options.
isSurface
)
600
if (options.
isSurface
) {
632
const bool
isSurface
= (m_layerType == ClipLayer
643
optionsForDescendants.opacity =
isSurface
? 1 : options.opacity;
644
options.
isSurface
=
isSurface
;
661
if (
isSurface
) {
[
all
...]
TextureMapperNode.h
50
bool
isSurface
;
/external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h
37
bool
isSurface
(const llvm::Value &);
NVPTXUtilities.cpp
133
bool llvm::
isSurface
(const llvm::Value &val) {
NVPTXAsmPrinter.cpp
[
all
...]
Completed in 63 milliseconds