OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WrapGS
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFCanon.h
100
struct
WrapGS
{
101
explicit
WrapGS
(const SkPDFGraphicState* ptr = nullptr) : fPtr(ptr) {}
103
bool operator==(const
WrapGS
& rhs) const {
109
uint32_t operator()(const
WrapGS
& w) const {
115
SkTHashSet<
WrapGS
,
WrapGS
::Hash> fGraphicStateRecords;
SkPDFCanon.cpp
27
fGraphicStateRecords.foreach ([](
WrapGS
w) { w.fPtr->unref(); });
117
const
WrapGS
* ptr = fGraphicStateRecords.find(
WrapGS
(&key));
123
WrapGS
w(SkRef(state));
Completed in 46 milliseconds