OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noSMaskGS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFGraphicState.cpp
174
static SkPDFGraphicState*
noSMaskGS
= NULL;
175
if (!
noSMaskGS
) {
176
noSMaskGS
= new SkPDFGraphicState;
177
noSMaskGS
->fPopulated = true;
178
noSMaskGS
->fSMask = true;
179
noSMaskGS
->insertName("Type", "ExtGState");
180
noSMaskGS
->insertName("SMask", "None");
182
noSMaskGS
->ref();
183
return
noSMaskGS
;
/external/skia/src/pdf/
SkPDFGraphicState.cpp
174
static SkPDFGraphicState*
noSMaskGS
= NULL;
175
if (!
noSMaskGS
) {
176
noSMaskGS
= new SkPDFGraphicState;
177
noSMaskGS
->fPopulated = true;
178
noSMaskGS
->fSMask = true;
179
noSMaskGS
->insertName("Type", "ExtGState");
180
noSMaskGS
->insertName("SMask", "None");
182
noSMaskGS
->ref();
183
return
noSMaskGS
;
Completed in 4262 milliseconds