|   /external/chromium_org/third_party/skia/include/effects/ | 
| SkMorphologyImageFilter.h  | 28     typedef void (*Proc)(const SkPMColor* src, SkPMColor* dst, int radius, 34     bool filterImageGeneric(Proc procX, Proc procY,
  | 
| SkColorMatrixFilter.h  | 50     typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b, 53     Proc        fProc;
  | 
|   /external/chromium_org/third_party/skia/src/core/ | 
| SkVertState.h  | 37     typedef bool (*Proc)(VertState*); 43     Proc chooseProc(SkCanvas::VertexMode mode);
  | 
| SkDrawProcs.h  | 38     typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&); 40     Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache, 59     SkDraw1Glyph::Proc  fD1GProc;
  | 
|   /external/skia/include/effects/ | 
| SkMorphologyImageFilter.h  | 28     typedef void (*Proc)(const SkPMColor* src, SkPMColor* dst, int radius, 34     bool filterImageGeneric(Proc procX, Proc procY,
  | 
| SkColorMatrixFilter.h  | 50     typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b, 53     Proc        fProc;
  | 
|   /external/skia/src/core/ | 
| SkVertState.h  | 37     typedef bool (*Proc)(VertState*); 43     Proc chooseProc(SkCanvas::VertexMode mode);
  | 
| SkDrawProcs.h  | 38     typedef void (*Proc)(const SkDraw1Glyph&, SkFixed x, SkFixed y, const SkGlyph&); 40     Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache, 59     SkDraw1Glyph::Proc  fD1GProc;
  | 
|   /cts/tests/tests/security/src/android/security/cts/ | 
| Proc.java  | 25  * Utilities for accessing /proc filesystem information. 27 public class Proc { 29         File f = new File("/proc");
  | 
|   /external/chromium_org/third_party/skia/bench/ | 
| PathUtilsBench.cpp  | 38     typedef void (*Proc)(char*, SkPath*); 40     Proc fProc; 45     PathUtilsBench(Proc proc, const char name[])  { 46         fProc = proc;
  | 
| RegionContainBench.cpp  | 20     typedef bool (*Proc)(SkRegion& a, SkRegion& b); 22     Proc     fProc; 36     RegionContainBench(Proc proc, const char name[])  { 37         fProc = proc; 56         Proc proc = fProc;  local  59            proc(fA, fB);
  | 
| RegionBench.cpp  | 72     typedef bool (*Proc)(SkRegion& a, SkRegion& b); 75     Proc     fProc; 91     RegionBench(int count, Proc proc, const char name[])  { 92         fProc = proc; 110         Proc proc = fProc;  local  112             proc(fA, fB);
  | 
|   /external/chromium_org/third_party/skia/include/core/ | 
| SkBlitRow.h  | 35     typedef void (*Proc)(uint16_t* dst, 39     static Proc Factory(unsigned flags, SkColorType); 94     static Proc PlatformProcs565(unsigned flags);
  | 
|   /external/skia/bench/ | 
| PathUtilsBench.cpp  | 38     typedef void (*Proc)(char*, SkPath*); 40     Proc fProc; 45     PathUtilsBench(Proc proc, const char name[])  { 46         fProc = proc;
  | 
| RegionContainBench.cpp  | 20     typedef bool (*Proc)(SkRegion& a, SkRegion& b); 22     Proc     fProc; 36     RegionContainBench(Proc proc, const char name[])  { 37         fProc = proc; 56         Proc proc = fProc;  local  59            proc(fA, fB);
  | 
| RegionBench.cpp  | 72     typedef bool (*Proc)(SkRegion& a, SkRegion& b); 75     Proc     fProc; 91     RegionBench(int count, Proc proc, const char name[])  { 92         fProc = proc; 110         Proc proc = fProc;  local  112             proc(fA, fB);
  | 
|   /external/skia/include/core/ | 
| SkBlitRow.h  | 35     typedef void (*Proc)(uint16_t* dst, 39     static Proc Factory(unsigned flags, SkColorType); 94     static Proc PlatformProcs565(unsigned flags);
  | 
|   /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/chromium_org/third_party/skia/gm/ | 
| srcmode.cpp  | 35 typedef void (*Proc)(SkCanvas*, const SkPaint&); 85         const Proc procs[] = {
  | 
| blurrect.cpp  | 16 typedef void (*Proc)(SkCanvas*, const SkRect&, const SkPaint&); 100                 static const Proc procs[] = { 122                    bool doClip, const Proc procs[], size_t procsCount) {
  | 
| gradients_no_texture.cpp  | 209     typedef void (*Proc)(ColorPos*); 222         const Proc procs[] = {
  | 
|   /external/chromium_org/third_party/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/gm/ | 
| 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/chromium_org/third_party/skia/tests/ | 
| BlitRowTest.cpp  | 23 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad); 63 static Proc find_proc(const SkBitmap& bm, SkPMColor expect32, uint16_t expect16, 86     Proc proc = find_proc(bm, expect32, expect16, expect8, &expect);  local  89         int x = proc(bm.getAddr(0, y), bm.width(), expect, &bad);
  |