/third_party/boost/boost/graph/ |
D | graph_concepts.hpp | 103 void const_constraints(const G& cg) in const_constraints() 138 void const_constraints(const G& cg) in const_constraints() 170 void const_constraints(const G& cg) { p = adjacent_vertices(v, cg); } in const_constraints() 205 void const_constraints(const G& cg) in const_constraints() 253 void const_constraints(const G& cg) in const_constraints() 374 void const_constraints(const G& cg) { p = edge(u, v, cg); } in const_constraints() 390 void const_constraints(const G& cg) in const_constraints()
|
D | create_condensation_graph.hpp | 22 ComponentNumberMap component_number, CondensationGraph& cg, in create_condensation_graph() 78 ComponentNumberMap component_number, CondensationGraph& cg) in create_condensation_graph()
|
/third_party/flutter/skia/src/utils/mac/ |
D | SkCreateCGImageRef.cpp | 161 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { in SkCGDrawBitmap() 199 CGContextRef cg = CGBitmapContextCreate(pmap.writable_addr(), pmap.width(), pmap.height(), in SkCreateCGContext() local 223 CGContextRef cg = CGBitmapContextCreate(pixels, info.width(), info.height(), bitsPerComponent, in SkCopyPixelsFromCGImage() local
|
/third_party/skia/src/utils/mac/ |
D | SkCreateCGImageRef.cpp | 136 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { in SkCGDrawBitmap() 172 CGContextRef cg = CGBitmapContextCreate(pmap.writable_addr(), pmap.width(), pmap.height(), in SkCreateCGContext() local 195 SkUniqueCFRef<CGContextRef> cg(CGBitmapContextCreate( in SkCopyPixelsFromCGImage() local
|
/third_party/skia/src/core/ |
D | SkTraceEventCommon.h | 66 #define TRACE_EVENT0(cg, n) TRACE_EMPTY argument 67 #define TRACE_EVENT0_ALWAYS(cg, n) TRACE_EMPTY argument 68 #define TRACE_EVENT1(cg, n, a1n, a1v) TRACE_EMPTY argument 69 #define TRACE_EVENT2(cg, n, a1n, a1v, a2n, a2v) TRACE_EMPTY argument 70 #define TRACE_EVENT_INSTANT0(cg, n, scope) TRACE_EMPTY argument 71 #define TRACE_EVENT_INSTANT1(cg, n, scope, a1n, a1v) TRACE_EMPTY argument 72 #define TRACE_EVENT_INSTANT2(cg, n, scope, a1n, a1v, a2n, a2v) TRACE_EMPTY argument 73 #define TRACE_COUNTER1(cg, n, value) TRACE_EMPTY argument 74 #define TRACE_COUNTER2(cg, n, v1n, v1v, v2n, v2v) TRACE_EMPTY argument
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLCompiler.cpp | 1393 SPIRVCodeGenerator cg(fContext.get(), &program, this, &buffer); in toSPIRV() local 1411 SPIRVCodeGenerator cg(fContext.get(), &program, this, &out); in toSPIRV() local 1432 GLSLCodeGenerator cg(fContext.get(), &program, this, &out); in toGLSL() local 1451 MetalCodeGenerator cg(fContext.get(), &program, this, &out); in toMetal() local 1473 CPPCodeGenerator cg(fContext.get(), &program, this, name, &out); in toCPP() local 1484 HCodeGenerator cg(fContext.get(), &program, this, name, &out); in toH() local 1495 PipelineStageCodeGenerator cg(fContext.get(), &program, this, &buffer, outFormatArgs); in toPipelineStage() local 1512 ByteCodeGenerator cg(fContext.get(), &program, this, result.get()); in toByteCode() local
|
/third_party/skia/gm/ |
D | rasterhandleallocator.cpp | 97 CGContextRef cg = (CGContextRef)fCanvas->accessTopRasterHandle(); in drawRect() local 109 static CGAffineTransform matrix_to_transform(CGContextRef cg, const SkMatrix& ctm) { in matrix_to_transform() 129 CGContextRef cg = SkCreateCGContext(SkPixmap(info, nullptr, 0)); in allocHandle() local 143 CGContextRef cg = (CGContextRef)hndl; in updateHandle() local
|
/third_party/flutter/skia/gm/ |
D | rasterhandleallocator.cpp | 98 CGContextRef cg = (CGContextRef)fCanvas->accessTopRasterHandle(); in drawRect() local 110 static CGAffineTransform matrix_to_transform(CGContextRef cg, const SkMatrix& ctm) { in matrix_to_transform() 130 CGContextRef cg = SkCreateCGContext(SkPixmap(info, nullptr, 0)); in allocHandle() local 144 CGContextRef cg = (CGContextRef)hndl; in updateHandle() local
|
/third_party/ffmpeg/libavcodec/ |
D | vp5.c | 139 int node, cg, ctx; in vp5_parse_coeff_models() local 188 int b, i, cg, idx, ctx, ctx_last; in vp5_parse_coeff() local
|
D | vp6.c | 287 int node, cg, ctx, pos; in vp6_parse_coeff_models() local 411 int b, cg, idx; in vp6_parse_coeff_huffman() local 473 int b, i, cg, idx, ctx; in vp6_parse_coeff() local 695 int pt, ct, cg; in vp6_decode_free_context() local
|
D | rasc.c | 613 int cg = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 1]; in draw_cursor() local 641 int cg = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 1]; in draw_cursor() local 656 int cg = s->cursor[3 * s->cursor_w * (s->cursor_h - i - 1) + 3 * j + 1]; in draw_cursor() local
|
D | dds.c | 540 int cg = src[1] - 128; in run_postproc() local
|
/third_party/skia/src/sksl/ |
D | SkSLCompiler.cpp | 611 SPIRVCodeGenerator cg(fContext.get(), &program, &buffer); in toSPIRV() local 645 SPIRVCodeGenerator cg(fContext.get(), &program, &out); in toSPIRV() local 664 GLSLCodeGenerator cg(fContext.get(), &program, &out); in toGLSL() local 690 MetalCodeGenerator cg(fContext.get(), &program, &out); in toMetal() local
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/mx5/ |
D | clock.c | 89 unsigned int cg = enable ? MXC_CCM_CCGR_CG_ON : MXC_CCM_CCGR_CG_OFF; in enable_usboh3_clk() local 126 unsigned int cg = enable ? MXC_CCM_CCGR_CG_ON : MXC_CCM_CCGR_CG_OFF; in enable_usb_phy1_clk() local 140 unsigned int cg = enable ? MXC_CCM_CCGR_CG_ON : MXC_CCM_CCGR_CG_OFF; in enable_usb_phy1_clk() local 149 unsigned int cg = enable ? MXC_CCM_CCGR_CG_ON : MXC_CCM_CCGR_CG_OFF; in enable_usb_phy2_clk() local 744 unsigned int cg = enable ? MXC_CCM_CCGR_CG_ON : MXC_CCM_CCGR_CG_OFF; in enable_nfc_clk() local
|
/third_party/ffmpeg/libavfilter/ |
D | colorspace.h | 29 double cr, cg, cb; member
|
D | vf_vibrance.c | 83 const float cg = 1.f + gintensity * (1.f - sgintensity * color_saturation); in vibrance_slice8() local 142 const float cg = 1.f + gintensity * (1.f - sgintensity * color_saturation); in vibrance_slice16() local
|
D | avf_showspatial.c | 264 float cg; in draw_spatial() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CallGraphSCCPass.h | 93 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 181 : CG(cg), GetAssumptionCache(GetAssumptionCache), PSI(PSI), in CG() argument
|
/third_party/nghttp2/src/ |
D | asio_client_session_impl.cc | 640 callback_guard cg(*self); in do_read() local 683 callback_guard cg(*this); in do_write() local
|
/third_party/uboot/u-boot-2020.01/drivers/phy/ |
D | mt76x8-usb-phy.c | 75 struct clk cg; /* for clock gating */ member
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | nsper.hpp | 83 T cg; member
|
/third_party/boost/boost/graph/detail/ |
D | adjacency_list.hpp | 608 const graph_type& cg = static_cast< const graph_type& >(g_); in edges() local 1023 const graph_type& cg = static_cast< const graph_type& >(g_); in edges() local 1118 const Graph& cg = static_cast< const Graph& >(g_); in in_edges() local 1193 const graph_type& cg = static_cast< const graph_type& >(g_); in in_edges() local 1208 const graph_type& cg = static_cast< const graph_type& >(g_); in edges() local 1576 const AdjList& cg = static_cast< const AdjList& >(g_); in adjacent_vertices() local 1591 const AdjList& cg = static_cast< const AdjList& >(g_); in inv_adjacent_vertices() local 1607 const AdjList& cg = static_cast< const AdjList& >(g_); in out_edges() local 1618 const AdjList& cg = static_cast< const AdjList& >(g_); in vertices() local 1646 const Graph& cg = static_cast< const Graph& >(g_); in edge() local [all …]
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1591 SkUniqueCFRef<CGFontRef> cg(CGFontCreateWithDataProvider(provider.get())); in create_from_dataProvider() local 2678 static SkUniqueCFRef<CFDictionaryRef> copy_axes(CGFontRef cg, const SkFontArguments& args) { in copy_axes() 2774 SkUniqueCFRef<CGFontRef> cg(CGFontCreateWithDataProvider(provider.get())); in onMakeFromStreamArgs() local 2799 static SkUniqueCFRef<CFDictionaryRef> copy_axes(CGFontRef cg, SkFontData* fontData) { in copy_axes() 2861 SkUniqueCFRef<CGFontRef> cg(CGFontCreateWithDataProvider(provider.get())); in onMakeFromFontData() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_rotate.c | 552 Uint8 alphaMod, cr, cg, cb; in SDLgfx_rotateSurface() local
|