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

  /external/skia/src/gpu/
GrGpu.h 66 GrPathRendering* pathRendering() { return fPathRendering.get(); }
521 std::unique_ptr<GrPathRendering> fPathRendering;
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 243 fPathRendering.reset(new GrGLPathRendering(this));
269 fPathRendering.reset();
    [all...]

Completed in 67 milliseconds