/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | drawing_mock.h | 59 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 D | drawing.h | 69 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 D | drawing_forward.h | 45 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 D | drawing.h | 36 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 D | btree_set.h | 27 // 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 D | btree_map.h | 27 // 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 D | node_hash_set.h | 30 // 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 D | flat_hash_set.h | 78 // 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 D | node_hash_map.h | 30 // 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 D | flat_hash_map.h | 82 // 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/modules/skparagraph/include/ |
H A D | drawing.h | 35 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/include/gpu/gl/ |
H A D | GrGLFunctions.h | 21 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/skia/third_party/externals/dawn/generator/templates/opengl/ |
H A D | opengl_platform.h | 17 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...] |
/third_party/opencl-headers/include/ |
H A D | opencl_wrapper.h | 37 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...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
H A D | drawing.h | 27 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...] |
/drivers/peripheral/user_auth/hdi_service/interface/ |
H A D | user_auth_hdi.h | 26 using IUserAuthInterface = OHOS::HDI::UserAuth::V2_0::IUserAuthInterface; 27 using UserAuthInterfaceService = OHOS::HDI::UserAuth::V2_0::UserAuthInterfaceService; 29 using HdiAuthType = OHOS::HDI::UserAuth::V2_0::AuthType; 30 using HdiExecutorRole = OHOS::HDI::UserAuth::V2_0::ExecutorRole; 31 using HdiExecutorSecureLevel = OHOS::HDI::UserAuth::V2_0::ExecutorSecureLevel; 32 using HdiPinSubType = OHOS::HDI::UserAuth::V2_0::PinSubType; 33 using HdiScheduleMode = OHOS::HDI::UserAuth::V2_0::ScheduleMode; 34 using HdiExecutorRegisterInfo = OHOS::HDI::UserAuth::V2_0::ExecutorRegisterInfo; 35 using HdiExecutorInfo = OHOS::HDI::UserAuth::V2_0::ExecutorInfo; 36 using HdiScheduleInf [all...] |
/base/useriam/user_auth_framework/services/base/inc/ |
H A D | user_auth_hdi.h | 27 using IUserAuthInterface = OHOS::HDI::UserAuth::V2_0::IUserAuthInterface; 28 using HdiAuthType = OHOS::HDI::UserAuth::V2_0::AuthType; 29 using HdiExecutorRole = OHOS::HDI::UserAuth::V2_0::ExecutorRole; 30 using HdiExecutorSecureLevel = OHOS::HDI::UserAuth::V2_0::ExecutorSecureLevel; 31 using HdiPinSubType = OHOS::HDI::UserAuth::V2_0::PinSubType; 32 using HdiScheduleMode = OHOS::HDI::UserAuth::V2_0::ScheduleMode; 33 using HdiExecutorRegisterInfo = OHOS::HDI::UserAuth::V2_0::ExecutorRegisterInfo; 34 using HdiExecutorInfo = OHOS::HDI::UserAuth::V2_0::ExecutorInfo; 35 using HdiScheduleInfo = OHOS::HDI::UserAuth::V2_0::ScheduleInfo; 36 using HdiAuthPara [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | Forward.h | 42 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 D | Forward.h | 42 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/metal/ |
H A D | Forward.h | 42 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 D | v8-callbacks.h | 138 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 D | v8-callbacks.h | 140 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...] |
/drivers/peripheral/face_auth/hdi_service/include/ |
H A D | face_auth_hdi.h | 30 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V2_0::IFaceAuthInterface; 31 using FaceAuthInterfaceStub = OHOS::HDI::FaceAuth::V2_0::FaceAuthInterfaceStub; 32 using AllInOneExecutorStub = OHOS::HDI::FaceAuth::V2_0::AllInOneExecutorStub; 34 using IExecutorCallback = OHOS::HDI::FaceAuth::V2_0::IExecutorCallback; 36 using IAllInOneExecutor = OHOS::HDI::FaceAuth::V2_0::IAllInOneExecutor; 38 using AuthType = OHOS::HDI::FaceAuth::V2_0::AuthType; 39 using ExecutorRole = OHOS::HDI::FaceAuth::V2_0::ExecutorRole; 40 using ExecutorSecureLevel = OHOS::HDI::FaceAuth::V2_0::ExecutorSecureLevel; 41 using DriverCommandId = OHOS::HDI::FaceAuth::V2_0::DriverCommandId; 42 using FaceTipsCod [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers_test.h | 69 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 D | dynamic_interface_types.h | 26 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...] |