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

/external/skia/include/core/
H A DSkRegion.h39 typedef int32_t RunType; typedef in class:SkRegion
319 const RunType* fRuns;
352 const SkRegion::RunType* fRuns;
380 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
400 const RunType* getRuns(RunType tmpStorage[], int* count) const;
401 bool setRuns(RunType runs[], int count);
406 RunType runs[kRectRegionRuns]);
408 static bool ComputeRunBounds(const RunType runs[], int count,

Completed in 145 milliseconds