Searched defs:initCommon (Results 1 - 3 of 3) sorted by relevance
/external/skia/src/core/ |
H A D | SkClipStack.h | 62 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 D | GrContext.cpp | 83 this->initCommon(options); 87 void GrContext::initCommon(const GrContextOptions& options) { function in class:GrContext
|
/external/skia/src/effects/gradients/ |
H A D | SkGradientShader.cpp | 298 this->initCommon(); 307 void SkGradientShaderBase::initCommon() { function in class:SkGradientShaderBase
|
Completed in 106 milliseconds