/third_party/skia/experimental/sktext/editor/ |
H A D | Texts.h | 21 using namespace skia::text;
|
/third_party/skia/include/codec/ |
H A D | SkCodec.h | 542 * reliably using the scanline decoder, and that rows will be output in 560 * scanlines one at a time, using the nextScanline() API. It is 743 using XformFormat = skcms_PixelFormat;
|
/third_party/skia/include/core/ |
H A D | SkBitmap.h | 36 SkBitmap can be drawn using SkCanvas. SkBitmap can be a drawing destination for SkCanvas 1163 using INHERITED = SkRefCnt;
|
H A D | SkColor.h | 419 using SkColor4f = SkRGBA4f<kUnpremul_SkAlphaType>;
|
H A D | SkRect.h | 556 using std::swap; 1233 members, using (SkScalarRoundToInt(fLeft), SkScalarRoundToInt(fTop), 1245 up fRight and fBottom, using 1258 up fRight and fBottom, using 1270 of fRight and fBottom, using 1283 members, using (SkScalarRoundToInt(fLeft), SkScalarRoundToInt(fTop), 1295 up fRight and fBottom, using 1307 of fRight and fBottom, using 1324 using std::swap; in sort()
|
/third_party/rust/crates/regex/src/literal/ |
H A D | imp.rs | 26 /// A single substring, using vector accelerated routines when available. 30 /// A packed multiple substring searcher, using SIMD. 34 /// with going through the Aho-Corasick machinery. So using the packed 191 // haystack, then it'd be worth using it. How to tune this... IDK. in new()
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | shim.h | 235 using PFN_get_platform_shim = PlatformShim* (*)(std::vector<fs::FolderManager>* folders);
|
/drivers/interface/display/composer/v1_0/display_command/ |
H A D | display_cmd_requester.h | 35 using namespace OHOS::HDI::Base; 36 using namespace OHOS::HDI::Display::Composer::V1_0; 924 using HdiDisplayCmdRequester = DisplayCmdRequester<SharedMemQueue<int32_t>, IDisplayComposer>;
|
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 49 using LoadRepresentation = MachineType; 203 using UnalignedStoreRepresentation = MachineRepresentation; 342 using Flags = base::Flags<Flag, unsigned>;
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 972 pa_log_error("Two mixer device names found ('%s', '%s'), using s/w volume", mdev, mdev2); in probe_volumes() 986 pa_log_warn("Could not probe path: %s, using s/w volume", path->name); in probe_volumes() 992 pa_log_debug("Set up h/w %s using '%s' for %s:%s", path->has_volume ? "volume" : "mute", in probe_volumes()
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-printers.h | 73 // // Prints value using the type inferred by the compiler. The difference 87 // using the compiler-inferred type of *iter where iter is a 224 // We print a protobuf using its ShortDebugString() when the string 225 // doesn't exceed this many characters; otherwise we print it using 293 using type = Printer; 307 using Printer = typename FindFirstPrinter< 428 // Prints the given value using the << operator if it has one; 493 // long string like 1.100000001 due to floating-point numbers not using 1073 // Prints a value using the type inferred by the compiler. The
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-printers.h | 76 // // Prints value using the type inferred by the compiler. The difference 90 // using the compiler-inferred type of *iter where iter is a 255 // We print a protobuf using its ShortDebugString() when the string 256 // doesn't exceed this many characters; otherwise we print it using 335 using type = Printer; 349 using Printer = typename FindFirstPrinter< in PrintWithFallback() 474 // Prints the given value using the << operator if it has one; 539 // long string like 1.100000001 due to floating-point numbers not using 1125 // Prints a value using the type inferred by the compiler. The
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime.h | 794 // using it with fuzzers. 886 using AllocateDoubleAlignFlag = base::BitField<bool, 0, 1>; 888 using AllowLargeObjectAllocationFlag = base::BitField<bool, 1, 1>;
|
/third_party/node/deps/v8/src/torque/ |
H A D | declarable.h | 569 using Map = std::unordered_map<TypeVector, SpecializationType, 589 using iterator = typename Map::const_iterator;
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-avx2.asm | 64 ; In-place 8x8x16-bit inverse matrix transpose using AVX2 instructions 116 ; In-place 8x8x16-bit accurate integer inverse DCT using AVX2 instructions
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.h | 150 using wgpu::AdapterProperties::name; 445 // attachment, and then using the "equals" depth test to check the contents are the same. 446 // Check stencil by rendering a full screen quad and using the "equals" stencil test with 634 using DawnTest = DawnTestWithParams<>; 676 // using MyParam = unsigned int;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 67 using ParamLoadedValue = std::pair<MachineOperand, DIExpression*>; 1025 /// decide on using an opcode (note that those assignments can still change). 1828 using RegInfo = DenseMapInfo<unsigned>;
|
H A D | BasicTTIImpl.h | 70 /// possible using the target independent parts of the code generator. 79 using BaseT = TargetTransformInfoImplCRTPBase<T>; 80 using TTI = TargetTransformInfo; 195 using TargetTransformInfoImplBase::DL; 493 // Enable using trip count upper bound to unroll loops. in getUnrollingPreferences() 765 // Assume that Zext is done using AND. in getCastInstrCost() 769 // Assume that sext is done using SHL and SRA. in getCastInstrCost() 1731 using BaseT = BasicTTIImplBase<BasicTTIImpl>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 999 using CVSymbol = CVRecord<SymbolKind>; 1000 using CVSymbolArray = VarStreamArray<CVSymbol>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCSerialization.h | 332 using WrappedErrorSerializer = 335 using WrappedErrorDeserializer =
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 58 using file_t = void *; 60 using file_t = int; 297 /// Makes \a path absolute using the \a current_directory if it is not already. 308 /// Makes \a path absolute using the current directory if it is not already. An
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 713 using BaseT::getCallCost; 745 using BaseT::getGEPCost;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.h | 184 using LegalMask = uint32_t; 314 using ExtInstr = void (TargetARM32::*)(Variable *, Variable *, 316 using DivInstr = void (TargetARM32::*)(Variable *, Variable *, Variable *, 1188 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 33 some additional information about using the registry and scripts to generate 92 we haven't tested this ourselves. Feedback would be helpful. If you're using 99 When generating header files using the \code{genheaders.py} script, an 783 \tag{types} block. Most types are picked up implicitly by using 830 interface, but using different GLX protocol (this might be called
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 317 // This allows checking if constants match using compound predicates and works 1742 using Ty = match_combine_and<IntrinsicID_match, Argument_match<T0>>; 1745 using Ty = 1750 using Ty = 1756 using Ty = 1763 using Ty = match_combine_and<typename m_Intrinsic_Ty<T0, T1, T2, T3>::Ty,
|