Home
last modified time | relevance | path

Searched refs:initCommon (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkGlyph.h69 this->initCommon(MakeID(glyph_id)); in initWithGlyphID()
73 this->initCommon(glyph.fID); in initGlyphIdFrom()
77 this->initCommon(combined_id); in initGlyphFromCombinedID()
149 void initCommon(uint32_t id) { in initCommon() function
DSkClipStack.cpp132 this->initCommon(saveCount, op, doAA); in initPath()
/external/skia/include/core/
DSkClipStack.h56 this->initCommon(0, SkRegion::kReplace_Op, false); in Element()
208 this->initCommon(saveCount, SkRegion::kReplace_Op, false); in Element()
224 void initCommon(int saveCount, SkRegion::Op op, bool doAA) { in initCommon() function
239 this->initCommon(saveCount, op, doAA); in initRect()
250 this->initCommon(saveCount, op, doAA); in initRRect()
/external/skia/include/gpu/
DGrContext.h421 void initCommon(const GrContextOptions&);
/external/skia/src/gpu/
DGrContext.cpp78 this->initCommon(options); in init()
82 void GrContext::initCommon(const GrContextOptions& options) { in initCommon() function in GrContext
DGrTest.cpp420 this->initCommon(options); in initMockContext()
/external/skia/src/effects/gradients/
DSkGradientShaderPriv.h277 void initCommon();
DSkGradientShader.cpp201 this->initCommon(); in SkGradientShaderBase()
210 void SkGradientShaderBase::initCommon() { in initCommon() function in SkGradientShaderBase