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

  /external/chromium_org/third_party/skia/src/gpu/
GrPathRange.cpp 8 #include "GrPathRange.h"
15 GrPathRange::GrPathRange(GrGpu* gpu,
27 GrPathRange::GrPathRange(GrGpu* gpu,
35 void GrPathRange::willDrawPaths(const uint32_t indices[], int count) const {
GrPathRange.h 26 class GrPathRange : public 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 197 milliseconds