Searched refs:fNoSmaskGraphicState (Results 1 – 2 of 2) sorted by relevance
113 if (fNoSmaskGraphicState) { in makeNoSmaskGraphicState()114 return fNoSmaskGraphicState; in makeNoSmaskGraphicState()116 fNoSmaskGraphicState = SkPDFGraphicState::MakeNoSmaskGraphicState(); in makeNoSmaskGraphicState()117 return fNoSmaskGraphicState; in makeNoSmaskGraphicState()
105 sk_sp<SkPDFDict> fNoSmaskGraphicState; variable