OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPDFGraphicState
(Results
1 - 11
of
11
) 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
...]
SkPDFShader.cpp
16
#include "
SkPDFGraphicState
.h"
552
SkPDFGraphicState
* CreateSMaskGraphicState();
753
SkPDFGraphicState
* SkPDFAlphaFunctionShader::CreateSMaskGraphicState() {
769
return
SkPDFGraphicState
::GetSMaskGraphicState(
771
SkPDFGraphicState
::kLuminosity_SMaskMode);
784
SkAutoTUnref<
SkPDFGraphicState
> alphaGs(CreateSMaskGraphicState());
[
all
...]
SkPDFDevice.cpp
22
#include "
SkPDFGraphicState
.h"
193
// It is important to not confuse GraphicStateEntry with
SkPDFGraphicState
, the
[
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
...]
SkPDFShader.cpp
16
#include "
SkPDFGraphicState
.h"
552
SkPDFGraphicState
* CreateSMaskGraphicState();
753
SkPDFGraphicState
* SkPDFAlphaFunctionShader::CreateSMaskGraphicState() {
769
return
SkPDFGraphicState
::GetSMaskGraphicState(
771
SkPDFGraphicState
::kLuminosity_SMaskMode);
784
SkAutoTUnref<
SkPDFGraphicState
> alphaGs(CreateSMaskGraphicState());
[
all
...]
SkPDFDevice.cpp
22
#include "
SkPDFGraphicState
.h"
193
// It is important to not confuse GraphicStateEntry with
SkPDFGraphicState
, the
[
all
...]
/external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h
31
class
SkPDFGraphicState
;
232
SkTDArray<
SkPDFGraphicState
*> fGraphicStateResources;
297
int addGraphicStateResource(
SkPDFGraphicState
* gs);
/external/skia/include/pdf/
SkPDFDevice.h
31
class
SkPDFGraphicState
;
232
SkTDArray<
SkPDFGraphicState
*> fGraphicStateResources;
297
int addGraphicStateResource(
SkPDFGraphicState
* gs);
/external/skia/
Android.mk
360
src/pdf/
SkPDFGraphicState
.cpp \
Completed in 143 milliseconds