Searched refs:initCommon (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkGlyph.h | 69 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
|
D | SkClipStack.cpp | 132 this->initCommon(saveCount, op, doAA); in initPath()
|
/external/skia/include/core/ |
D | SkClipStack.h | 56 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/ |
D | GrContext.h | 421 void initCommon(const GrContextOptions&);
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 78 this->initCommon(options); in init() 82 void GrContext::initCommon(const GrContextOptions& options) { in initCommon() function in GrContext
|
D | GrTest.cpp | 420 this->initCommon(options); in initMockContext()
|
/external/skia/src/effects/gradients/ |
D | SkGradientShaderPriv.h | 277 void initCommon();
|
D | SkGradientShader.cpp | 201 this->initCommon(); in SkGradientShaderBase() 210 void SkGradientShaderBase::initCommon() { in initCommon() function in SkGradientShaderBase
|