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

  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 103 struct StencilPath : public ::SkNoncopyable {
104 StencilPath();
206 StencilPath* recordStencilPath();
228 GrSTAllocator<kStencilPathPreallocCnt, StencilPath> fStencilPaths;
GrInOrderDrawBuffer.cpp 415 GrInOrderDrawBuffer::StencilPath::StencilPath() {}
436 StencilPath* sp = this->recordStencilPath();
618 const StencilPath& sp = fStencilPaths[currStencilPath];
619 fDstGpu->stencilPath(sp.fPath.get(), sp.fFill);
    [all...]
  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 103 struct StencilPath : public ::SkNoncopyable {
104 StencilPath();
206 StencilPath* recordStencilPath();
228 GrSTAllocator<kStencilPathPreallocCnt, StencilPath> fStencilPaths;
GrInOrderDrawBuffer.cpp 415 GrInOrderDrawBuffer::StencilPath::StencilPath() {}
436 StencilPath* sp = this->recordStencilPath();
618 const StencilPath& sp = fStencilPaths[currStencilPath];
619 fDstGpu->stencilPath(sp.fPath.get(), sp.fFill);
    [all...]

Completed in 54 milliseconds