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

  /external/chromium_org/third_party/skia/src/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 {
30 SK_DECLARE_INST_COUNT(SkPDFGraphicState)
37 virtual ~SkPDFGraphicState();
55 static SkPDFGraphicState* GetGraphicStateForPaint(const SkPaint& paint);
64 static SkPDFGraphicState* GetSMaskGraphicState(SkPDFFormXObject* sMask,
74 static SkPDFGraphicState* GetNoSMaskGraphicState();
84 SkPDFGraphicState* fGraphicState
    [all...]
SkPDFGraphicState.cpp 9 #include "SkPDFGraphicState.h"
55 SkPDFGraphicState::~SkPDFGraphicState() {
66 void SkPDFGraphicState::getResources(
72 void SkPDFGraphicState::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
79 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
85 SkTDArray<SkPDFGraphicState::GSCanonicalEntry>&
86 SkPDFGraphicState::CanonicalPaints() {
88 static SkTDArray<SkPDFGraphicState::GSCanonicalEntry> gCanonicalPaints;
93 SkBaseMutex& SkPDFGraphicState::CanonicalPaintsMutex()
    [all...]
  /external/skia/src/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 {
30 SK_DECLARE_INST_COUNT(SkPDFGraphicState)
37 virtual ~SkPDFGraphicState();
55 static SkPDFGraphicState* GetGraphicStateForPaint(const SkPaint& paint);
64 static SkPDFGraphicState* GetSMaskGraphicState(SkPDFFormXObject* sMask,
74 static SkPDFGraphicState* GetNoSMaskGraphicState();
84 SkPDFGraphicState* fGraphicState
    [all...]
SkPDFGraphicState.cpp 9 #include "SkPDFGraphicState.h"
55 SkPDFGraphicState::~SkPDFGraphicState() {
66 void SkPDFGraphicState::getResources(
72 void SkPDFGraphicState::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
79 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
85 SkTDArray<SkPDFGraphicState::GSCanonicalEntry>&
86 SkPDFGraphicState::CanonicalPaints() {
88 static SkTDArray<SkPDFGraphicState::GSCanonicalEntry> gCanonicalPaints;
93 SkBaseMutex& SkPDFGraphicState::CanonicalPaintsMutex()
    [all...]

Completed in 35 milliseconds