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

  /external/skia/src/core/
SkRefDict.h 50 Impl* fImpl;
SkPipe.h 47 std::unique_ptr<Impl> fImpl;
80 std::unique_ptr<Impl> fImpl;
  /external/skia/src/pdf/
SkDeflate.h 50 std::unique_ptr<Impl> fImpl;
  /external/skia/tools/
SkShaper.h 42 std::unique_ptr<Impl> fImpl;
  /external/skia/include/ports/
SkFontMgr_indirect.h 31 : fImpl(std::move(impl)), fProxy(std::move(proxy))
62 sk_sp<SkFontMgr> fImpl;
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h     [all...]
  /external/skia/src/gpu/
GrAllocator.h 322 Iter(const GrTAllocator* allocator) : fImpl(&allocator->fAllocator) {}
327 bool next() { return fImpl.next(); }
333 T* get() const { return (T*) fImpl.get(); }
342 GrAllocator::Iter fImpl;
  /external/skia/include/core/
SkCanvas.h     [all...]

Completed in 236 milliseconds