OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GSCanonicalEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFGraphicState.h
82
class
GSCanonicalEntry
{
87
bool operator==(const
GSCanonicalEntry
& b) const;
88
explicit
GSCanonicalEntry
(SkPDFGraphicState* gs)
91
explicit
GSCanonicalEntry
(const SkPaint* paint)
97
static SkTDArray<
GSCanonicalEntry
>& CanonicalPaints();
/external/skia/src/pdf/
SkPDFGraphicState.h
82
class
GSCanonicalEntry
{
87
bool operator==(const
GSCanonicalEntry
& b) const;
88
explicit
GSCanonicalEntry
(SkPDFGraphicState* gs)
91
explicit
GSCanonicalEntry
(const SkPaint* paint)
97
static SkTDArray<
GSCanonicalEntry
>& CanonicalPaints();
Completed in 295 milliseconds