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

  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.h 34 typedef bool (*FindProc)(SkTypeface*, SkTypeface::Style, void* context);
57 SkTypeface* findByProcAndRef(FindProc proc, void* ctx) const;
79 static SkTypeface* FindByProcAndRef(FindProc proc, void* ctx);
  /external/skia/src/core/
SkTypefaceCache.h 34 typedef bool (*FindProc)(SkTypeface*, SkTypeface::Style, void* context);
57 SkTypeface* findByProcAndRef(FindProc proc, void* ctx) const;
79 static SkTypeface* FindByProcAndRef(FindProc proc, void* ctx);

Completed in 2100 milliseconds