Home
last modified time | relevance | path

Searched refs:using (Results 1 - 25 of 6071) sorted by relevance

12345678910>>...243

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_mock.h59 using RSCanvas = Testing::TestingCanvas;
60 using RSPen = Testing::TestingPen;
61 using RSBrush = Testing::TestingBrush;
62 using RSPath = Testing::TestingPath;
63 using RSPathOp = Testing::TestingPathOp;
64 using RSImage = Testing::TestingImage;
65 using RSShaderEffect = Testing::TestingShaderEffect;
66 using RSPathDashStyle = Testing::TestingPathDashStyle;
67 using RSPathDirection = Testing::TestingPathDirection;
68 using RSPathEffec
[all...]
H A Ddrawing.h69 using RSCanvas = Rosen::Drawing::Canvas;
70 using RSImage = Rosen::Drawing::Image;
71 using RSBrush = Rosen::Drawing::Brush;
72 using RSFilter = Rosen::Drawing::Filter;
73 using RSColorFilter = Rosen::Drawing::ColorFilter;
74 using RSColorMatrix = Rosen::Drawing::ColorMatrix;
75 using RSPen = Rosen::Drawing::Pen;
76 using RSColor = Rosen::Drawing::Color;
77 using RSRect = Rosen::Drawing::Rect;
78 using RSPoin
[all...]
H A Ddrawing_forward.h45 using RSCanvas = Rosen::Drawing::Canvas;
46 using RSRect = Rosen::Drawing::RectF;
47 using RSNode = Rosen::RSNode;
48 using RSClipOp = Rosen::Drawing::ClipOp;
49 using RSPen = Rosen::Drawing::Pen;
50 using RSBrush = Rosen::Drawing::Brush;
51 using RSPath = Rosen::Drawing::Path;
52 using RSPathOp = Rosen::Drawing::PathOp;
53 using RSBitmap = Rosen::Drawing::Bitmap;
54 using RSPixma
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Ddrawing.h36 using RSBlurType = RSDrawing::BlurType;
37 using RSBrush = RSDrawing::Brush;
38 using RSMemoryStream = RSDrawing::MemoryStream;
39 using RSCanvas = RSDrawing::Canvas;
40 using RSColor = RSDrawing::Color;
41 using RSData = RSDrawing::Data;
42 using RSMaskFilter = RSDrawing::MaskFilter;
43 using RSFont = RSDrawing::Font;
44 using RSFilter = RSDrawing::Filter;
45 using RSFon
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_set.h27 // of those types. However, because they are implemented using B-trees, they
30 // Unlike `std::set` and `std::multiset`, which are commonly implemented using
62 // Keys are sorted using an (optional) comparison function, which defaults to
78 using Base = typename btree_set::btree_set_container;
120 using Base::Base;
125 using Base::begin;
130 using Base::cbegin;
135 using Base::end;
140 using Base::cend;
145 using Bas
[all...]
H A Dbtree_map.h27 // of those types. However, because they are implemented using B-trees, they
30 // Unlike `std::map` and `std::multimap`, which are commonly implemented using
62 // Keys are sorted using an (optional) comparison function, which defaults to
78 using Base = typename btree_map::btree_map_container;
120 using Base::Base;
125 using Base::begin;
130 using Base::cbegin;
135 using Base::end;
140 using Base::cend;
145 using Bas
[all...]
H A Dnode_hash_set.h30 // well, if you are migrating your code from using `std::unordered_set`, a
98 using Base = typename node_hash_set::raw_hash_set;
142 using Base::Base;
147 using Base::begin;
152 using Base::cbegin;
157 using Base::cend;
162 using Base::end;
171 using Base::capacity;
176 using Base::empty;
184 using Bas
[all...]
H A Dflat_hash_set.h78 // require pointer stability, consider using
104 using Base = typename flat_hash_set::raw_hash_set;
148 using Base::Base;
153 using Base::begin;
158 using Base::cbegin;
163 using Base::cend;
168 using Base::end;
177 using Base::capacity;
182 using Base::empty;
190 using Bas
[all...]
H A Dnode_hash_map.h30 // valid alternative. As well, if you are migrating your code from using
106 using Base = typename node_hash_map::raw_hash_map;
150 using Base::Base;
155 using Base::begin;
160 using Base::cbegin;
165 using Base::cend;
170 using Base::end;
179 using Base::capacity;
184 using Base::empty;
192 using Bas
[all...]
H A Dflat_hash_map.h82 // consider using `absl::flat_hash_map<Key, std::unique_ptr<Value>>` instead.
111 using Base = typename flat_hash_map::raw_hash_map;
155 using Base::Base;
160 using Base::begin;
165 using Base::cbegin;
170 using Base::cend;
175 using Base::end;
184 using Base::capacity;
189 using Base::empty;
197 using Bas
[all...]
/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h21 using GrGLActiveTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum texture);
22 using GrGLAttachShaderFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint shader);
23 using GrGLBeginQueryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint id);
24 using GrGLBindAttribLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint index, const char* name);
25 using GrGLBindBufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint buffer);
26 using GrGLBindFramebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint framebuffer);
27 using GrGLBindRenderbufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint renderbuffer);
28 using GrGLBindTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint texture);
29 using GrGLBindFragDataLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name);
30 using GrGLBindFragDataLocationIndexedF
[all...]
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h37 using clGetPlatformIDsFunc = cl_int (*)(cl_uint, cl_platform_id *, cl_uint *);
39 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *);
41 using clBuildProgramFunc = cl_int (*)(cl_program, cl_uint, const cl_device_id *, const char *,
44 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *, const size_t *,
47 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *);
48 using clRetainMemObjectFunc = cl_int (*)(cl_mem);
49 using clReleaseMemObjectFunc = cl_int (*)(cl_mem);
50 using clEnqueueUnmapMemObjectFunc = cl_int (*)(cl_command_queue, cl_mem, void *, cl_uint, const cl_event *, cl_event *);
51 using clRetainCommandQueueFunc = cl_int (*)(cl_command_queue command_queue);
53 using clCreateContextFun
[all...]
/third_party/skia/modules/skparagraph/include/
H A Ddrawing.h35 using RSBlurType = RSDrawing::BlurType;
36 using RSBrush = RSDrawing::Brush;
37 using RSCanvas = RSDrawing::Canvas;
38 using RSColor = RSDrawing::Color;
39 using RSFilter = RSDrawing::Filter;
40 using RSFont = RSDrawing::Font;
41 using RSFontEdging = RSDrawing::FontEdging;
42 using RSFontHinting = RSDrawing::FontHinting;
43 using RSFontMetrics = RSDrawing::FontMetrics;
44 using RSFontMg
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/
H A Dopengl_platform.h17 using GLvoid = void;
18 using GLchar = char;
19 using GLenum = unsigned int;
20 using GLboolean = unsigned char;
21 using GLbitfield = unsigned int;
22 using GLbyte = khronos_int8_t;
23 using GLshort = short;
24 using GLint = int;
25 using GLsizei = int;
26 using GLubyt
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Ddrawing.h27 using RSBrush = RSDrawing::Brush;
28 using RSCanvas = RSDrawing::Canvas;
29 using RSColor = RSDrawing::Color;
30 using RSPath = RSDrawing::Path;
31 using RSPen = RSDrawing::Pen;
32 using RSPoint = RSDrawing::Point;
33 using RSTextBlob = RSDrawing::TextBlob;
34 using RSSColor = RSDrawing::DrawingSColor;
35 using RSRenderGroup = RSDrawing::DrawingRenderGroup;
36 using RSSymbolLayer
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DForward.h42 using AdapterType = Adapter;
43 using BindGroupType = BindGroup;
44 using BindGroupLayoutType = BindGroupLayout;
45 using BufferType = Buffer;
46 using CommandBufferType = CommandBuffer;
47 using ComputePipelineType = ComputePipeline;
48 using DeviceType = Device;
49 using PipelineLayoutType = PipelineLayout;
50 using QuerySetType = QuerySet;
51 using QueueTyp
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DForward.h42 using AdapterType = Adapter;
43 using BindGroupType = BindGroup;
44 using BindGroupLayoutType = BindGroupLayout;
45 using BufferType = Buffer;
46 using CommandBufferType = CommandBuffer;
47 using ComputePipelineType = ComputePipeline;
48 using DeviceType = Device;
49 using PipelineLayoutType = PipelineLayout;
50 using QuerySetType = QuerySet;
51 using QueueTyp
[all...]
/third_party/node/deps/v8/include/
H A Dv8-callbacks.h138 using JitCodeEventHandler = void (*)(const JitCodeEvent* event);
184 using GCCallback = void (*)(GCType type, GCCallbackFlags flags);
186 using InterruptCallback = void (*)(Isolate* isolate, void* data);
195 using NearHeapLimitCallback = size_t (*)(void* data, size_t current_heap_limit,
202 using UnhandledExceptionCallback =
208 using CounterLookupCallback = int* (*)(const char* name);
210 using CreateHistogramCallback = void* (*)(const char* name, int min, int max,
213 using AddHistogramSampleCallback = void (*)(void* histogram, int sample);
217 using FatalErrorCallback = void (*)(const char* location, const char* message);
219 using OOMErrorCallbac
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-callbacks.h140 using JitCodeEventHandler = void (*)(const JitCodeEvent* event);
186 using GCCallback = void (*)(GCType type, GCCallbackFlags flags);
188 using InterruptCallback = void (*)(Isolate* isolate, void* data);
197 using NearHeapLimitCallback = size_t (*)(void* data, size_t current_heap_limit,
204 using UnhandledExceptionCallback =
210 using CounterLookupCallback = int* (*)(const char* name);
212 using CreateHistogramCallback = void* (*)(const char* name, int min, int max,
215 using AddHistogramSampleCallback = void (*)(void* histogram, int sample);
219 using FatalErrorCallback = void (*)(const char* location, const char* message);
226 using OOMErrorCallbac
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DForward.h42 using AdapterType = Adapter;
43 using BindGroupType = BindGroup;
44 using BindGroupLayoutType = BindGroupLayout;
45 using BufferType = Buffer;
46 using CommandBufferType = CommandBuffer;
47 using ComputePipelineType = ComputePipeline;
48 using DeviceType = Device;
49 using PipelineLayoutType = PipelineLayout;
50 using QuerySetType = QuerySet;
51 using QueueTyp
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-matchers_test.h69 using std::greater;
70 using std::less;
71 using std::list;
72 using std::make_pair;
73 using std::map;
74 using std::multimap;
75 using std::multiset;
76 using std::ostream;
77 using std::pair;
78 using st
[all...]
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Ddynamic_interface_types.h26 using DynamicColorSpaceConverterHandle = void;
29 using DynamicIsColorSpaceConversionSupportedFunc = int32_t(*)(const void*, const void*);
30 using DynamicCreateFunc = DynamicColorSpaceConverterHandle*(*)();
31 using DynamicDestroyFunc = void(*)(DynamicColorSpaceConverterHandle*);
32 using DynamicSetCallbackFunc = int32_t(*)(DynamicColorSpaceConverterHandle*, void*, void*);
33 using DynamicSetOutputSurfaceFunc = int32_t(*)(DynamicColorSpaceConverterHandle*, void*);
34 using DynamicCreateInputSurfaceFunc = int32_t(*)(DynamicColorSpaceConverterHandle*, void*);
35 using DynamicSetParameterFunc = int32_t(*)(DynamicColorSpaceConverterHandle*, void*);
36 using DynamicGetParameterFunc = int32_t(*)(DynamicColorSpaceConverterHandle*, void*);
37 using DynamicConfigureFun
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h34 using CodecFindEncoderFunc = AVCodec *(*)(enum AVCodecID id);
35 using CodecAllocContextFunc = AVCodecContext *(*)(const AVCodec *codec);
36 using CodecOpenFunc = int (*)(AVCodecContext *avctx,
38 using FormatAllocOutputContextFunc = int (*)(AVFormatContext **ctx,
42 using FormatNewStreamFunc = AVStream *(*)(AVFormatContext *s, const AVCodec *c);
43 using CodecParamFromContextFunc = int (*)(AVCodecParameters *par,
45 using IoOpenFunc = int (*)(AVIOContext **s, const char *url, int flags,
47 using IoFlushFunc = void (*)(AVIOContext *s);
48 using IoCloseFunc = int (*)(AVIOContext *s);
50 using FormatWriteHeaderFun
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DForward.h41 using AdapterType = Adapter;
42 using BindGroupType = BindGroup;
43 using BindGroupLayoutType = BindGroupLayout;
44 using BufferType = Buffer;
45 using CommandBufferType = CommandBuffer;
46 using ComputePipelineType = ComputePipeline;
47 using DeviceType = Device;
48 using PipelineLayoutType = PipelineLayout;
49 using QuerySetType = QuerySet;
50 using QueueTyp
[all...]
/third_party/gn/src/base/
H A Dvalue_iterators.h20 using DictStorage = base::flat_map<std::string, std::unique_ptr<Value>>;
29 using difference_type = DictStorage::iterator::difference_type;
30 using value_type = std::pair<const std::string, Value>;
31 using reference = std::pair<const std::string&, Value&>;
32 using iterator_category = std::bidirectional_iterator_tag;
73 using difference_type = DictStorage::const_iterator::difference_type;
74 using value_type = std::pair<const std::string, Value>;
75 using reference = std::pair<const std::string&, const Value&>;
76 using iterator_category = std::bidirectional_iterator_tag;
119 using key_typ
[all...]

Completed in 7 milliseconds

12345678910>>...243