Home
last modified time | relevance | path

Searched defs:H (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/third_party/flutter/skia/gm/
Daaa.cpp17 #define H 800 macro
19 DEF_SIMPLE_GM(analytic_antialias_convex, canvas, W, H) { in DEF_SIMPLE_GM() argument
93 DEF_SIMPLE_GM(analytic_antialias_general, canvas, W, H) { in DEF_SIMPLE_GM() argument
137 DEF_SIMPLE_GM(analytic_antialias_inverse, canvas, W, H) { in DEF_SIMPLE_GM() argument
Dgm.h37 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument
39 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR) \ argument
41 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument
49 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument
51 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
53 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument
61 #define DEF_SIMPLE_GPU_GM(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, W, H) \ argument
63 #define DEF_SIMPLE_GPU_GM_BG(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, W, H, BGCOLOR) \ argument
73 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, RENDER_TARGET_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument
77 H, BGCOLOR) \ argument
/third_party/skia/gm/
Daaa.cpp19 #define H 800 macro
21 DEF_SIMPLE_GM(analytic_antialias_convex, canvas, W, H) { in DEF_SIMPLE_GM() argument
92 DEF_SIMPLE_GM(analytic_antialias_general, canvas, W, H) { in DEF_SIMPLE_GM() argument
135 DEF_SIMPLE_GM(analytic_antialias_inverse, canvas, W, H) { in DEF_SIMPLE_GM() argument
Dgm.h38 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument
40 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR) \ argument
42 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument
50 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument
52 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
54 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument
62 #define DEF_SIMPLE_GPU_GM(NAME, GR_CONTEXT, CANVAS, W, H) \ argument
65 #define DEF_SIMPLE_GPU_GM_BG(NAME, GR_CONTEXT, CANVAS, W, H, BGCOLOR) \ argument
73 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument
76 #define DEF_SIMPLE_GPU_GM_BG_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
Dsurface.cpp37 #define H 100 macro
204 #define DEF_BASIC_SURFACE_TEST(name, canvas, main, W, H) \ argument
212 #define DEF_BACKEND_SURFACE_TEST(name, canvas, main, type, W, H) \ argument
224 #define DEF_BET_SURFACE_TEST(name, canvas, main, W, H) \ argument
228 #define DEF_BERT_SURFACE_TEST(name, canvas, main, W, H) \ argument
234 #define DEF_SURFACE_TESTS(name, canvas, W, H) \ argument
/third_party/ffmpeg/libavcodec/
Dvp9lpf.c42 int L = *l, H = L >> 4; in filter_plane_cols() local
65 int L = l[8 << ss_v], H = L >> 4; in filter_plane_cols() local
77 int L = *l, H = L >> 4; in filter_plane_cols() local
90 int L = l[8 << ss_v], H = L >> 4; in filter_plane_cols() local
117 int L = *l, H = L >> 4; in filter_plane_rows() local
140 int L = l[1 + ss_h], H = L >> 4; in filter_plane_rows() local
149 int L = *l, H = L >> 4; in filter_plane_rows() local
162 int L = l[1 + ss_h], H = L >> 4; in filter_plane_rows() local
/third_party/boost/libs/parameter/test/
Dcompose.cpp444 struct H struct
446 std::pair<int,int> i;
447 std::pair<int,int>& j;
448 std::pair<int,int> const& k;
451 H(ArgPack const& args) in H() function
/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.h66 #define BROTLI_HC_MARK_TABLE_FOR_FAST_LOAD(H) argument
67 #define BROTLI_HC_ADJUST_TABLE_INDEX(H, V) H += (V) argument
70 #define BROTLI_HC_FAST_LOAD_BITS(H) (H->bits) argument
71 #define BROTLI_HC_FAST_LOAD_VALUE(H) (H->value) argument
/third_party/node/deps/brotli/c/dec/
Dhuffman.h66 #define BROTLI_HC_MARK_TABLE_FOR_FAST_LOAD(H) argument
67 #define BROTLI_HC_ADJUST_TABLE_INDEX(H, V) H += (V) argument
70 #define BROTLI_HC_FAST_LOAD_BITS(H) (H->bits) argument
71 #define BROTLI_HC_FAST_LOAD_VALUE(H) (H->value) argument
/third_party/boost/boost/ptr_container/
Dptr_unordered_set.hpp217 new_clone( const ptr_unordered_set<K,H,P,CA,A>& r ) in new_clone() argument
224 new_clone( const ptr_unordered_multiset<K,H,P,CA,A>& r ) in new_clone() argument
233 inline void swap( ptr_unordered_set<K,H,P,CA,A>& l, in swap() argument
240 inline void swap( ptr_unordered_multiset<K,H,P,CA,A>& l, in swap() argument
Dptr_unordered_map.hpp225 new_clone( const ptr_unordered_map<K,T,H,P,CA,A>& r ) in new_clone() argument
232 new_clone( const ptr_unordered_multimap<K,T,H,P,CA,A>& r ) in new_clone() argument
241 inline void swap( ptr_unordered_map<K,T,H,P,CA,A>& l, in swap() argument
248 inline void swap( ptr_unordered_multimap<K,T,H,P,CA,A>& l, in swap() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule()
91 JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in findSymbolIn()
99 Error emitAndFinalize(ModuleHandleT H) { in emitAndFinalize()
DRemoteObjectLayer.h189 Error badObjectHandleError(ObjHandleT H) { in badObjectHandleError()
346 Error removeObject(ObjHandleT H) { in removeObject()
358 JITSymbol findSymbolIn(ObjHandleT H, StringRef Name, bool ExportedSymbolsOnly) { in findSymbolIn()
365 Error emitAndFinalize(ObjHandleT H) { in emitAndFinalize()
371 Expected<RemoteSymbol> lookup(ObjHandleT H, const std::string &Name) { in lookup()
379 Expected<RemoteSymbol> lookupInLogicalDylib(ObjHandleT H, in lookupInLogicalDylib()
489 Error removeObject(ObjHandleT H) { in removeObject()
508 Expected<RemoteSymbol> findSymbolIn(ObjHandleT H, const std::string &Name, in findSymbolIn()
521 Error emitAndFinalize(ObjHandleT H) { in emitAndFinalize()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dunordered_map_constructor_test.h50 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
60 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
73 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
Dunordered_set_constructor_test.h51 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
61 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
74 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
/third_party/abseil-cpp/absl/container/internal/
Dunordered_map_constructor_test.h49 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
59 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
72 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
Dunordered_set_constructor_test.h51 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
61 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
74 using H = typename TypeParam::hasher; in TYPED_TEST_P() local
/third_party/freetype/src/autofit/
Dafranges.h29 #define SCRIPT( s, S, d, h, H, ss ) \ argument
35 #define SCRIPT( s, S, d, h, H, ss ) \ argument
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafranges.h29 #define SCRIPT( s, S, d, h, H, ss ) \ argument
35 #define SCRIPT( s, S, d, h, H, ss ) \ argument
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafranges.h29 #define SCRIPT( s, S, d, h, H, ss ) \ argument
35 #define SCRIPT( s, S, d, h, H, ss ) \ argument
/third_party/typescript/tests/baselines/reference/
DduplicateIdentifierRelatedSpans2.js11 class H { } class
62 function H() { class in H
DsuperCallAssignResult.js6 class H extends E { class
36 function H() { class in H
DimportsNotUsedAsValues_error.js45 class H {} class
126 function H() { class in H
/third_party/typescript/tests/cases/compiler/
DduplicateIdentifierRelatedSpans2.ts10 class H { } class
20 class H { } class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DHeader.cpp23 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const Header &H) { in operator <<()
70 Header H; in decode() local

12345678910>>...19