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

12

/external/skia/src/core/
H A DSkVertState.h37 typedef bool (*Proc)(VertState*); typedef in struct:VertState
43 Proc chooseProc(SkCanvas::VertexMode mode);
H A DSkVertState.cpp95 VertState::Proc VertState::chooseProc(SkCanvas::VertexMode mode) {
H A DSkDraw.cpp306 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count, typedef in struct:PtProcRec
311 Proc chooseProc(SkBlitter** blitter);
485 PtProcRec::Proc PtProcRec::chooseProc(SkBlitter** blitterPtr) {
486 Proc proc = nullptr;
506 static const Proc gAAProcs[] = {
527 static Proc gBWProcs[] = {
570 PtProcRec::Proc proc = rec.chooseProc(&bltr);
1892 VertState::Proc vertProc = state.chooseProc(vmode);
/external/skia/bench/
H A DRegionContainBench.cpp20 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in class:RegionContainBench
22 Proc fProc;
36 RegionContainBench(Proc proc, const char name[]) {
56 Proc proc = fProc;
H A DRegionBench.cpp72 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in class:RegionBench
75 Proc fProc;
91 RegionBench(int count, Proc proc, const char name[]) {
110 Proc proc = fProc;
/external/skia/include/effects/
H A DSkMorphologyImageFilter.h29 typedef void (*Proc)(const SkPMColor* src, SkPMColor* dst, int radius, typedef in class:SkMorphologyImageFilter
35 bool filterImageGeneric(Proc procX, Proc procY,
/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/skia/src/codec/
H A DSkSwizzler.h161 template <RowProc Proc>
167 template <RowProc Proc>
/external/mksh/src/
H A Djobs.c41 typedef struct proc Proc; typedef in typeref:struct:proc
43 Proc *next; /* next process in pipeline (if any) */
48 char command[256 - (ALLOC_SIZE + sizeof(Proc *) + sizeof(pid_t) +
79 Proc *proc_list; /* process list */
80 Proc *last_proc; /* last process in list */
146 static Proc *new_proc(void);
216 proc_errorlevel(Proc *p)
433 static Proc *last_proc;
439 Proc *p;
811 Proc *
[all...]
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
H A Dtrace_time_unittest.py76 def Proc(): function in function:TimerTest.testIsQPCUsable_returnsTrueOnWindows
79 with self.ReplacePlatformProcessorCall(Proc):
/external/skia/gm/
H A Dsrcmode.cpp36 typedef void (*Proc)(SkCanvas*, const SkPaint&); typedef
87 const Proc procs[] = {
H A Dblurrect.cpp16 typedef void (*Proc)(SkCanvas*, const SkRect&, const SkPaint&); typedef
128 static const Proc procs[] = {
152 bool doClip, const Proc procs[], size_t procsCount) {
H A Dgradients_no_texture.cpp222 typedef void (*Proc)(ColorPos*); typedef in class:GradientsManyColorsGM
235 const Proc procs[] = {
/external/skia/tests/
H A DBlitRowTest.cpp23 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad); typedef
63 static Proc find_proc(const SkBitmap& bm, SkPMColor expect32, uint16_t expect16,
86 Proc proc = find_proc(bm, expect32, expect16, expect8, &expect);
/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp659 Record *Proc = ProcItinList[i]; local
660 std::vector<Record*> FUs = Proc->getValueAsListOfDefs("FU");
664 << Proc->getName());
867 Record *Proc = ProcItinList[i]; local
870 const std::string &ProcName = Proc->getName();
883 std::vector<Record*> ItinDataList = Proc->getValueAsListOfDefs("IID");
/external/opencv3/modules/cudaimgproc/test/
H A Dtest_mean_shift.cpp97 CUDA_TEST_P(MeanShift, Proc)
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp13 #define GET_PROC(F) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
14 #define GET_PROC_SUFFIX(F, S) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F #S)
15 #define GET_PROC_LOCAL(F) GrGL ## F ## Proc F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
17 #define GET_EGL_PROC_SUFFIX(F, S) functions->fEGL ## F = (GrEGL ## F ## Proc) get(ctx, "egl" #F #S)
/external/skia/src/effects/
H A DSkMorphologyImageFilter.cpp42 static void callProcX(SkMorphologyImageFilter::Proc procX, const SkBitmap& src, SkBitmap* dst, int radiusX, const SkIRect& bounds)
49 static void callProcY(SkMorphologyImageFilter::Proc procY, const SkBitmap& src, SkBitmap* dst, int radiusY, const SkIRect& bounds)
56 bool SkMorphologyImageFilter::filterImageGeneric(SkMorphologyImageFilter::Proc procX,
57 SkMorphologyImageFilter::Proc procY,
/external/skia/src/views/
H A DSkEventSink.cpp221 SkEvent::Proc proc = evt.getTargetProc();
/external/skia/src/utils/win/
H A DSkWGL_win.cpp233 (##NAME##Proc) wglGetProcAddress("wgl" #NAME #SUFFIX)
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex124 \subsection{Proc-info format}
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1642 VertState::Proc vertProc = state.chooseProc(vmode);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 698 milliseconds

12