HomeSort by relevance Sort by last modified time
    Searched defs:Proc (Results 1 - 22 of 22) sorted by null

  /external/skia/include/core/
SkBlitRow.h 35 typedef void (*Proc)(uint16_t* dst,
39 static Proc Factory(unsigned flags, SkBitmap::Config);
94 static Proc PlatformProcs565(unsigned flags);
95 static Proc PlatformProcs4444(unsigned flags);
  /external/skia/include/effects/
SkColorMatrixFilter.h 42 typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b,
45 Proc fProc;
  /external/skia/legacy/include/core/
SkBlitRow.h 35 typedef void (*Proc)(uint16_t* dst,
46 static Proc Factory(unsigned flags, SkBitmap::Config);
83 static Proc PlatformProcs565(unsigned flags);
84 static Proc PlatformProcs4444(unsigned flags);
  /external/skia/legacy/include/effects/
SkColorMatrixFilter.h 52 typedef void (*Proc)(State*, unsigned r, unsigned g, unsigned b,
55 Proc fProc;
  /external/skia/legacy/src/core/
SkDrawProcs.h 28 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&);
30 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache);
34 SkDraw1Glyph::Proc fD1GProc;
SkDraw.cpp 221 BitmapXferProc proc, uint32_t procData) {
247 proc(pixels, widthBytes, procData);
273 BitmapXferProc proc = ChooseBitmapXferProc(*fBitmap, paint, &procData); local
274 if (proc) {
275 if (D_Dst_BitmapXferProc == proc) { // nothing to do
281 CallBitmapXferProc(*fBitmap, iter.rect(), proc, procData);
304 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count,
309 Proc chooseProc(SkBlitter** blitter);
428 // If this guy returns true, then chooseProc() must return a valid proc
463 PtProcRec::Proc PtProcRec::chooseProc(SkBlitter** blitterPtr)
464 Proc proc = NULL; local
575 PtProcRec::Proc proc = rec.chooseProc(&bltr); local
1616 SkDraw1Glyph::Proc proc = d1g.init(this, blitter, cache); local
1771 SkDraw1Glyph::Proc proc = d1g.init(this, blitter, cache); local
1878 SkMatrix::MapXYProc proc = matrix.getMapXYProc(); local
    [all...]
  /external/skia/src/core/
SkDrawProcs.h 28 typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&);
30 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache);
34 SkDraw1Glyph::Proc fD1GProc;
SkDraw.cpp 239 BitmapXferProc proc, uint32_t procData) {
265 proc(pixels, widthBytes, procData);
291 BitmapXferProc proc = ChooseBitmapXferProc(*fBitmap, paint, &procData); local
292 if (proc) {
293 if (D_Dst_BitmapXferProc == proc) { // nothing to do
299 CallBitmapXferProc(*fBitmap, iter.rect(), proc, procData);
322 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count,
327 Proc chooseProc(SkBlitter** blitter);
466 // If this guy returns true, then chooseProc() must return a valid proc
501 PtProcRec::Proc PtProcRec::chooseProc(SkBlitter** blitterPtr)
502 Proc proc = NULL; local
614 PtProcRec::Proc proc = rec.chooseProc(&bltr); local
1750 SkDraw1Glyph::Proc proc = d1g.init(this, blitter, cache); local
1898 SkDraw1Glyph::Proc proc = d1g.init(this, blitter, cache); local
2018 SkMatrix::MapXYProc proc = matrix.getMapXYProc(); local
    [all...]
  /external/skia/bench/
RegionContainBench.cpp 20 typedef bool (*Proc)(SkRegion& a, SkRegion& b);
22 Proc fProc;
37 RegionContainBench(void* param, Proc proc, const char name[]) : INHERITED(param) {
38 fProc = proc;
55 Proc proc = fProc; local
58 proc(fA, fB);
RegionBench.cpp 72 typedef bool (*Proc)(SkRegion& a, SkRegion& b);
75 Proc fProc;
93 RegionBench(void* param, int count, Proc proc, const char name[], int mul = 1) : INHERITED(param) {
94 fProc = proc;
110 Proc proc = fProc; local
113 proc(fA, fB);
  /frameworks/base/tools/preload/
Proc.java 27 class Proc implements Serializable {
32 final Proc parent;
44 final List<Proc> children = new ArrayList<Proc>();
60 Proc(Proc parent, int id) {
155 * Prints a child proc to standard out.
159 for (Proc child : children) {
  /external/clang/test/CodeGen/
2007-03-05-DataLayout.c 18 int proc; member in struct:bnode
31 #define Proc(x) ((x)->proc)
46 Proc(tmp) = p;
  /external/skia/gm/
blurrect.cpp 16 typedef void (*Proc)(SkCanvas*, const SkRect&, const SkPaint&);
105 static const Proc procs[] = {
118 bool doClip, const Proc procs[], size_t procsCount) {
srcmode.cpp 35 typedef void (*Proc)(SkCanvas*, const SkPaint&);
85 const Proc procs[] = {
  /external/skia/include/views/
SkEvent.h 26 * the eventsink matching the target ID (if not 0), or the target proc is
34 typedef bool (*Proc)(const SkEvent& evt);
65 * the eventsink matching the targetID (if not 0), or the target proc is
75 * the eventsink matching the targetID (if not 0), or the target proc is
85 * Return the target proc, or NULL if it has none.
88 * the eventsink matching the targetID (if not 0), or the target proc is
91 Proc getTargetProc() const { return fTargetProc; }
98 * the eventsink matching the targetID (if not 0), or the target proc is
101 SkEvent* setTargetProc(Proc proc) {
    [all...]
  /external/skia/legacy/include/views/
SkEvent.h 28 * the eventsink matching the target ID (if not 0), or the target proc is
36 typedef bool (*Proc)(const SkEvent& evt);
67 * the eventsink matching the targetID (if not 0), or the target proc is
77 * the eventsink matching the targetID (if not 0), or the target proc is
87 * Return the target proc, or NULL if it has none.
90 * the eventsink matching the targetID (if not 0), or the target proc is
93 Proc getTargetProc() const { return fTargetProc; }
100 * the eventsink matching the targetID (if not 0), or the target proc is
103 SkEvent* setTargetProc(Proc proc) {
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 368 Record *Proc = ProcItinList[i];
369 std::vector<Record*> FUs = Proc->getValueAsListOfDefs("FU");
419 Record *Proc = ProcItinList[i];
422 const std::string &Name = Proc->getName();
435 std::vector<Record*> ItinDataList = Proc->getValueAsListOfDefs("IID");
  /external/skia/tests/
BlitRowTest.cpp 27 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad);
67 static Proc find_proc(const SkBitmap& bm, SkPMColor expect32, uint16_t expect16,
90 Proc proc = find_proc(bm, expect32, expect16, expect8, &expect); local
93 int x = proc(bm.getAddr(0, y), bm.width(), expect, &bad);
  /external/mksh/src/
jobs.c 40 typedef struct proc Proc;
41 struct proc { struct
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
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 241 * @return a Map from Strings to Uid.Proc objects.
243 public abstract Map<String, ? extends Proc> getProcessStats();
325 public static abstract class Proc {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 331 * Used as a buffer for reading in data from /proc/wakelocks before it is processed and added
693 * The most recent reported count from /proc/wakelocks.
698 * The reported count from /proc/wakelocks when unplug() was last
704 * The most recent reported total_time from /proc/wakelocks.
710 * The reported total_time from /proc/wakelocks when unplug() was last
1759 Uid.Proc proc = uid.getProcessStatsLocked("*wakelock*"); local
1771 Uid.Proc proc = uid.getProcessStatsLocked("*lost*"); local
3043 Uid.Proc proc = procEntry.getValue(); local
3138 Uid.Proc proc = new Proc(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 357 milliseconds