HomeSort by relevance Sort by last modified time
    Searched defs:Mode (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/skia/include/effects/
SkAvoidXfermode.h 29 enum Mode {
37 There are two modes, and each mode interprets a tolerance value.
39 Avoid: In this mode, drawing is allowed only on destination pixels that
44 Target: In this mode, drawing only occurs on destination pixels that
49 SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
75 Mode fMode;
SkPorterDuff.h 25 /** DEPRECATED - use SkXfermode::Mode instead
37 enum Mode {
62 /** Return an SkXfermode object for the specified mode.
64 static SkXfermode* CreateXfermode(Mode mode);
67 porter-duff transfer mode.
69 static SkXfermodeProc GetXfermodeProc(Mode mode);
72 porter-duff transfer mode and srcColor to a 16bit device color. Note,
73 if the mode+srcColor might return a non-opaque color, then there is no
    [all...]
  /frameworks/base/graphics/java/android/graphics/
AvoidXfermode.java 21 * opColor or, depending on the Mode, draw only on top of the opColor.
26 public enum Mode {
30 Mode(int nativeInt) {
39 * There are two modes, and each mode interprets a tolerance value.
41 * Avoid: In this mode, drawing is allowed only on destination pixels that
46 * Target: In this mode, drawing only occurs on destination pixels that
51 public AvoidXfermode(int opColor, int tolerance, Mode mode) {
55 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt);
PorterDuff.java 22 public enum Mode {
61 Mode(int nativeInt) {
  /external/chromium/chrome/browser/ui/views/
reload_button.h 31 enum Mode { MODE_RELOAD = 0, MODE_STOP };
38 void ChangeMode(Mode mode, bool force);
62 // The mode we should be in assuming no timers are running.
63 Mode intended_mode_;
65 // The currently-visible mode - this may differ from the intended mode.
66 Mode visible_mode_;
  /external/chromium/crypto/
encryptor.h 25 enum Mode {
33 bool Init(SymmetricKey* key, Mode mode, const std::string& iv);
45 Mode mode_;
  /external/skia/src/animator/
SkDisplayAdd.h 28 enum Mode {
44 Mode mode; member in class:SkAdd
SkDisplayPost.h 32 enum Mode {
53 Mode mode; member in class:SkPost
SkDisplayApply.h 39 enum Mode {
61 Mode getMode() { return mode; }
90 Mode mode; member in class:SkApply
  /external/webkit/Source/WebCore/html/parser/
HTMLMetaCharsetParser.h 57 enum Mode {
  /external/webkit/Source/WebCore/loader/appcache/
ManifestParser.cpp 39 enum Mode { Explicit, Fallback, OnlineWhitelist, Unknown };
48 Mode mode = Explicit; local
96 mode = Explicit;
98 mode = Fallback;
100 mode = OnlineWhitelist;
102 mode = Unknown;
103 else if (mode == Unknown)
105 else if (mode == Explicit || mode == OnlineWhitelist)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
mode.h 38 * File : mode.h
39 * Purpose : Declaration of mode type
63 enum Mode { MR475 = 0,
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
gsmamr_enc.h 127 enum Mode
180 enum Mode mode,
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.h 32 enum Mode {
39 ElementaryStreamQueue(Mode mode);
54 Mode mMode;
  /external/webkit/Source/WebCore/storage/
IDBTransaction.h 51 enum Mode {
60 unsigned short mode() const;
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.h 48 enum Mode {
73 Mode mode() const;
100 Mode m_mode;
  /external/chromium/chrome/browser/ui/gtk/
reload_button_gtk.h 26 enum Mode { MODE_RELOAD = 0, MODE_STOP };
35 void ChangeMode(Mode mode, bool force);
71 // The mode we should be in assuming no timers are running.
72 Mode intended_mode_;
74 // The currently-visible mode - this may differ from the intended mode.
75 Mode visible_mode_;
  /external/chromium/net/base/
transport_security_state.h 33 enum Mode {
34 // Strict mode implies:
38 // Opportunistic mode implies:
61 Mode mode; member in struct:net::TransportSecurityState::DomainState
  /external/skia/include/utils/
SkTextBox.h 37 enum Mode {
43 Mode getMode() const { return (Mode)fMode; }
44 void setMode(Mode);
  /frameworks/base/include/ui/
KeyLayoutMap.h 28 enum Mode {
37 // Axis mode.
38 Mode mode; member in struct:android::AxisInfo
53 AxisInfo() : mode(MODE_NORMAL), axis(-1), highAxis(-1), splitValue(0), flatOverride(-1) {
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp 47 UChar *Mode = video->headerInfo.Mode;
52 /* Initialize mode */
58 M4VENC_MEMSET(Mode, MODE_INTRA, sizeof(UChar)*currVol->nTotalMB);
61 M4VENC_MEMSET(Mode, MODE_INTER, sizeof(UChar)*currVol->nTotalMB);
64 /*M4VENC_MEMSET(Mode, MODE_INTER_B,sizeof(UChar)*nTotalMB);*/
159 status = EncodeFrameDataPartMode(video); /* Encode Data Partitioning Mode VOP */
163 status = EncodeFrameCombinedMode(video); /* Encode Combined Mode VOP */
167 status = EncodeFrameCombinedMode(video); /* Encode Combined Mode VOP */
235 status = EncodeSliceDataPartMode(video); /* Encode Data Partitioning Mode VOP *
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 180 mode routines for every single cipher. That means every time you add or remove a cipher from the library
183 the key setup, ECB decrypt and encrypt and test vector routines. After that all five chaining mode routines
393 for a chaining mode or public key packet it is assumed that regardless of the actual size of \textit{unsigned char} only the
403 LibTomCrypt provides several block ciphers with an ECB block mode interface. It is important to first note that you
404 should never use the ECB modes directly to encrypt data. Instead you should use the ECB functions to make a chaining mode,
432 To encrypt or decrypt a block in ECB mode there are these two functions per cipher:
496 An example snippet that encodes a block with Blowfish in ECB mode.
620 \hline 3DES (EDE mode) & des3\_desc & 8 & 21 & 16 \\
    [all...]
  /external/chromium/base/
message_pump_libevent.h 89 enum Mode {
111 Mode mode,
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.h 74 enum Mode {
96 // Proxy setting for mode = direct or auto-detect or using pac script.
101 // Proxy setting for mode = single-proxy or proxy-per-scheme.
106 ProxyConfig() : mode(MODE_DIRECT) {}
112 // If mode is MODE_PROXY_PER_SCHEME, |scheme| is one of "http", "https",
130 Mode mode; member in struct:chromeos::ProxyConfigServiceImpl::ProxyConfig
132 // Set if mode is MODE_DIRECT or MODE_AUTO_DETECT or MODE_PAC_SCRIPT.
134 // Set if mode is MODE_SINGLE_PROXY.
136 // Set if mode is MODE_PROXY_PER_SCHEME and has http proxy
    [all...]
  /external/chromium/net/websockets/
websocket_handshake.h 24 enum Mode {
43 Mode mode() const { return mode_; } function in class:net::WebSocketHandshake
65 Mode mode_;

Completed in 680 milliseconds

1 2 3 4