Searched refs:initCommon (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkClipStack.h | 62 this->initCommon(0, SkClipOp::kReplace_deprecated, false); in Element() 255 this->initCommon(saveCount, SkClipOp::kReplace_deprecated, false); in Element() 271 void initCommon(int saveCount, SkClipOp op, bool doAA) { in initCommon() function 286 this->initCommon(saveCount, op, doAA); in initRect() 297 this->initCommon(saveCount, op, doAA); in initRRect()
|
D | SkClipStack.cpp | 134 this->initCommon(saveCount, op, doAA); in initPath()
|
/external/skia/include/gpu/ |
D | GrContext.h | 426 void initCommon(const GrContextOptions&);
|
/external/skia/src/effects/gradients/ |
D | SkGradientShaderPriv.h | 276 void initCommon();
|
D | SkGradientShader.cpp | 298 this->initCommon(); in SkGradientShaderBase() 307 void SkGradientShaderBase::initCommon() { in initCommon() function in SkGradientShaderBase
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 83 this->initCommon(options); in init() 87 void GrContext::initCommon(const GrContextOptions& options) { in initCommon() function in GrContext
|
/external/skia/tools/gpu/ |
D | GrTest.cpp | 411 this->initCommon(options); in initMockContext()
|