OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasTransparency
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp
228
const bool
hasTransparency
= m_state.opacity < 0.99 || m_state.maskLayer;
256
if (
hasTransparency
|| !m_state.transform.isIdentityOrTranslation() || m_parent->m_state.preserves3D)
265
if ((hasReplica && hasDescendantsWithContent) || (hasReplica &&
hasTransparency
) || (
hasTransparency
&& m_state.descendantsWithContent > 1))
/frameworks/base/tools/aapt/
Images.cpp
670
int *paletteEntries, bool *
hasTransparency
, int *colorType,
756
*
hasTransparency
= !isOpaque;
871
bool
hasTransparency
;
875
&paletteEntries, &
hasTransparency
, &color_type, outRows);
888
hasTransparency
? " (with alpha)" : ""));
910
if (
hasTransparency
) {
[
all
...]
Completed in 684 milliseconds