Searched refs:Proc (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.h12 extern const SkBlitRow::Proc sk_blitrow_platform_565_procs_arm_neon[];
H A DSkBlitRow_opts_none.cpp13 SkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) {
H A DSkBlitRow_opts_arm.cpp341 static const SkBlitRow::Proc sk_blitrow_platform_565_procs_arm[] = {
367 SkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) {
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.h12 extern const SkBlitRow::Proc sk_blitrow_platform_565_procs_arm_neon[];
H A DSkBlitRow_opts_none.cpp13 SkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) {
H A DSkBlitRow_opts_arm.cpp341 static const SkBlitRow::Proc sk_blitrow_platform_565_procs_arm[] = {
367 SkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) {
/external/chromium_org/third_party/skia/src/core/
H A DSkDrawProcs.h38 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&); typedef in struct:SkDraw1Glyph
40 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache,
59 SkDraw1Glyph::Proc fD1GProc;
H A DSkProcSpriteBlitter.cpp14 typedef void (*Proc)(void* dst, const void* src, int count, const SkPMColor ctable[]);
16 SkProcSpriteBlitter(const SkBitmap& source, Proc proc, unsigned srcShift, unsigned dstShift)
25 Proc proc = fProc;
43 Proc fProc;
H A DSkBlitRow_D16.cpp211 static const SkBlitRow::Proc gDefault_565_Procs[] = {
227 SkBlitRow::Proc SkBlitRow::Factory(unsigned flags, SkBitmap::Config config) {
232 SkBlitRow::Proc proc = NULL;
/external/skia/src/core/
H A DSkDrawProcs.h38 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&); typedef in struct:SkDraw1Glyph
40 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache,
59 SkDraw1Glyph::Proc fD1GProc;
H A DSkProcSpriteBlitter.cpp14 typedef void (*Proc)(void* dst, const void* src, int count, const SkPMColor ctable[]);
16 SkProcSpriteBlitter(const SkBitmap& source, Proc proc, unsigned srcShift, unsigned dstShift)
25 Proc proc = fProc;
43 Proc fProc;
H A DSkBlitRow_D16.cpp211 static const SkBlitRow::Proc gDefault_565_Procs[] = {
227 SkBlitRow::Proc SkBlitRow::Factory(unsigned flags, SkBitmap::Config config) {
232 SkBlitRow::Proc proc = NULL;
/external/skia/bench/
H A DRegionContainBench.cpp20 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in class:RegionContainBench
22 Proc fProc;
37 RegionContainBench(void* param, Proc proc, const char name[]) : INHERITED(param) {
55 Proc proc = fProc;
H A DPathUtilsBench.cpp38 typedef void (*Proc)(char*, SkPath*); typedef in class:PathUtilsBench
40 Proc fProc;
47 PathUtilsBench(void* param, Proc proc, const char name[]) : INHERITED(param) {
H A DRegionBench.cpp72 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in class:RegionBench
75 Proc fProc;
93 RegionBench(void* param, int count, Proc proc, const char name[], int mul = 1) : INHERITED(param) {
110 Proc proc = fProc;
/external/chromium_org/third_party/skia/include/core/
H A DSkBlitRow.h35 typedef void (*Proc)(uint16_t* dst, typedef in class:SkBlitRow
39 static Proc Factory(unsigned flags, SkBitmap::Config);
94 static Proc PlatformProcs565(unsigned flags);
/external/skia/include/core/
H A DSkBlitRow.h35 typedef void (*Proc)(uint16_t* dst, typedef in class:SkBlitRow
39 static Proc Factory(unsigned flags, SkBitmap::Config);
94 static Proc PlatformProcs565(unsigned flags);
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrixFilter.h44 typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b, typedef in class:SkColorMatrixFilter
47 Proc fProc;
/external/skia/include/effects/
H A DSkColorMatrixFilter.h44 typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b, typedef in class:SkColorMatrixFilter
47 Proc fProc;
/external/chromium_org/third_party/skia/include/views/
H A DSkEvent.h34 typedef bool (*Proc)(const SkEvent& evt); typedef in class:SkEvent
91 Proc getTargetProc() const { return fTargetProc; }
101 SkEvent* setTargetProc(Proc proc) {
270 Proc fTargetProc;
/external/skia/include/views/
H A DSkEvent.h34 typedef bool (*Proc)(const SkEvent& evt); typedef in class:SkEvent
91 Proc getTargetProc() const { return fTargetProc; }
101 SkEvent* setTargetProc(Proc proc) {
270 Proc fTargetProc;
/external/mksh/src/
H A Djobs.c40 typedef struct proc Proc; typedef in typeref:struct:proc
42 Proc *next; /* next process in pipeline (if any) */
47 char command[64 - (ALLOC_SIZE + sizeof(Proc *) + sizeof(pid_t) +
79 Proc *proc_list; /* process list */
80 Proc *last_proc; /* last process in list */
149 static Proc *new_proc(void);
219 proc_errorlevel(Proc *p)
388 static Proc *last_proc;
394 Proc *p;
765 Proc *
[all...]
/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp368 Record *Proc = ProcItinList[i]; local
369 std::vector<Record*> FUs = Proc->getValueAsListOfDefs("FU");
419 Record *Proc = ProcItinList[i]; local
422 const std::string &Name = Proc->getName();
435 std::vector<Record*> ItinDataList = Proc->getValueAsListOfDefs("IID");
/external/skia/gm/
H A Dsrcmode.cpp35 typedef void (*Proc)(SkCanvas*, const SkPaint&); typedef
85 const Proc procs[] = {
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp22 #define SET_PROC(F) interface->f ## F = (GrGL ## F ## Proc) GetProcAddress(alu.get(), "gl" #F);
23 #define WGL_SET_PROC(F) interface->f ## F = (GrGL ## F ## Proc) wglGetProcAddress("gl" #F);
25 (GrGL ## F ## Proc) wglGetProcAddress("gl" #F #S);

Completed in 738 milliseconds

123