HomeSort by relevance Sort by last modified time
    Searched defs:initCommon (Results 1 - 4 of 4) sorted by null

  /external/skia/include/core/
SkClipStack.h 57 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) {
240 this->initCommon(saveCount, op, doAA);
251 this->initCommon(saveCount, op, doAA);
  /external/skia/src/core/
SkGlyph.h 51 this->initCommon(MakeID(glyph_id));
55 this->initCommon(glyph.fID);
59 this->initCommon(combined_id);
121 void initCommon(uint32_t id) {
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 200 this->initCommon();
209 void SkGradientShaderBase::initCommon() {
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 119 this->initCommon();
123 void GrContext::initCommon() {
    [all...]

Completed in 300 milliseconds