Searched defs:Proc (Results 1 – 11 of 11) sorted by relevance
/external/skia/include/core/ |
D | SkBlitRow.h | 28 typedef void (*Proc)(uint16_t* SK_RESTRICT dst, typedef 97 typedef void (*Proc)(void* dst, size_t dstRB, SkBitmap::Config dstConfig, typedef
|
/external/llvm/test/FrontendAda/ |
D | fat_fields.adb | 4 procedure Proc is subprogram
|
/external/skia/include/effects/ |
D | SkColorMatrixFilter.h | 56 typedef void (*Proc)(State*, unsigned r, unsigned g, unsigned b, typedef
|
/external/skia/src/core/ |
D | SkDrawProcs.h | 18 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&); typedef
|
D | SkDraw.cpp | 306 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count, typedef 1688 typedef void (*Proc)(const TextMapState&, const SkScalar pos[]); typedef in TextMapState 2080 typedef bool (*Proc)(VertState*); typedef
|
D | SkBlitter.cpp | 671 typedef void (*Proc)(void*); typedef in SkAutoCallProc
|
/external/llvm/test/FrontendC/ |
D | 2007-03-05-DataLayout.c | 29 #define Proc(x) ((x)->proc) macro
|
/external/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 309 Record *Proc = ProcItinList[i]; in EmitStageAndOperandCycleData() local 357 Record *Proc = ProcItinList[i]; in EmitStageAndOperandCycleData() local
|
/external/skia/tests/ |
D | BlitRowTest.cpp | 20 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad); typedef
|
/external/mksh/src/ |
D | jobs.c | 40 typedef struct proc Proc; typedef
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 280 #define GET_PROC_ADDRESS(Proc) Proc argument 282 #define GET_PROC_ADDRESS(Proc) reinterpret_cast<Proc##Type>(getProcAddress(#Proc)); argument
|