Searched refs:fPrevious (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrSubRunAllocator.cpp | 36 cursor = cursor->fPrevious; in ~GrBagOfBytes() 43 , fPrevious{reinterpret_cast<Block*>(previous)} {}
|
D | GrDynamicAtlas.cpp | 24 : fPrevious(previous), fRectanizer(rectanizer), fX(x), fY(y) {} in Node() 26 Node* previous() const { return fPrevious; } in previous() 45 Node* const fPrevious; member in GrDynamicAtlas::Node
|
D | GrSubRunAllocator.h | 104 Block* const fPrevious; member
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCAtlas.cpp | 25 : fPrevious(std::move(previous)), fX(l), fY(t), fRectanizer(r - l, b - t) {} in Node() 27 Node* previous() const { return fPrevious.get(); } in previous() 46 const std::unique_ptr<Node> fPrevious; member in GrCCAtlas::Node
|
/external/skia/src/sksl/ |
D | SkSLIRGenerator.cpp | 69 , fPrevious(fIR->fSymbolTable) { in AutoSymbolTable() 75 SkASSERT(fPrevious == fIR->fSymbolTable); in ~AutoSymbolTable() 79 std::shared_ptr<SymbolTable> fPrevious; member in SkSL::AutoSymbolTable
|
/external/skqp/src/sksl/ |
D | SkSLIRGenerator.cpp | 64 , fPrevious(fIR->fSymbolTable) { in AutoSymbolTable() 70 SkASSERT(fPrevious == fIR->fSymbolTable); in ~AutoSymbolTable() 74 std::shared_ptr<SymbolTable> fPrevious; member in SkSL::AutoSymbolTable
|