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

  /external/skia/src/gpu/
GrPathRenderer.h 69 enum class CanDrawPath {
103 CanDrawPath canDrawPath(const CanDrawPathArgs& args) const {
192 * Subclass implementation of canDrawPath()
194 virtual CanDrawPath onCanDrawPath(const CanDrawPathArgs& args) const = 0;
  /external/skqp/src/gpu/
GrPathRenderer.h 69 enum class CanDrawPath {
103 CanDrawPath canDrawPath(const CanDrawPathArgs& args) const {
192 * Subclass implementation of canDrawPath()
194 virtual CanDrawPath onCanDrawPath(const CanDrawPathArgs& args) const = 0;

Completed in 3904 milliseconds