Searched defs:initCommon (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkClipStack.h62 this->initCommon(0, SkClipOp::kReplace_deprecated, false);
255 this->initCommon(saveCount, SkClipOp::kReplace_deprecated, false);
271 void initCommon(int saveCount, SkClipOp op, bool doAA) { function in class:SkClipStack::Element
286 this->initCommon(saveCount, op, doAA);
297 this->initCommon(saveCount, op, doAA);
/external/skia/src/gpu/
H A DGrContext.cpp83 this->initCommon(options);
87 void GrContext::initCommon(const GrContextOptions& options) { function in class:GrContext
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp298 this->initCommon();
307 void SkGradientShaderBase::initCommon() { function in class:SkGradientShaderBase

Completed in 106 milliseconds