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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/graphics/java/android/graphics/
PorterDuff.java 22 * of {@link Paint}'s {@link Paint#setXfermode(Xfermode) transfer mode}.
23 * All the available modes can be found in the {@link Mode} enum.</p>
74 * PorterDuff.Mode mode = // choose a mode
75 * paint.setXfermode(new PorterDuffXfermode(mode));
171 * <p>The documentation of each individual alpha compositing or blending mode below
178 public enum Mode {
360 Mode(int nativeInt) {
373 public static int modeToInt(Mode mode)
    [all...]
Xfermode.java 32 static final int DEFAULT = PorterDuff.Mode.SRC_OVER.nativeInt;
AvoidXfermode.java 21 * opColor or, depending on the Mode, draw only on top of the opColor.
29 public enum Mode {
33 Mode(int nativeInt) {
42 * There are two modes, and each mode interprets a tolerance value.
44 * Avoid: In this mode, drawing is allowed only on destination pixels that
49 * Target: In this mode, drawing only occurs on destination pixels that
54 public AvoidXfermode(int opColor, int tolerance, Mode mode) {
PorterDuffXfermode.java 21 * {@link Paint#setXfermode(Xfermode) transfer mode}. Refer to the
22 * documentation of the {@link PorterDuff.Mode} enum for more
27 * Create an xfermode that uses the specified porter-duff mode.
29 * @param mode The porter-duff mode that is applied
31 public PorterDuffXfermode(PorterDuff.Mode mode) {
32 porterDuffMode = mode.nativeInt;
  /frameworks/support/design/src/android/support/design/widget/
ViewUtils.java 22 static PorterDuff.Mode parseTintMode(int value, PorterDuff.Mode defaultMode) {
25 return PorterDuff.Mode.SRC_OVER;
27 return PorterDuff.Mode.SRC_IN;
29 return PorterDuff.Mode.SRC_ATOP;
31 return PorterDuff.Mode.MULTIPLY;
33 return PorterDuff.Mode.SCREEN;
  /frameworks/base/core/java/android/view/
Display.aidl 19 parcelable Display.Mode;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
mcf-mov3q.s 7 mov3q.l #-1,%d0 | Mode 0
8 mov3q.l #1,%a1 | Mode 1
9 mov3q.l #2,(%a2) | Mode 2
10 mov3q.l #3,(%a3)+ | Mode 3
11 mov3q.l #4,-(%a4) | Mode 4
12 mov3q.l #5,(1234,%a5) | Mode 5
13 mov3q.l #6,(3,%a6,%d6) | Mode 6
14 mov3q.l #7,0x1234.w | Mode 7.0
15 mov3q.l #-1,0x12345678.l | Mode 7.1
mcf-movsr.s 7 move.w %d3,%sr | Mode 0
8 move.w #-1,%sr | Mode 7.4
9 move.w %sr,%d3 | Mode 0
11 move.w %d3,%ccr | Mode 0
12 move.w #-1,%ccr | Mode 7.4
13 move.w %ccr,%d3 | Mode 0
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
reverse_bits.h 36 Description: Adding #include "mode.h" so that it compiles and works for the
65 #include "mode.h"
105 void reverse_bits(enum Mode mode, unsigned char *pCompressedBlock);
d_gain_p.h 52 #include "mode.h"
72 enum Mode mode, /* i : AMR mode */
bits2prm.h 53 #include "mode.h"
82 enum Mode mode,
  /external/skia/src/gpu/effects/
GrSRGBEffect.h 15 enum class Mode {
23 static sk_sp<GrFragmentProcessor> Make(Mode mode);
27 Mode mode() const { return fMode; } function in class:GrSRGBEffect
30 GrSRGBEffect(Mode mode);
38 Mode fMode;
  /external/skia/src/gpu/
GrWindowRectsState.h 15 enum class Mode : bool {
20 GrWindowRectsState() : fMode(Mode::kExclusive) {}
21 GrWindowRectsState(const GrWindowRectangles& windows, Mode mode)
22 : fMode(mode)
26 bool enabled() const { return Mode::kInclusive == fMode || !fWindows.empty(); }
27 Mode mode() const { return fMode; } function in class:GrWindowRectsState
32 fMode = Mode::kExclusive;
36 void set(const GrWindowRectangles& windows, Mode mode)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetSubtargetInfo.cpp 27 AntiDepBreakMode& Mode,
29 Mode = ANTIDEP_NONE;
  /external/skia/include/gpu/effects/
GrBlurredEdgeFragmentProcessor.h 29 enum Mode {
37 static sk_sp<GrFragmentProcessor> Make(Mode mode = kGaussian_Mode) {
38 return sk_sp<GrFragmentProcessor>(new GrBlurredEdgeFP(mode));
43 Mode mode() const { return fMode; } function in class:GrBlurredEdgeFP
46 GrBlurredEdgeFP(Mode mode)
48 , fMode(mode) {
63 Mode fMode
    [all...]
  /external/clang/utils/analyzer/
SumTimerInfo.py 34 Mode = 1
37 Mode = 1
38 if (("Analyzer Total Time" in line) and (Mode == 1)) :
44 if ((("warning generated." in line) or ("warnings generated" in line)) and Mode == 1) :
47 if (("The # of functions analysed (as top level)" in line) and (Mode == 1)) :
50 if (("The % of reachable basic blocks" in line) and (Mode == 1)) :
53 if (("The # of times we reached the max number of steps" in line) and (Mode == 1)) :
56 if (("The maximum number of basic blocks in a function" in line) and (Mode == 1)) :
60 if (("The # of steps executed" in line) and (Mode == 1)) :
63 if (("The # of times we inlined a call" in line) and (Mode == 1))
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Gop.c 52 OUT EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode
59 ModeData = &Private->ModeData[Mode->Mode];
60 Info = Mode->Info;
70 Mode->FrameBufferBase = FrameBufDesc->AddrRangeMin;
71 Mode->FrameBufferSize = Info->HorizontalResolution * Info->VerticalResolution;
72 Mode->FrameBufferSize = Mode->FrameBufferSize * ((ModeData->ColorDepth + 7) / 8);
74 Mode->FrameBufferBase, (UINT64)Mode->FrameBufferSize));
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
prm2bits.h 53 #include "mode.h"
72 enum Mode mode, /* i : AMR mode */
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
ImageViewBindingObject.java 31 private PorterDuff.Mode mTintMode = PorterDuff.Mode.DARKEN;
41 public PorterDuff.Mode getTintMode() {
48 mTintMode = PorterDuff.Mode.LIGHTEN;
  /libcore/luni/src/main/java/libcore/io/
IoTracker.java 29 private Mode mode = Mode.READ; field in class:IoTracker
40 public void trackIo(int byteCount, Mode mode) {
41 if (this.mode != mode) {
43 this.mode = mode;
59 public enum Mode {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PorterDuffColorFilter_Delegate.java 22 import android.graphics.PorterDuff.Mode;
52 private final Mode mMode;
64 return "PorterDuff Color Filter is not supported for mode: " + mMode.name() + ".";
86 private PorterDuffColorFilter_Delegate(int srcColor, int mode) {
88 mMode = getCompatibleMode(getPorterDuffMode(mode));
94 // in such cases, they can usually be mapped to some other mode, which produces an approximately
96 private Mode getCompatibleMode(Mode mode) {
97 Mode m = mode
    [all...]
  /frameworks/support/compat/java/android/support/v4/view/
TintableBackgroundView.java 31 * mode, which is {@link PorterDuff.Mode#SRC_IN} by default.
34 * mutate the drawable and apply the specified tint and tint mode.
51 * Specifies the blending mode used to apply the tint specified by
53 * drawable. The default mode is {@link PorterDuff.Mode#SRC_IN}.
55 * @param tintMode the blending mode used to apply the tint, may be
59 void setSupportBackgroundTintMode(@Nullable PorterDuff.Mode tintMode);
62 * Return the blending mode used to apply the tint to the background
65 * @return the blending mode used to apply the tint to the backgroun
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewSampleProjectWizard.java 18 import com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectWizardState.Mode;
30 super(Mode.SAMPLE);
NewTestProjectWizard.java 18 import com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectWizardState.Mode;
30 super(Mode.TEST);
  /prebuilts/go/darwin-x86/src/cmd/fix/
printerconfig_test.go 21 d := &printer.Config{Tabwidth: 8, Mode: 0}
30 b := printer.Config{Mode: 0, Tabwidth: 8}
31 c := &printer.Config{Mode: 0}
32 d := &printer.Config{Tabwidth: 8, Mode: 0}
33 return printer.Config{Mode: 0, Tabwidth: 8}

Completed in 1576 milliseconds

1 2 3 4 5 6 7 8 91011>>