/third_party/skia/gm/ |
H A D | hugepath.cpp | 44 auto proc = [](SkCanvas* canvas, int w, int h) { in DEF_SIMPLE_GM() local
|
H A D | conicpaths.cpp | 33 template <typename Proc> void append_path(Proc proc) { in append_path() argument
|
H A D | shallowgradient.cpp | 47 ShallowGradientGM(MakeShaderProc proc, const char name[], bool dither) in ShallowGradientGM() argument
|
H A D | savelayer.cpp | 72 auto proc = [layerPaint](SkCanvas* canvas, SkCanvas::SaveLayerRec& rec) { in DEF_SIMPLE_GM() local
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | DynamicLib.h | 42 bool GetProc(T** proc, const std::string& procName, std::string* error = nullptr) const { in GetProc() argument
|
H A D | DynamicLib.cpp | 87 void* proc = nullptr; in GetProc() local
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/ |
H A D | trace.h | 54 ScopedTrace(const std::string &proc) in ScopedTrace() argument
|
/foundation/graphic/graphic_2d/utils/scoped_bytrace/src/ |
H A D | scoped_bytrace.cpp | 22 ScopedBytrace::ScopedBytrace(const std::string &proc) : proc_(proc) in ScopedBytrace() argument
|
/third_party/musl/src/stat/ |
H A D | fchmodat.c | 20 char proc[15+3*sizeof(int)]; in fchmodat() local
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_getprocaddress.c | 45 PROC proc; member
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | binary.cpp | 68 proc(std::ostream &os, const T &x) { in proc() function 73 proc(std::istream &is, T &x) { in proc() function 78 proc(binary::size_t &sz, const T &x) { in proc() function 89 proc(std::ostream &os, const std::vector<T> &v) { in proc() function 97 proc(std::istream &is, std::vector<T> &v) { in proc() function 105 proc(binar function 118 proc(std::ostream &os, const std::vector<T> &v) { proc() function 125 proc(std::istream &is, std::vector<T> &v) { proc() function 132 proc(binary::size_t &sz, const std::vector<T> &v) { proc() function 141 proc(std::ostream &os, const std::string &s) { proc() function 147 proc(std::istream &is, std::string &s) { proc() function 153 proc(binary::size_t &sz, const std::string &s) { proc() function 163 proc(S & s, QT &x) { proc() function 174 proc(S &s, QT &x) { proc() function 187 proc(S &s, QT &x) { proc() function 202 proc(S &s, QT &x) { proc() function 217 proc(S &s, QT &x) { proc() function [all...] |
/third_party/node/deps/v8/tools/gcmole/ |
H A D | run-gcmole.py | 25 proc = subprocess.Popen( variable
|
/third_party/nghttp2/src/ |
H A D | shrpx_exec.cc | 40 int exec_read_command(Process &proc, char *const argv[]) { in exec_read_command() argument
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_common.h | 67 GetOutputStreamDesc(ID3D12VideoProcessor *proc) in GetOutputStreamDesc() argument 108 GetOutputStreamDesc(ID3D12VideoProcessor *proc) in GetOutputStreamDesc() argument
|
/third_party/skia/src/core/ |
H A D | SkDrawLooper.cpp | 86 apply(SkCanvas* canvas, const SkPaint& paint, std::function<void(SkCanvas*, const SkPaint&)> proc) apply() argument
|
H A D | SkData.cpp | 16 SkData::SkData(const void* ptr, size_t size, ReleaseProc proc, void* context) in SkData() argument 24 SkData::SkData(const void* ptr, size_t size, OH_NativeBuffer* nativeBuffer, ReleaseProc proc, void* context) in SkData() argument
|
H A D | SkSpriteBlitter_ARGB32.cpp | 42 SkBlitRow::Proc32 proc = fProc32; variable
|
/third_party/skia/src/sksl/dsl/priv/ |
H A D | DSLFPs.cpp | 40 GrFragmentProcessor::ProgramImpl* proc = ThreadContext::CurrentProcessor(); in SampleChild() local
|
/third_party/skia/bench/ |
H A D | RegionContainBench.cpp | 36 RegionContainBench(Proc proc, const char name[]) { in RegionContainBench() argument 56 Proc proc = fProc; variable
|
/third_party/skia/docs/examples/ |
H A D | Image_MakeBackendTextureFromSkImage.cpp | 25 SkImage::BackendTextureReleaseProc proc; in REG_FIDDLE() local
|
/third_party/lz4/tests/ |
H A D | test-lz4-abi.py | 26 def proc(cmd_args, pipe=True, env=False): function
|
H A D | test-lz4-versions.py | 26 def proc(cmd_args, pipe=True, dummy=False): function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | FunctionsWGL.cpp | 24 T proc = nullptr; in GetWGLProcAddress() local 46 T proc = nullptr; in GetWGLExtensionProcAddress() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_data.cpp | 50 bool SkiaData::BuildWithProc(const void* ptr, size_t length, DataReleaseProc proc, void* ctx) in BuildWithProc() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | data.cpp | 41 bool Data::BuildWithProc(const void* ptr, size_t length, DataReleaseProc proc, void* ctx) in BuildWithProc() argument
|