/frameworks/base/awt/org/apache/harmony/awt/gl/image/ |
JpegDecoder.java | 88 Transparency.OPAQUE, DataBuffer.TYPE_BYTE
|
/frameworks/base/core/java/android/content/pm/ |
Signature.java | 26 * Opaque, immutable representation of a signature associated with an
|
/frameworks/base/core/jni/ |
android_media_ToneGenerator.cpp | 101 // Stow our new C++ ToneGenerator in an opaque field in the Java object.
|
/frameworks/base/docs/html/resources/articles/ |
listview-backgrounds.jd | 67 screen and because these bitmaps are known to be opaque, no blending is
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
TransitionDrawable.java | 213 * is disabled, the first drawable is always drawn opaque. With cross
|
Drawable.java | 339 * 255 means fully opaque. 490 * {@link android.graphics.PixelFormat#OPAQUE}. 495 * TRANSLUCENT and the others are OPAQUE then TRANSLUCENT should be 513 * else, OPAQUE is returned. 537 return PixelFormat.OPAQUE; [all...] |
/frameworks/base/include/media/ |
MediaPlayerInterface.h | 126 // Invoke a generic method on the player by using opaque parcels
|
/hardware/libhardware/include/hardware/ |
overlay.h | 110 /* opaque reference to an Overlay kernel object */
|
/packages/apps/IM/libwbxml/src/ |
imps_encoder.cpp | 132 EncoderError ImpsWbxmlEncoder::opaque(const char *chars, int len) function in class:ImpsWbxmlEncoder
|
/packages/apps/IM/libwbxml/test/ |
imps_encoder_test.cpp | 539 ASSERT_EQUAL_INT(NO_ERROR, encoder.opaque("Hello", 5)); 552 ASSERT_EQUAL_INT(NO_ERROR, encoder.opaque(data,dataSize)); 564 /* OPAQUE integer */ 598 /* SWITCH_PAGE, OPAQUE integer, ENTITY */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
IGraphics.java | 59 * between 0 (transparent) and 255 (opaque).
|
/external/icu4c/i18n/unicode/ |
regex.h | 802 * See useTransparentBounds for a description of transparent and opaque bounds. 803 * By default, a matcher uses opaque region boundaries. 805 * @return TRUE if this matcher is using opaque bounds, false if it is not. [all...] |
uregex.h | 524 * See useTransparentBounds for a description of transparent and opaque bounds. 525 * By default, matching boundaries are opaque. 529 * @return TRUE if this matcher is using opaque bounds, false if it is not. 540 * If the boolean argument is FALSE, then opaque bounds will be used. 546 * With opaque bounds, no text outside of the matching region is visible to lookahead, 549 * By default, opaque bounds are used. 552 * @param b TRUE for transparent bounds; FALSE for opaque bounds [all...] |
/external/qemu/hw/ |
usb-ohci.c | 333 OHCIState *s = port1->opaque; 383 static void ohci_reset(void *opaque) 385 OHCIState *ohci = opaque; 591 static void ohci_async_complete_packet(USBPacket *packet, void *opaque) 593 OHCIState *ohci = opaque; [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 560 * and/or may have lost per-pixel alpha (e.g. JPEG only supports opaque 688 * if the pixels may contain non-opaque alpha values. For some configs, 691 * known that all of its pixels are opaque. In this case hasAlpha() will 700 * Tell the bitmap if all of the pixels are known to be opaque (false) 701 * or if some of the pixels may contain non-opaque alpha values (true). 706 * to be opaque can take a faster drawing case than one that may have 707 * non-opaque per-pixel alpha values. [all...] |
/external/wpa_supplicant/ |
tlsv1_client.c | 150 /* opaque fragment[TLSPlaintext.length] */ 194 /* opaque fragment[TLSPlaintext.length] */ 207 /* Random random: uint32 gmt_unix_time, opaque random_bytes */ 493 * opaque ASN.1Cert<2^24-1>; 1154 /* opaque fragment[TLSPlaintext.length] */ [all...] |
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
MidWindow.java | [all...] |
/external/webkit/WebCore/rendering/ |
InlineTextBox.cpp | 280 bool opaque = fillColor.alpha() == 255; local 281 if (!opaque) 292 if (shadow->next || stroked || !opaque) { 303 } else if (!opaque) 318 if (shadow->next || stroked || !opaque) 324 } while (shadow || stroked || !opaque); [all...] |
/frameworks/base/core/java/android/view/ |
WindowManager.java | [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
URITest.java | 589 // opacity : one opaque, the other not 590 { "http:opaque", "http://nonopaque" }, 591 { "http://nonopaque", "http:opaque" }, 742 // hierarchical/opaque mismatch 746 // opaque [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
BitmapDrawableTest.java | 359 assertEquals(PixelFormat.OPAQUE, bitmapDrawable.getOpacity()); 365 assertEquals(PixelFormat.OPAQUE, bitmapDrawable.getOpacity());
|
InsetDrawableTest.java | 312 assertEquals(PixelFormat.OPAQUE, insetDrawable.getOpacity()); 316 assertEquals(PixelFormat.OPAQUE, insetDrawable.getOpacity());
|
NinePatchDrawableTest.java | 364 assertEquals(PixelFormat.OPAQUE, mNinePatchDrawable.getOpacity()); 376 // opaque image
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
testing.sgml | 558 An opaque structure representing a test case. 564 An opaque structure representing a test suite.
|
/external/bzip2/ |
bzlib_private.h | 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) 103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
|