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

  /external/skia/include/gpu/
GrPathRendererChain.h 47 returned by getPathRenderer */
60 GrPathRenderer* getPathRenderer(const SkPath& path,
GrContext.h     [all...]
  /external/skia/src/gpu/
GrPathRendererChain.cpp 35 GrPathRenderer* GrPathRendererChain::getPathRenderer(const SkPath& path,
GrClipMaskManager.cpp 72 return NULL == context->getPathRenderer(*path, stroke, gpu, false, type);
294 pr = this->getContext()->getPathRenderer(*path, stroke, fGpu, false, type);
328 *pr = this->getContext()->getPathRenderer(*path, stroke, fGpu, false, type);
642 pr = this->getContext()->getPathRenderer(*clipPath,
    [all...]
GrContext.cpp     [all...]

Completed in 233 milliseconds