/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 165 // only return true if the src is opaque (since 565 is opaque) 314 // we track if we actually see a non-opaque pixels, since sometimes a PNG sets its colortype 315 // to |= PNG_COLOR_MASK_ALPHA, but all of its pixels are in fact opaque. We care, since we 316 // draw lots faster if we can flag the bitmap has being opaque 664 // we track if we actually see a non-opaque pixels, since sometimes a PNG sets its colortype 665 // to |= PNG_COLOR_MASK_ALPHA, but all of its pixels are in fact opaque. We care, since we 666 // draw lots faster if we can flag the bitmap has being opaque [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerChromium.h | 120 void setOpaque(bool opaque) { m_opaque = opaque; setNeedsCommit(); } 121 bool opaque() const { return m_opaque; } function in class:WebCore::LayerChromium
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
rex.x | 70 opaque chars[4]; 145 opaque chars[6]; 156 opaque chars[6];
|
/cts/tests/tests/net/src/android/net/cts/ |
UriTest.java | 408 notes = "Test opaque uri.", 414 notes = "Test opaque uri.", 420 notes = "Test opaque uri.", 426 notes = "Test opaque uri.", 432 notes = "Test opaque uri.", 438 notes = "Test opaque uri.", 444 notes = "Test opaque uri.", 450 notes = "Test opaque uri.", 456 notes = "Test opaque uri.",
|
/external/bluetooth/glib/gio/ |
giomodule.h | 45 * Opaque module base class for extending GIO.
|
/external/bluetooth/glib/glib/ |
gchecksum.h | 55 * An opaque structure representing a checksumming operation.
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_gradient_view.mm | 93 // This view is intentionally not opaque because it overlaps with the findbar.
|
/external/chromium/net/proxy/ |
proxy_resolver.h | 27 // Opaque pointer type, to return a handle to cancel outstanding requests.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
StoreRef.h | 22 /// Store - This opaque type encapsulates an immutable mapping from
|
/external/clang/lib/CodeGen/ |
CodeGenTypes.h | 67 /// The opaque type map for Objective-C interfaces. All direct 69 /// responsible for coercing to the appropriate type; these opaque 140 /// and/or incomplete argument types, this will return the opaque type. 146 /// replace the 'opaque' type we previously made for it if applicable.
|
/external/clang/tools/libclang/ |
CXString.h | 39 /// \brief Create an opaque string pool used for fast geneneration of strings.
|
/external/dbus/dbus/ |
dbus-dataslot.h | 33 /** Opaque typedef for DBusDataSlot */
|
dbus-errors.h | 42 /** Mostly-opaque type representing an error that occurred */
|
/external/iptables/libipq/ |
ipq_create_handle.3 | 34 Netlink socket used by ip_queue, and returns an opaque context handle. It
|
/external/llvm/lib/Support/ |
README.txt.system | 39 3. Use Opaque Classes
|
/external/llvm/test/CodeGen/Thumb2/ |
cross-rc-coalescing-1.ll | 4 %struct.__sFILEX = type opaque
|
/external/llvm/test/CodeGen/X86/ |
2006-12-16-InlineAsmCrash.ll | 10 %struct.QImageIOHandlerPrivate = type opaque
|
2007-04-17-LiveIntervalAssert.ll | 4 %struct.__sFILEX = type opaque
|
licm-symbol.ll | 15 %struct.__sFILEX = type opaque
|
liveness-local-regalloc.ll | 7 %3 = type opaque
|
split-eh-lpad-edges.ll | 10 %struct.objc_selector = type opaque
|
/external/llvm/test/Linker/ |
2004-05-07-TypeResolution1.ll | 6 %myint = type opaque
|
/external/oprofile/daemon/ |
opd_perfmon.h | 63 unsigned long reg_smpl_eventid; /* opaque sampling event identifier */
|
/external/qemu/audio/ |
audio.c | 834 cb->ops.notify (cb->opaque, cmd); 1196 static void audio_timer (void *opaque) 1198 AudioState *s = opaque; [all...] |
/external/qemu/block/ |
dmg.c | 77 BDRVDMGState *s = bs->opaque; 213 BDRVDMGState *s = bs->opaque; 270 BDRVDMGState *s = bs->opaque; 285 BDRVDMGState *s = bs->opaque;
|