Home
last modified time | relevance | path

Searched defs:mode (Results 526 - 550 of 2881) sorted by relevance

1...<<21222324252627282930>>...116

/third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/
H A DAudioDeviceSpinner.java42 public AudioDeviceSpinner(Context context, int mode){ in AudioDeviceSpinner() argument
57 public AudioDeviceSpinner(Context context, AttributeSet attrs, int defStyleAttr, int mode){ in AudioDeviceSpinner() argument
62 AudioDeviceSpinner(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, int mode) AudioDeviceSpinner() argument
67 AudioDeviceSpinner(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, int mode, Theme popupTheme) AudioDeviceSpinner() argument
/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp18 static const char* as_pdf_blend_mode_name(SkBlendMode mode) { in as_pdf_blend_mode_name() argument
46 static uint8_t pdf_blend_mode(SkBlendMode mode) { in pdf_blend_mode() argument
59 const SkBlendMode mode = p.getBlendMode_or(SkBlendMode::kSrcOver); in GetGraphicStateForPaint() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dparams.h33 BrotliEncoderMode mode; member
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUBuffer.cpp43 mapAsync(Napi::Env env, interop::GPUMapModeFlags mode, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) mapAsync() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DBufferGL.cpp134 MaybeError Buffer::MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) { in MapAsyncImpl() argument
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftlcdfil.c85 FT_Byte mode = bitmap->pixel_mode; in ft_lcd_filter_fir() local
191 FT_Byte mode = bitmap->pixel_mode; in _ft_lcd_filter_legacy() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-blob.hh66 hb_memory_mode_t mode; member
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo-ansi.hh54 ChafaCanvasMode mode; in chafa_print_image_rgb24() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Devent.h124 const Mode mode; member
131 Event::Shared::Shared(Allocator* allocator, Mode mode, bool initialState) in Shared() argument
230 any(Mode mode, const Iterator& begin, const Iterator& end) any() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormlzr.h785 quickCheck(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) quickCheck() argument
792 isNormalized(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) isNormalized() argument
[all...]
/third_party/toybox/toys/net/
H A Dsntp.c144 int mode = 7&*toybuf; in sntp_main() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DBufferValidationTests.cpp60 void AssertMapAsyncError(wgpu::Buffer buffer, wgpu::MapMode mode, size_t offset, size_t size) { in AssertMapAsyncError() argument
/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc123 bool File::CreateDir(const string& name, int mode) { in CreateDir() argument
130 bool File::RecursivelyCreateDir(const string& path, int mode) { in RecursivelyCreateDir() argument
/third_party/python/Modules/clinic/
H A D_dbmmodule.c.h140 int mode = 438; in dbmopen() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcall_once.h112 explicit SchedulingHelper(base_internal::SchedulingMode mode) : mode_(mode) { in SchedulingHelper() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dspinlock.h61 constexpr SpinLock(absl::ConstInitType, base_internal::SchedulingMode mode) in SpinLock() argument
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DTrimPaths.cpp43 auto mode = SkTrimPathEffect::Mode::kNormal; variable
61 this->node()->setMode(mode); variable
83 const auto mode = gModes[std::min<size_t>(ParseDefault<size_t>(jtrim["m"], 1) - 1, in AttachTrimGeometryEffect() local
/third_party/skia/modules/sksg/src/
H A DSkSGMaskEffect.cpp15 static bool is_inverted(sksg::MaskEffect::Mode mode) { in is_inverted() argument
19 static bool is_luma(sksg::MaskEffect::Mode mode) { in is_luma() argument
23 MaskEffect::MaskEffect(sk_sp<RenderNode> child, sk_sp<RenderNode> mask, Mode mode) in MaskEffect() argument
/third_party/skia/gm/
H A Dconstcolorprocessor.cpp55 ColorProcessor(TestMode mode) : fMode(mode) { in ColorProcessor() argument
H A Daarectmodes.cpp93 static SkScalar drawCell(SkCanvas* canvas, SkBlendMode mode, SkAlpha a0, SkAlpha a1) { in drawCell() argument
H A Dgradients_degenerate.cpp91 static sk_sp<SkShader> make_linear(SkTileMode mode) { in make_linear() argument
97 static sk_sp<SkShader> make_radial(SkTileMode mode) { in make_radial() argument
102 static sk_sp<SkShader> make_sweep(SkTileMode mode) { in make_sweep() argument
109 static sk_sp<SkShader> make_sweep_zero_ang(SkTileMode mode) { in make_sweep_zero_ang() argument
115 static sk_sp<SkShader> make_2pt_conic(SkTileMode mode) { in make_2pt_conic() argument
121 make_2pt_conic_zero_rad(SkTileMode mode) make_2pt_conic_zero_rad() argument
[all...]
/third_party/skia/include/effects/
H A DSkGradientShader.h77 MakeLinear(const SkPoint pts[2], const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeLinear() argument
101 MakeLinear(const SkPoint pts[2], const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeLinear() argument
124 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeRadial() argument
147 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeRadial() argument
165 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument
185 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument
[all...]
/third_party/selinux/libselinux/utils/
H A Dmatchpathcon.c21 static int printmatchpathcon(struct selabel_handle *hnd, const char *path, int header, int mode, int notrans) in printmatchpathcon() argument
139 int rc, mode = 0; in main() local
[all...]
/third_party/skia/bench/
H A DBlendmodeBench.cpp33 XfermodeBench(SkBlendMode mode, Type t) : fBlendMode(mode) { in XfermodeBench() argument
/third_party/spirv-tools/source/val/
H A Dvalidate_mode_setting.cpp304 const auto mode = i.GetOperandAs<spv::ExecutionMode>(1); ValidateEntryPoint() local
341 const auto mode = inst->GetOperandAs<spv::ExecutionMode>(1); ValidateExecutionMode() local
[all...]

Completed in 13 milliseconds

1...<<21222324252627282930>>...116