Home
last modified time | relevance | path

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

/external/skia/include/effects/
DSkColorMatrixFilter.h42 typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b, typedef
/external/skia/legacy/include/effects/
DSkColorMatrixFilter.h52 typedef void (*Proc)(State*, unsigned r, unsigned g, unsigned b, typedef
/external/skia/legacy/include/core/
DSkBlitRow.h35 typedef void (*Proc)(uint16_t* dst, typedef
/external/skia/include/core/
DSkBlitRow.h35 typedef void (*Proc)(uint16_t* dst, typedef
/external/skia/legacy/src/core/
DSkDrawProcs.h28 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&); typedef
DSkDraw.cpp304 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count, typedef
1670 typedef void (*Proc)(const TextMapState&, const SkScalar pos[]); typedef in TextMapState
2073 typedef bool (*Proc)(VertState*); typedef
DSkBlitter.cpp744 typedef void (*Proc)(void*); typedef in SkAutoCallProc
/external/skia/src/core/
DSkDrawProcs.h28 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&); typedef
DSkDraw.cpp322 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count, typedef
1804 typedef void (*Proc)(const TextMapState&, const SkScalar pos[]); typedef in TextMapState
2218 typedef bool (*Proc)(VertState*); typedef
DSkBlitter.cpp760 typedef void (*Proc)(void*); typedef in SkAutoCallProc
/external/skia/bench/
DRegionContainBench.cpp20 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionContainBench
DRegionBench.cpp72 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionBench
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp368 Record *Proc = ProcItinList[i]; in collectAllInsnClasses() local
419 Record *Proc = ProcItinList[i]; in run() local
/external/clang/test/CodeGen/
D2007-03-05-DataLayout.c31 #define Proc(x) ((x)->proc) macro
/external/skia/gm/
Dsrcmode.cpp35 typedef void (*Proc)(SkCanvas*, const SkPaint&); typedef
Dblurrect.cpp16 typedef void (*Proc)(SkCanvas*, const SkRect&, const SkPaint&); typedef
/external/skia/legacy/include/views/
DSkEvent.h36 typedef bool (*Proc)(const SkEvent& evt); typedef
/external/skia/include/views/
DSkEvent.h34 typedef bool (*Proc)(const SkEvent& evt); typedef
/external/skia/tests/
DBlitRowTest.cpp27 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad); typedef
/external/mksh/src/
Djobs.c40 typedef struct proc Proc; typedef
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp280 #define GET_PROC_ADDRESS(Proc) Proc argument
282 #define GET_PROC_ADDRESS(Proc) reinterpret_cast<Proc##Type>(getProcAddress(#Proc)); argument