Home
last modified time | relevance | path

Searched defs:Proc (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/core/
DSkVertState.h37 typedef bool (*Proc)(VertState*); typedef
DSkDraw.cpp278 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count, typedef
/external/skia/tools/gpu/gl/
DGLTestContext.h65 using Proc = Ret(GR_GL_FUNCTION_TYPE*)(Args...); in Ret() local
/external/skia/include/effects/
DSkMorphologyImageFilter.h28 typedef void (*Proc)(const SkPMColor* src, SkPMColor* dst, int radius, typedef
/external/skia/bench/
DRegionContainBench.cpp20 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionContainBench
DRegionBench.cpp71 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionBench
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time_unittest.py76 def Proc(): function
/external/skia/gm/
Dsrcmode.cpp31 typedef void (*Proc)(SkCanvas*, const SkPaint&); typedef
Dblurrect.cpp16 typedef void (*Proc)(SkCanvas*, const SkRect&, const SkPaint&); typedef
Dgradients_no_texture.cpp221 typedef void (*Proc)(ColorPos*); typedef in GradientsManyColorsGM
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp309 Record *Proc = ProcItinList[i]; in EmitStageAndOperandCycleData() local
357 Record *Proc = ProcItinList[i]; in EmitStageAndOperandCycleData() local
/external/skia/include/views/
DSkEvent.h38 typedef bool (*Proc)(const SkEvent& evt); typedef
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp655 Record *Proc = ProcItinList[i]; in collectAllFuncUnits() local
862 Record *Proc = ProcItinList[i]; in run() local
/external/skia/tests/
DBlitRowTest.cpp25 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad); typedef
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp330 Error CVTypeDumper::visitProcedure(ProcedureRecord &Proc) { in visitProcedure()
DSymbolDumper.cpp547 void CVSymbolDumperImpl::visitProcSym(SymbolKind Kind, ProcSym &Proc) { in visitProcSym()
/external/mksh/src/
Djobs.c41 typedef struct proc Proc; typedef