OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasTransparency
(Results
1 - 3
of
3
) sorted by null
/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
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java
[
all
...]
/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))
Completed in 1382 milliseconds