Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkBlitRow.h28 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/
Dfat_fields.adb4 procedure Proc is subprogram
/external/skia/include/effects/
DSkColorMatrixFilter.h56 typedef void (*Proc)(State*, unsigned r, unsigned g, unsigned b, typedef
/external/skia/src/core/
DSkDrawProcs.h18 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&); typedef
DSkDraw.cpp306 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
DSkBlitter.cpp671 typedef void (*Proc)(void*); typedef in SkAutoCallProc
/external/llvm/test/FrontendC/
D2007-03-05-DataLayout.c29 #define Proc(x) ((x)->proc) macro
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp309 Record *Proc = ProcItinList[i]; in EmitStageAndOperandCycleData() local
357 Record *Proc = ProcItinList[i]; in EmitStageAndOperandCycleData() local
/external/skia/tests/
DBlitRowTest.cpp20 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