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

  /external/chromium_org/third_party/skia/include/gpu/
GrDrawEffect.h 31 const T& castEffect() const { return *static_cast<const T*>(this->effect()->get()); }
  /external/skia/include/gpu/
GrDrawEffect.h 31 const T& castEffect() const { return *static_cast<const T*>(this->effect()->get()); }

Completed in 36 milliseconds