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

/external/skia/src/core/
H A DSkGlyph.h51 this->initCommon(MakeID(glyph_id));
55 this->initCommon(glyph.fID);
59 this->initCommon(combined_id);
121 void initCommon(uint32_t id) { function in class:SkGlyph
/external/skia/include/core/
H A DSkClipStack.h57 this->initCommon(0, SkRegion::kReplace_Op, false);
209 this->initCommon(saveCount, SkRegion::kReplace_Op, false);
225 void initCommon(int saveCount, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
240 this->initCommon(saveCount, op, doAA);
251 this->initCommon(saveCount, op, doAA);
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp200 this->initCommon();
209 void SkGradientShaderBase::initCommon() { function in class:SkGradientShaderBase
/external/skia/src/gpu/
H A DGrContext.cpp119 this->initCommon();
123 void GrContext::initCommon() { function in class:GrContext

Completed in 385 milliseconds