HomeSort by relevance Sort by last modified time
    Searched defs:SkPDFGraphicState (Results 1 - 2 of 2) sorted by null

  /external/skia/include/pdf/
SkPDFGraphicState.h 20 /** \class SkPDFGraphicState
24 a weakly referenced set of SkPDFGraphicState objects: when the last
25 reference to a SkPDFGraphicState is removed, it removes itself from the
29 class SkPDFGraphicState : public SkPDFDict {
31 virtual ~SkPDFGraphicState();
48 static SkPDFGraphicState* GetGraphicStateForPaint(const SkPaint& paint);
56 static SkPDFGraphicState* GetSMaskGraphicState(SkPDFFormXObject* sMask,
65 static SkPDFGraphicState* GetNoSMaskGraphicState();
75 SkPDFGraphicState* fGraphicState;
79 explicit GSCanonicalEntry(SkPDFGraphicState* gs
    [all...]
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 11 #include "SkPDFGraphicState.h"
52 SkPDFGraphicState::~SkPDFGraphicState() {
63 void SkPDFGraphicState::getResources(SkTDArray<SkPDFObject*>* resourceList) {
67 void SkPDFGraphicState::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
74 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
80 SkTDArray<SkPDFGraphicState::GSCanonicalEntry>&
81 SkPDFGraphicState::CanonicalPaints() {
83 static SkTDArray<SkPDFGraphicState::GSCanonicalEntry> gCanonicalPaints;
88 SkBaseMutex& SkPDFGraphicState::CanonicalPaintsMutex()
    [all...]

Completed in 2239 milliseconds