Searched defs:GrPathRange (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRange.cpp8 #include "GrPathRange.h"
15 GrPathRange::GrPathRange(GrGpu* gpu, function in class:GrPathRange
27 GrPathRange::GrPathRange(GrGpu* gpu, function in class:GrPathRange
35 void GrPathRange::willDrawPaths(const uint32_t indices[], int count) const {
H A DGrPathRange.h26 class GrPathRange : public GrGpuResource { class in inherits:GrGpuResource
28 SK_DECLARE_INST_COUNT(GrPathRange);
33 * Return the resourceType intended for cache lookups involving GrPathRange.
55 GrPathRange(GrGpu*, PathGenerator*, const SkStrokeRec& stroke);
61 GrPathRange(GrGpu*, int numPaths, const SkStrokeRec& stroke);
74 // GrPathRange will take care of that after the call is complete.

Completed in 78 milliseconds